
#tablist {
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
position: relative;
top: 1px;
}

#tablist li {
list-style: none;
display: inline;
margin: 0;
}

#tablist li a {
text-decoration: none;
padding: 5px 0.5em;
padding-bottom: 3px;
margin-left: 0px;
border: 1px solid #d7d6ce;
border-bottom: none;
background: #ffffff ;
}

#tablist li a:link { 
color: #f17104;
font-weight: bold;
}

#tablist li a:visited {
color: #f17104;
}

#tablist li a.current {
background: #fff8d1;
}



.tabcontent{
display:none;
padding: 3px 0.5em;
}



#tabcontentcontainer{
width:710px;
height:auto;
overflow: auto;
border: 1px solid #d7d6ce;

padding: 10px;
background: #ffffff;
}


