* {
	margin:0;
	padding:0;
}

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

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

#tabhead{
	padding:4px 6px 0px;
	border:1px solid #D0D0D0;
	border-bottom:none;
	background-color:#EEE;
	width:573px;
}

#tabhead li{
	float:left;
	position:relative;
	width:65px;
	padding:6px 0px 0px;
	list-style:none;
	text-align:center;
        font-size:0.9em;
}

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


#tabhead li a{
	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:#EEE;
	width:575px;
        overflow:auto;
        height:150px;
		font-size:0.9em;
		line-height: 1.3em
}

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

#tabbody .current{
	display:block;
}

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

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

overflow: hidden;
	text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 540px;
}

#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;
}
/**/