#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
}

#tablist li{
list-style: none;
display: block;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border-bottom: none;
background: none;
}

#tablist li a:link {
color: 00f;
text-decoration:none;
}

#tablist li a:visited{
color: #eee;
text-decoration:none;
}


#tablist li a.current{
background:none;
}

#tabcontentcontainer{
width: 550px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: none;
}

.tabcontent{
display:none;
background-color:#ccffff;
border:1px solid #0ded0d;
padding:3px;
}
