@charset "utf-8";
#tabsbox{
	margin:0 0 10px 0;
}

#tabsbox h1{
	padding:0 3px 18px;
	font-size:100%;
}

#tabsbox .links{
	margin-bottom:18px;
	text-align:right;
	font-size:75%;
}

#tabhead{
	padding:4px 12px 0;
	border:1px solid #D0D0D0;
	border-bottom:none;
	background-color:#f5f5f5;
}

#tabhead li{
	float:left;
	position:relative;
	width:120px;
	padding:11px 13px 9px;
	list-style:none;
	text-align:center;
	border-right:1px solid #eee;
	background-color:#D0D0D0;
}

#tabhead .on{
	padding:11px 13px 9px;
	border:1px solid #D0D0D0;
	border-bottom:none;
	background-color:#FFF;
}


#tabhead li a{
	display: block;
	text-decoration:none;
	color:#1D3994;
}

#tabhead .on a:link,
#tabhead .on a:visited,
#tabhead .on a:hover{
	font-weight:bold;
	color:#333;
}

#tabbody{
	padding:5px;
	padding-top:0;
	border:1px solid #D0D0D0;
	border-top:none;
	background-color:#f5f5f5;
}

#tabbody dt{
	display:none;
	margin-top:-1px;
	padding:17px 10px 15px;
	border:1px solid #D0D0D0;
	background-color:#FFF;
}

#tabbody .current{
	display:block;
}

#tabbody h2{
	display:none;
	margin-bottom:6px;
	font-size:100%;
}

#tabbody ul{
	margin-bottom:-6px;
}

#tabbody li{
	margin-bottom:6px;
	list-style-position:inside;
}

/*float clear*/
#tabhead{
	overflow:hidden;
	zoom:1;
}

#tabhead:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

/*\*/
* html #tabhead:{
	height:1em;
	overflow:visible;
}
/**/


