/**
 * <b>Copyright (c) 2005.  Praint Media Group.  All rights reserved.</b><br/>
 * 
 * content tabs
 */
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font-family: 'trebuchet ms',Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 2px outset #6E4243;
border-left-width: 1px;
border-right-width: 1px;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: #59191A;
text-decoration: none;
}

#tablist li a.current{
background: #FFECA1;
}

#tabcontentcontainer{
width: 97%;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid black;
}

.tabcontent{
display:none;
}

