/* CSS Document */

body,td,th,p,a,span,div{font-family:Arial;font-size:9pt;color: #333333;}
.button, .Button3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #003366;
	background: #D4D4D4;
}
.TableHeader {
	background: #F0EAE1;
	font-weight: bold;
}


body{
background-color:#FAF8F6;
}
table.navTable{
/*间隔行表格，仅标识一下 由JS处理*/
padding:5px;
}
table.navTable tr.navTableHeader{
font-weight:bold;
/*间隔行表格，仅标识一下 由JS处理，表头行*/
}
.buttonHiLight{
border-top:1px solid #888888;
border-left:5px solid #B52200;
border-right:12px solid #888888;
border-bottom:1px solid #888888;
	font-family: "Arial";
	font-size:12px;
	background-color:#dddddd;
	vertical-align:middle;
}
.textInputHiLight{
	border:2px solid #888888;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	background-color: #FFFFCC;
	color: #000099;
}
.textInput, .formStyleall{
	border:1px solid #888888;
	font-family:Arial;
	font-size:12px;
}
