@charset "utf-8";
/* CSS Document */

/* ManchuAjax tabs*/


div#manchu_mtabdata{ min-height:100px; float:left; clear:both; height:auto; padding:2x; border:1px solid #CADCEB; background-color:#E4ECF6; display:block; overflow:hidden; padding:3px;}
div#manchu_mtabdata ul{ margin:0px; padding:0px; float:left;}
div#manchu_mtabdata ul#manchu_mtabdataul li{
	background:none;
	list-style-type:none;
	list-style-image:none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
	padding:0px;
	margin:0px;
	border:0px;
}
div#manchu_mtabdata ul#manchu_mtabdataul li a{ text-decoration:none; color:#000000;}

div#manchu_tabdiv ul#manchu_tabul{ margin:0px; padding:0px; float:left;}
div#manchu_tabdiv ul#manchu_tabul li{ list-style:none; display:inline; display:inline; list-style-image:none; list-style-type:square; list-style-position:inside; background:none; padding:0px; margin:0px;}
div#manchu_tabdiv ul#manchu_tabul li.manchu_activetab a{
	background-image: url("../images/bg_tabs1.gif");
	background-position:0% 0%;
	background-repeat:no-repeat;
	border-bottom:1px solid #FFFFFF;
	color:#536482;
	float:left;	
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:15px;
	margin:0px 1px 0 0;
	padding:0 0 0 7px;
	text-decoration:none;
	cursor:pointer !important;
	cursor:hand;

}
div#manchu_tabdiv ul#manchu_tabul li.manchu_activetab a span{
	background-image: url("../images/bg_tabs2.gif");
	background-position:100% 0%;
	background-repeat:no-repeat;
	float:left;
	padding:5px 7px 5px 0px;
	cursor:pointer !important;
	cursor:hand;
	display:block;
	overflow:auto;

}
div#manchu_tabdiv ul#manchu_tabul li.manchu_normaltab a{
	background-image: url("../images/bg_tabs1.gif");
	background-position:0px -35px;
	background-repeat:no-repeat;
	border-bottom:1px solid #FFFFFF;
	color:#536482;
	float:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	margin:0 1px 0 0;
	padding:0pt 0px 0px 7px;
	text-decoration:none;
	cursor:pointer !important;
	cursor:hand;
}
div#manchu_tabdiv ul#manchu_tabul li.manchu_normaltab a span{
	background-image: url("../images/bg_tabs2.gif");
	background-position:100% -35px;
	background-repeat:no-repeat;
	float:left;
	padding:5px 7px 5px 0px;
	cursor:pointer !important;
	cursor:hand;
	display:block;
	overflow:auto;

}
div#manchu_tabdiv ul#manchu_tabul li.manchu_normaltab a:hover{
	background-image: url("../images/bg_tabs1.gif");
	background-position:0px -70px;
	background-repeat:no-repeat;
	border-bottom:1px solid #FFFFFF;
	color:#536482;
	float:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	margin:0px 1px 0 0;
	padding:0pt 0px 0px 7px;
	text-decoration:none;
}
div#manchu_tabdiv ul#manchu_tabul li.manchu_normaltab a:hover span{
	background-image: url("../images/bg_tabs2.gif");
	background-position:100% -70px;
	background-repeat:no-repeat;
	float:left;
	padding:5px 7px 5px 0px;
	display:block;
	overflow:auto;
}

