#tablist{
padding: 1px ;


}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 1px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{

}

#tablist li a.current{
background: lightyellow;
}

#tabcontentcontainer{
/* Insert Optional Height definition here to give all the content a unified height */
border: 0px solid black;
}

.tabcontent{
display:none;
}

