@charset "utf-8";
/* CSS Document 
Stlyes that are controlled using Javascript
see dhtml.js for specific functionality


*/

div#searchResults{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

div#searchStatus{

}

div#tp{
background-color:#2d3f46;
}

div#searchResults{
background-color:#3b5e70;
}

div#tips{
background-color:#425255;
}

/*
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;
}

/*
use margin-top to move these layers below the tabs
*/
div.tabbedLayer{
margin-top:23px;
visibility:hidden;
width:262px;
font-size:11px;
padding:20px;
line-height:250%;
height:510px;
overflow:auto;
border:1px solid #EFC356;
position:absolute;
color:#FFFFFF;
z-index:1;
background-image:url(i/bgSliceTabbedLayer.gif);
background-repeat:repeat-x;
}


