
#tablist{
padding: 0px;
margin-left: 0;
margin-bottom: 0;
margin-top: .1em;
font: bold 12px Verdana;
color: #ffffff;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 1px;
margin-left: 0px;
background: #666666;
}

#tablist li a:link, #tablist li a:visited{
color: #ffffff;
}

#tablist li a.current{
background: #ffa000;
}



.tabcontent{
display:none;
padding: 1px 1;
}



#tabcontentcontainer{
	width: auto;
	height: auto;
	color: #ffffff;
	overflow: auto;
	}

