
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 11px Arial;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
padding-top: 3px 0.5em;
margin-left: 0px;
border: 1px solid #778;
border-bottom: none;
background: #E9E9E9;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
text-decoration: none;
 font-family: "Arial", Serif;
  font-weight: 900;
  color: #000080;
}

#tablist li a.current{
background: #E9E9E9;
}

#tabcontentcontainer{
width: 235px;
height: 150px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid #c0c0c0;
background: #FFFFFF;
}

.tabcontent{
display:none;
}




