#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: underline;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #E6F0F9;
cursor:pointer;
cursor:hand;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
text-decoration: none;
background: #ffffff;
color: #000000;
cursor:default;
}

#tabcontentcontainer{
width:100%;
height:40px;
/*
border: 1px solid #778;
border-bottom: none;
border-left: none;
border-right: none;
*/
}

.tabcontent{
display:none;
}
