@charset "utf-8";
/* CSS Document */


#tablist{
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px arial;

}

#tablist li{
list-style: none;
display: inline;
margin: 0;
margin:-2px 2px 0 0;
text-align:center;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #ffffff;
border-bottom: none;
background: white;

}

#tablist li a:link, #tablist li a:visited{
background-image:url(../shadeactive.gif);
padding:3px 15px 3px 10px;
margin-left: 0;
margin-bottom: 0;
font:10px arial;
list-style-type: none;
height:15px;
}

#tablist li a.current{

}

#tabcontentcontainer{
width: 838px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;

height:11px;

background:#C9C9C9;
}

.tabcontent{
display:none;

}

