@charset "utf-8";
/* CSS Document */

#tablist {
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
FONT-SIZE: 14px;
FONT-WEIGHT: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;


}

#tablist li {
list-style: none;
display: inline;
margin: 0;
}

#tablist li a {
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #CDCDCD;
border-bottom: none;
background: #EBEBEB;
}

#tablist li a:link { 
color: #000000;
}

#tablist li a:visited {
color: #000000;
}

#tablist li a:hover {
color: #000000;
background: #d3e8f1;
}


#tablist li a.current {
background: #d3e8f1;
}



.tabcontent{
display:none;
padding: 2px 0.5em;
}



#tabcontentcontainer{
width:449px;
height:225px;
overflow: auto;
border: 1px solid #CDCDCD;
}

