#tablist{ 
font: bold 11px Verdana;
padding: 0px; 
margin: 0px;
} 

#tablist td{ 
font: bold 11px Verdana;
padding: 0px; 
margin: 0px;
} 

#tablist td a{
font: bold 11px Verdana;
padding: 3px; 
color: blue; 
background-color: #EFECF4;
} 

#tablist td a:link, #tablist td a:visited{ 
color: black; 
width: 100%;
display: block;
} 

#tablist td a.active{ 
color: blue;
} 

#tabcontentcontainer{ 
width: 100%; 
padding: 0px; 
/*border-left: 1px solid #81798D;*/
height: 300px;
background-color: white;
} 

.tabcontent{ 
padding: 5px;
background-color: white;
display:none; 
}

.tabborder{
border-width: 0px;
border-color: navy;
border-right-width: 1px;
border-style: solid;
}

