/* CSS Document */
body {margin:0; padding:0; background-color:#ffffff; font-size:12px;}
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #383838;
}

.redclass{color:#CA000E;}
.redclass a:link{color:#CA000E;}
.redclass a:visited{color:#CA000E;}
.redclass a:hover{color:#FF6900;}
.redclass td{color:#CA000E;}
.flashppt div{ float:left;}
/*div,td,th,font,span{word-break:break-all;}
input,textarea,select{border:1px solid #A8733F;background:#FFEAB9;color:#FFD800;}

textarea {
	scrollbar-face-color: #A8733F;
	scrollbar-highlight-color: #9F5300;
	scrollbar-arrow-color: #ffba00;
	scrollbar-track-color: #A8733F;
	scrollbar-darkshadow-color: #A8733F;
	scrollbar-base-color: #A8733F;
}*/

a {
	font-family: 宋体;
	font-size: 12px;
	color: #383838;
}
/*链接*/
a:link {
	text-decoration: none;
	color: #383838;
}
a:visited {
	color: #383838;
	text-decoration: none;
}
a:hover {
	color: #FB5B1C;
	text-decoration: none;
	text-decoration: none;
}

a.endlink:link{color:#FFD800; font-family:Arial;}
a.endlink:visited{color:#FFD800;font-family:Arial;}

/*.mainbody a:link{color:#492D15;}
.mainbody a:visited{color:#492D15;}
.mainbody a:hover{color:#990000}
*/
.formlists {
	BACKGROUND-COLOR: #cde123; BORDER-BOTTOM: #5a5a5a 1pt solid; BORDER-LEFT: #5a5a5a 1pt solid; BORDER-RIGHT: #5a5a5a 1pt solid; BORDER-TOP: #5a5a5a 1pt solid; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; FONT-SIZE: 8pt; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
.form {
	BACKGROUND-COLOR: #f8f8f8; BORDER-BOTTOM: #5a5a5a 1pt solid; BORDER-LEFT: #5a5a5a 1pt solid; BORDER-RIGHT: #5a5a5a 1pt solid; BORDER-TOP: #5a5a5a 1pt solid; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; FONT-SIZE: 8pt; FONT-WEIGHT: normal; TEXT-DECORATION: none
}

/*鼠标提示*/
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid gray;
	padding: 4px;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=120);
}


