
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #a09d9d;
border-bottom: none;
background: #9f0102;
}

#tablist li a:link, #tablist li a:visited{
color: #ffffff;
}

#tablist li a.current{
background: #9f0102;
}



.tabcontent{
display:none;
padding: 3px 0.5em;
}



#tabcontentcontainer{
width:100%;
height: auto;
border: 1px solid #a09d9d;
}


