TD { FONT: 9pt "宋体" }
.chhbutton2
{
	background-position: center center;
	font-weight: normal;
	font-size: 13px;
	background-image: url(image/button-2.gif);
	width: 40px;
	cursor: hand;
	border-top-style: none;
	line-height: normal;
	background-repeat: no-repeat;
	font-style: normal;
	border-right-style: none;
	border-left-style: none;
	height: 21px;
	text-align: center;
	font-variant: normal;
	border-bottom-style: none;
}

.chhbutton3  { BACKGROUND-POSITION: center center; BACKGROUND-IMAGE: url(image/button-3.gif); WIDTH: 55px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 21px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:13px }
.chhbutton4  { BACKGROUND-POSITION: center center; BACKGROUND-IMAGE: url(image/button-4.gif); WIDTH: 70px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 21px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:13px }
.chhbutton4s  { BACKGROUND-POSITION: center center; BACKGROUND-IMAGE: url(image/button-4.gif); WIDTH: 60px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 19px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:12px }
.chhbutton5  { BACKGROUND-POSITION: center center; BACKGROUND-IMAGE: url(image/button-5.gif); WIDTH: 85px; CURSOR: hand; BORDER-TOP-STYLE: none; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 21px; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none;font:13px }

A:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A:active {
	COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
	COLOR: #333333; TEXT-DECORATION: none
}
A:link {
	COLOR: #333333; TEXT-DECORATION: none
}

BODY
{
	padding-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	background-color: #EEECED;
}
.HeaderStyle
{
	background-color: #D4CFC9;
}
.input_text
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 9pt;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
        PADDING-TOP: 2px;
        height:22px;

}

.input_text1
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 9pt;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
        PADDING-TOP: 2px 
}

.input_button
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 9pt;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: #D4CFC9;
}

TD {
	FONT-SIZE: 12px; COLOR: #000000;  FONT-FAMILY: "??"
}
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
.px12 {
	FONT-SIZE: 12px; COLOR: #FFFFFF; LINE-HEIGHT: 120%; TEXT-DECORATION: none
}
.px12-1 {
	FONT-SIZE: 12px; COLOR: #328AA9; LINE-HEIGHT: 120%; TEXT-DECORATION: none
}


 .activepage
 {
	line-height:16pt;
	border-bottom:0px;
	width:137px;
	height:31px;
	cursor:hand;
	background-image:url(image/Select.jpg);
	background-repeat:no-repeat;
	background-position-y:bottom;
	margin:0;
	padding:0;
}

/*正常状态的分页选项卡*/
.normalpage{
	
	line-height:16pt;
	width:137px;
	height:31px;
	cursor:hand;
	background-image:url(image/UnSelect.jpg);
	background-repeat:no-repeat;
	background-position-y:bottom;
	margin:0;
	padding:0;
}

/*=====================================================进度条控件=========================================*/

div.savedlg
    {
	position:absolute;
	top:40%;
        left:45%;
        z-index:1000;
        margin:0 auto;
        text-align:center;
    }
  div.cover {
        top: 0px;
        left: 0px;
        position: absolute;
        width:100%;
        height:10000px;
        background-color: #000;
        filter: Alpha(opacity=50);
        z-index: 998;
    }
  div.dlgshadow
    {
	    background-image:url(image/wait.gif);
	    background-position:left center;
	    background-repeat:no-repeat;
	    padding-left:32px;
	    height:30px;
	    line-height:30px;
	    position:absolute;
	    top:20%;
        left:40%;
        z-index:999;
        margin:0 auto;
        font-size:14px;
        font-weight:bold;
    }
/*=====================================================END=========================================*/

/*========================================文件上传表格===============================================*/
/*用于已上传文件列表的表格*/
.oatable .upload5table{
  border:1px solid #CCC5B7;
  background-color:#FFFFFF;
  border-collapse:collapse;
	border-spacing:0px;
}

/*上传文件列表单元格*/
.oatable .upload5table td{
  border-top: 1px solid #e8e3d6; /*分隔每行的线条的样式*/
}

/*已上传文件列表每行左边的图标,建议用设置该样式的div标签代替img标签*/
.fileico{
  background-image:url(../../image/attach.gif);
  background-repeat:no-repeat;
  width:15px;
  height:12px;
  float:LEFT;
}

 .a-addfile{
	  background-image:url(image/addfile.gif);
	  background-repeat:no-repeat;
	  background-position:px 0px;
	  display:block;
	  float:none;
	  height:17px;
	  margin-top:auto;
	  position:relative;
	  text-decoration:none;
	  top:0pt;
	  width:70px;
}
.addfile{
      /*left:-18px;*/
}
.input-addfile {
	  cursor:pointer !important;
	  height:23px;
	  left:-7px;
	  filter:alpha(opacity=0); 
	  position:absolute;
	  top:-4px;
	  width:1px;
	  z-index: -1;
}
/*===================================================================================================*/

/*========================加载样式=============================================*/
.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('image/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
	border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
/*========================加载样式=============================================*/
