
#tablist {
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font-family: bold 14px Segoe UI,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 #faecc5;
border-bottom: none;
background:#f9f0d8;
}

#tablist li a:link { 
color: #cdae5e;
}

#tablist li a:visited {
color: #cdae5e;
}

#tablist li a.current {
background:#fdf9ee;
color: #663300;
}



.tabcontent{
display:none;
padding: 3px 0.5em;
}



#tabcontentcontainer{
width:475px;
height:175px;
overflow: auto;
border: 1px solid #faecc5;
background:#fdf9ee;
padding:4px;
}


