
 
body{
margin: 0;
}
 
 
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
width: 280px;
text-align:left;
background-color: #990000;
height: 30px;
vertical-align: middle;
line-height: 30px;
font-family: Verdana, sans-serif;
font-size: 14px;
}
 
#tablist li{
list-style: none;
display: inline;
background-color: #990000;
margin: 0;
padding:0px;
}
 
#tablist li a{
padding: 3px 0.5em;
margin-left: 8px;
border-bottom: none;
background: white;
background-color: #990000;
}
 
#tablist li a:link, #tablist li a:visited {
background-color: #990000;
color: #ffffff;
}
 
#tablist li a.current{
background-color: #990000;
}
 
#tabcontentcontainer{
width: 280px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 0px;
margin:0px;
background-color: #ebf8c3;
 
}
 
.tabcontent{
display:none;
background-color: #ebf8c3;
}
 
 
 

