/*
this file is created by Dou Zhi-cheng
*/
BODY
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial; 
	padding:0px;
	margin-left:15px;
	margin-right:15px;
	margin-top:1px;
	margin-bottom:0px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-:3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	overflow:auto;	
}
form
{
	 padding-top:0px;
	 margin:0px;	 
}
FONT
{
	font-size: 11px;
	font-family: Arial;	
}
FONT.Blue
{
	font-size: 11px;
	font-family: Arial;
	color:Blue ;
}
A:link {
	font-family: Arial;FONT-SIZE: 11px;COLOR: black; TEXT-DECORATION: underline;
}
A:visited {
	font-family: Arial;FONT-SIZE: 11px;COLOR: black; TEXT-DECORATION: underline;	
}
A:hover {
	font-family: Arial;FONT-SIZE: 11px;COLOR: blue; TEXT-DECORATION: underline;
}

a.news:link {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #636466;
	text-decoration: none;
}
a.news:visited {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #636466;
	text-decoration: none;
}
a.news:hover {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

A.white:link {
	font-family: Arial;FONT-SIZE: 11px; COLOR: white; TEXT-DECORATION: none
}
A.white:visited {
	font-family: Arial;FONT-SIZE: 11px; COLOR: white; TEXT-DECORATION: none
}
A.white:hover {
	font-family: Arial;FONT-SIZE: 11px; COLOR: white; TEXT-DECORATION: underline
}

A.blue:link {
	font-family: Arial;FONT-SIZE: 11px; COLOR: blue; TEXT-DECORATION: none
}
A.blue:visited {
	font-family: Arial;FONT-SIZE: 11px; COLOR: blue; TEXT-DECORATION: none
}
A.blue:hover {
	font-family: Arial;FONT-SIZE: 11px; COLOR: blue; TEXT-DECORATION: underline
}
A.blueunderline:link {
	font-family: Arial;FONT-SIZE: 11px; COLOR: blue; TEXT-DECORATION: underline
}
A.blueunderline:visited {
	font-family: Arial;FONT-SIZE: 11px; COLOR: blue; TEXT-DECORATION: underline
}
A.blueunderline:hover {
	font-family: Arial;FONT-SIZE: 11px; COLOR: blue; TEXT-DECORATION: underline
}
P
{
	font-size: 11px;
	font-family: Arial;
}
DIV
{
	font-size: 11px;
	font-family: Arial;
}


table.TableWithBorder
{
	 border:solid 1px #425d8c;
	 border-collapse:collapse ;
	 background-color:aliceblue;
	
}
table.TableBlueBorderWhiteBg
{
	 border:solid 1px #425d8c;
	 border-collapse:collapse ;
	 background-color:white;
	
}
td
{
	font-size: 11px;
	font-family: Arial;
	word-break:break-word;	 

}


td.RequiredTitle
{
	font-size: 11px;
	font-family: Arial;
	word-break:break-word;
	font-weight:bold ;

}

td.TableTitle
{	
	font-size: 11px;
	font-family: Arial;
	word-break:no-break;
	font-weight:bold ;
	color:darkblue ;
	height:30px;
	background-color:aliceblue;
	border-bottom: solid 2px #425d8c;
	text-align:center ;
	

}
td.Seperator
{
	height:8px;
}
td.TableTail
{
	font-size: 11px;
	font-family: Arial;
	word-break:break-word;	
	height:25px;
	text-align:center ;
}
td.InfoCenterInInfoPage
{
	font-size: 14px;
	font-family: Arial;
	vertical-align:bottom;
	font-weight:bold;
	color:Red;
	font-style:italic;
}
td.InfoNameInInfoPage
{
	font-size: 14px;
	font-family: Arial;
	text-align:right;
	vertical-align:bottom;
	font-weight:bold;
	color:Red;
	padding-right:20px;		
}
table.InfoTable
{
	 border:solid 0px #425d8c;
	 border-collapse:collapse ;
	 background-color:white;	
}
td.InfoHeaderInInfoPage
{
	font-size: 12px;
	font-family: Arial;
	text-align:left;
	font-weight:bold;
	color:blue;
	background-color:aliceblue;
}
option
{
	font-size: 11px;	
	font-family: Arial;
} 
select
 {
	font-size: 11px;	
	font-family: Arial;

 }

/*INPUT*/
INPUT
{ 
	font-size: 11px;
	border-width:1px;
	font-family: Arial;
	color:Black ;
	border-color:black;
	/*behavior: url(../styles/input.htc);*/

}
INPUT.NormalTextBox
{
	font-size: 11px;
	border-width:1px;
	font-family: Arial;
	color:Black ;
	border-color:black;
	border-style:solid ;

}
INPUT.ReadOnlyTextBox
{ 
	font-size: 11px;
	border-width:1px;
	font-family: Arial;
	border-color:black;
	color:black;
	background-color:#EEEEEE ;
}

input.TextBoxWithBorderColor425d8c
{
	  FONT-SIZE: 11px;
	  border-color:#425d8c;
	  font-family: Arial;
	  border-style:solid ;
}
INPUT.TextBoxWithSingleLine
{ 
	font-size: 11px;	
	font-family: Arial;
	border:none 1px black;
	border-bottom:solid 1px black;
	
}

input.NormalButton
{
	font-size: 11px;
	border-width:1px;
	font-family: Arial;
	border-color:black;
	border-style:solid ;
}

/*TextAREA*/
TEXTAREA
{
	border-width: 1px;
	border-style:solid ;
	font-size: 11px;
	font-family: Arial;
	border-color:black;
	overflow-y:auto;
}
TEXTAREA.ReadOnly
{ 
	font-size: 11px;
	border-style:solid ;
	border-width:1px;
	font-family: Arial;
	border-color:black;
	overflow-y:auto;
	background-color:#ffffcc ;
}
TEXTAREA.NoScrollBar
{
	border-width: 1px;
	border-style:solid ;
	font-size: 11px;
	overflow-y: visible;
	font-family: Arial;
	border-color:black

}
/*TextAREA*/
TEXTAREA.NoBorderAndVisible
{
	border-width: 0px;
	border-style:solid ;
	font-size: 11px;
	font-family: Arial;	
	overflow-y:visible;
}

.dgrdGlobal
{
	FONT-SIZE: 11px;
	border-width:1px;
	border-color:#425d8c;
	border-style:solid  ;
	background-color:"white";
	padding:2 2 2 2;
}
.dgrdGlobal1
{
	border-right: #425d8c 1px solid;
	padding-right: 2px;
	border-top: #425d8c 1px solid;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: #425d8c 1px solid;
	padding-top: 2px;
	border-bottom: #425d8c 1px solid;
	background-color: aliceblue;
}
.dgrdItem
{
	background-color: #ffffff;/*#e8f4ff*/
	text-align:center ;
	FONT-SIZE: 11px;

}

.dgrdAlterItem
{
	background-color:#e8f4ff;/*#DBE8F2;*/
	text-align:center;
	FONT-SIZE: 11px;

}
.dgrdSelectedItem
{
	background-color:#ffffcc;/*#76aef0;*/
	color:Red;
	font-weight:normal ;
	text-align:center ;
	FONT-SIZE: 11px;

}
.dgrdHeader
{
	font-weight:normal;
	color:aliceblue;
	background-color:#425d8c;
	text-align:center ;
	FONT-SIZE: 11px;

}
.dgrdFooter
{
	 text-align:center ;
	 background-color:"#e7e7e7";
	 FONT-SIZE: 11px;
	
}
.dgrdPager
{
	 color:"#003399" ;
	  background-color:white;
	  border-top-color:#167cac;
	  border-top-style:solid ;
	  border-top-width:1px;
}
.mypager
{
	font-size:11px;
	font-family:Verdana ;
}

.lineWithColor425d8c
{
	border-bottom:solid 1px #425d8c;
	border-left:none 0px ;
	border-right:none 0px;
	border-top :none 0px;
	color:darkblue;
}

.noborder
{
	border-bottom:none 0px;
	border-left:none 0px ;
	border-right:none 0px;
	border-top :none 0px;
}

.bj-xu001 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 23px;
	color: #5D5D5D;
	text-decoration: none;
	background-image: url(../images/xuxian-002.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

@media Print
{
	.NoPrint
	{
	display: none;
	}
	input
	{
	display:none ;
	}
}