@charset "utf-8";
/* CSS Document */

/* ManchuAjax tabs*/


div#manchu_mtabdata{ 
	min-height:100px; 
	float:left; 
	clear:both; 
	height:auto; 
	padding:2x; 
	border:1px solid #EBEBEB; 
	background-color:white; 
	display:block; 
	overflow:hidden; 	
	padding:5px 5px 30px 10px;
}
div#manchu_mtabdata ul{ margin:0px; padding:0px; float:left;}
div#manchu_mtabdata ul#manchu_mtabdataul li{
	border-bottom:1px solid #d4d4d4;
border-left:none;
border-right:none;
border-top:none;
font-size:12px;
padding-bottom:5px;
list-style-image:url(../images/arrow.gif);
margin-left:22px;
}
div#manchu_mtabdata ul#manchu_mtabdataul li a{ color:#787878; text-decoration:none;}
div#manchu_mtabdata ul#manchu_mtabdataul li a:hover{ color:#333333;}

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:#333333;
	float:left;	
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	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:white;
	float:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	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:#333333;
	float:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	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;
}

