@charset "utf-8";
/* CSS Document 
Stlyes that are controlled using Javascript
see dhtml.js for specific functionality*/


div#tp{
background-color:#375359;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:200%;
}

div#tp a{color:#FFFFFF;}

div#searchResults{
background-color:#4d7373;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:200%;
}

div#tips{
background-color:#283e42;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:200%;
}

/*
z-index of the tabs layer is above the individual tabbed layers so top border of tabbed layer is "hidden" beneath active/open tab
*/
div#theTabs{
width:262px;
height:24px;
z-index:20;
position:absolute;
}

div#theTabs a{outline:none;}

/*
use margin-top to move these layers below the tabs
*/
div.tabbedLayer{
margin-top:23px;
visibility:hidden;
width:262px;
font-size:12px;
padding:20px;
line-height:200%;
height:510px;
overflow:auto;
border:1px solid #8cb3b3;
position:absolute;
color:#D4D0C8;
z-index:1;
background-repeat:repeat-x;
}

div.tabbedLayer a{color:#FFFFFF;}
