@charset "utf-8";
/* CSS Document */

#tabnavcontainer
{
float:left;
width:100%;
}

#tabnav
{
padding:3px 0;
margin:2px 0 0 0;
border-bottom:1px solid #999;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#tabnav li
{
list-style:none;
margin:0;
margin-right:-5px;
display:inline;
font-size:0.9em;
}

#tabnav li a
{
color:#000;
padding:3px 0.5em;
margin-left:0;
border:1px solid #999;
border-bottom:none;
text-decoration:none;
background-image:url(/tabnav/styles/img/tab_fill.jpg);
background-position:top left;
background-repeat:no-repeat;
width:1em;
}

#tabnav li a:visited
{
color:#000;
}

#tabnav li a:hover
{
text-decoration:underline;
color:#000;
/*background:#aaf;*/
background:#9BCEF0;
border-color:#999;
/*background-color:#9BCEF0;*/
}

#tabnav li a.current
{
background-image:url(/tabnav/styles/img/no_fill.jpg);
background-position:top left;
background-repeat:no-repeat;
border-bottom:none;
}

#tabnavcontent
{
clear:both;
border-right:1px solid #999;
border-left:1px solid #999;
border-bottom:1px solid #999;
padding:0.6em;
margin-top:0px;
}

#footer
{
clear:both;
width:100%;
overflow:visible;
}