
#tablist{
padding: 0px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: noraml 12px arial;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
margin-left: 0px;
border: 0px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: 333333;
}

#tablist li a.current{
background: #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-decoration: none;
}

#tabcontentcontainer{
/* Insert Optional Height definition here to give all the content a unified height */
padding: 0px;
border: 0px solid black;
height:300px;
}

.tabcontent{
display:none;
}
