/*************** TAB WINDOW STYLES ******************/


#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Arial;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
border: 1px solid #778;
border-bottom: none;
background: white;
color: #313390;
text-decoration: none;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: lightyellow;
}

#tabcontentcontainer{
width: 450px;
height: 575px;/* Insert Optional Height definition here to give all the content a unified height */
padding: 10px;
border: 1px solid;
border-color:  #313390;
}

.tabcontent{
display:none;
}

/*************** END OF TAB STYLES ******************/