/*=======<link rel="stylesheet" href="css/user.css" type="text/css">=======*/

/*=======滚动条颜色=======*/
BODY {
	FONT-FAMILY: "宋体","Vredana","Arial"; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 12pt;
	SCROLLBAR-FACE-COLOR:#AAAAAA; //滑条按钮
	SCROLLBAR-HIGHLIGHT-COLOR: #D4D4D4; 
	SCROLLBAR-SHADOW-COLOR: #D4D4D4;
	SCROLLBAR-3DLIGHT-COLOR: #D4D4D4;
	SCROLLBAR-ARROW-COLOR: ffffff;
	SCROLLBAR-TRACK-COLOR: #CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR: #D4D4D4;
	SCROLLBAR-BASE-COLOR: #D4D4D4;
}



/*=======虚线=======*/
hr  {
	color :#E8E8E8; 
	height:1px;
	border: dashed;
}
/*=======实线=======*/
hr  {
	color :#E8E8E8; 
	height:1px;
}

BR {
	FONT-FAMILY: "宋体","Vredana","Arial"; 
	FONT-SIZE: 9pt; 
	LINE-HEIGHT: 2pt
}
 /*=======两套连接=======*/
A:visited{TEXT-DECORATION: none;color:#000000;}
A:active{TEXT-DECORATION: none;color:#000000;}
A:hover{TEXT-DECORATION: none;color:#ff0000;}
A:link{text-decoration: none;color:#000000;}

.link-b:visited{text-decoration:none; color:#B40000}
a.link-b:active{TEXT-DECORATION:none; color:#B40000}
a.link-b:hover{TEXT-DECORATION:none; color:#ff0000}
a.link-b:link{TEXT-DECORATION:none; color:#B40000}

.link-c:visited{text-decoration: none; color: #336699;}
a.link-c:active{TEXT-DECORATION:none; color:#336699;}
a.link-c:hover{TEXT-DECORATION:none ; color: #ff0000; position: relative; left: 1px; top: 1px; clip:rect(   )}
a.link-c:link{TEXT-DECORATION:none; color:#336699;}

.link-d:visited{text-decoration:none; color:#3C6088}
a.link-d:active{TEXT-DECORATION:none; color:#3C6088}
a.link-d:hover{TEXT-DECORATION:underline; color:#2490d9}
a.link-d:link{TEXT-DECORATION:none; color:#3C6088}
 /*=======表格单线=======*/
table {
	BORDER-TOP: 1px; 
	BORDER-LEFT: 1px
}
TD {
	FONT-FAMILY: "宋体","Vredana","Arial"; 
	FONT-SIZE: 9pt;
	BORDER-RIGHT: 1px;
	BORDER-BOTTOM: 1px;
	LINE-HEIGHT:12pt
}
.wx td{
	border-top:1px dotted;
	border-bottom:1px dotted;
	border-left:1px dotted;
	border-right:1px dotted;
}
.zr td{
	font-family: "宋体","Vredana","Arial"; 
	font-size:"12px"; 
	font-weight:bolder;
	filter:"alpha(opacity=100,finishopacity=0, style=1,startx=0,starty=0,finishx=0,finishy=100)";
}/*=======渐变=======*/

/*=======输入框=======*/
.srtext {
font-family:verdana; 
border:1px #D8D8D8 solid; 
font-size:12px; 
background:#fafafa; 
color:#666; 
height:20px; 
width:80px;
}
.srtext-bor {
font-family:verdana;
background-color:#FBFFE3; 
color:#999999; 
font-size:12px; 
border: 1px solid #C2DF00; 
width:80px; 
height:20px;
}

/*=======多行文本框=======*/
.textStyle{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	border: 1px solid #bababa;
	color: #666666;
	width: 430px;
	text-decoration: none;
}
/*=======立体文字=======*/
.text { 
	FILTER: DropShadow(Color=#990000, OffX=1, OffY=1, Positive=1)
}
.text2  {
	FILTER: DropShadow(Color=#333333, OffX=1, OffY=1, Positive=1)
} 
.text3 {
    font-family: "Vredana","Arial","sans-serif"; 
	color: #333333;
	font-size:"12px"; 
	font-weight:bolder;
}
.text4{
    FILTER: mask(color=#E1E4EC)
    shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)
}
/*=======背景颜色=======*/
.email_list {
	height: 20px;
	width: 500px;
}
.email_list ul{
	list-style: none;
}
.email_list li{
	height: 25px;
	width: 100px;
	text-align: left;
	float: left;
	border-bottom: 1px solid #DFDFDF;
	margin: 5px 0px 5px 0px;
}
.email_list li a:link{
	font: 12px "宋体", Arial, sans-serif, Fixedsys, System, "新宋体";
	color: #FF3300;
}
.email_list li a:hover,.email_list li a:active,.email_list li a:visited{
	font: 12px "宋体", Arial, sans-serif, Fixedsys, System, "新宋体";
	color: #fff;
	background: #FF6600;
	text-decoration: none;
}
.font_oe {
	color: #000000;
	font-family: "宋体", Arial, sans-serif, Fixedsys, System, "新宋体";
	font-weight: bolder;
}
.font_hot{
	font: normal "宋体", Arial, sans-serif, Fixedsys, System, "新宋体";
	color: #FF0000;
}

