/* CSS Document */
*{	 
	-webkit-touch-callout:none;	/*系统默认菜单被禁用*/	
	-webkit-user-select:none; /*webkit浏览器*/	
	-khtml-user-select:none; /*早期浏览器*/	
	-moz-user-select:none;/*火狐*/ 
	-ms-user-select:none; /*IE10*/	
	user-select:none;	
}
img {pointer-event:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
input {
	-webkit-user-select:auto; /*webkit浏览器*/ 
}
td{font-size:12px; line-height: 170%;font-family: Arial, Helvetica, sans-serif; color:#666666}
body{font-size:12px;font-family:Arial, Helvetica, sans-serif; }
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #184F91;
	text-decoration: underline;
}
a.dh:link {
	font-size:12px;
	color:#646464;
	text-decoration: none;
}
a.dh:visited {
	font-size:12px;
	color:#646464;
	text-decoration: none;
}
a.dh:hover {
	font-size:12px;
	color:#3591CA;
	text-decoration: underline;
}
a.dh:active {
	font-size:12px;
	color:#646464;
	text-decoration: none;
}
#biaoge td{padding-left:5px}
.mtDropdownMenu {
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px;
	margin-left:-50px;
	margin-top:8px;
	width:160px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	LEFT: 0px;
	POSITION: relative;
	TOP: 0px;
	Z-INDEX: 2;
	border: 0px ;
}
.mtDropdownMenu .item {
	BORDER-BOTTOM: medium none;
	BORDER-LEFT: medium none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	COLOR: #FFFFFF;
	CURSOR: hand;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}
.mtDropdownMenu .background {
	FILTER: alpha(opacity=90); LEFT: 0px; POSITION: absolute; TOP: 0px; Z-INDEX: 1; moz-opacity: .8; 
}
.mtDropdownMenu .shadowRight {
	FILTER: alpha(opacity=40); POSITION: absolute; TOP: 3px; WIDTH: 2px; Z-INDEX: 3; moz-opacity: .4
}
.mtDropdownMenu .shadowBottom {
	FILTER: alpha(opacity=40); HEIGHT: 2px; LEFT: 3px; POSITION: absolute; Z-INDEX: 1; moz-opacity: .4
}
.mtDropdownMenu .item td {
	color:#333333;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 12px;
}