/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs
{
margin-left: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left;font-family: Arial;font-size: 11px;font-weight: normal;
padding-top: 2px;padding-right: 0px;padding-bottom: 0px;padding-left: 0;
text-decoration: none;
margin-top: 0px;margin-right: 0px;
}


.shadetabs li
{
display: inline;margin-top: 0px;margin-right: 2px;margin-bottom: 0px;margin-left: 0px;
background-image: url(tab_selected.jpg);
font-size: 12px;
color: #FFFFFF;
background-repeat: no-repeat;
font-family: Arial;
z-index: 1;
}

.shadetabs li a
{
text-decoration: none;
position: relative;z-index: 1;margin-right:0px;color: #FFFFFF;
/*background-image: url(images/bg_blue3.gif);background-repeat: repeat-x;*/
background-color:#000099;
height: 20px; 
padding-top: 1px;padding-right: 21px;
padding-bottom: 0px;padding-left: 22px;font-family: Arial;border-top-width: 1px;
border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;
border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #333333;
border-right-color: #333333;border-bottom-color: #333333;border-left-color: #333333;
margin-bottom: 2px;}

.shadetabs li a:hover{color: #000000;
/*background-image: url(images/tabs03_down.jpg);background-repeat: repeat-x;*/
background-color:#3399FF;
border: 1px solid #999999;}

.shadetabs li a.selected{position: relative;font-family: Arial;color: #000000;border: 1px solid #999999;}

.shadetabs li a.selected{
/*background-image: url(images/tabs03_down.jpg);*/
background-color:#3399FF;
color: #000000;font-family: Arial;background-repeat: repeat-x;}/*Content slider*/

.tabcontent {display:none;background-image: url(tab_table_bg.jpg);
background-repeat: repeat-x;background-color: #FAFAF8;width:545px;
height: auto;border: 1px solid #999999;
}
.fine_print{font-size:11px; line-height:1.2em;padding-top:5px;}



/*@media print {
.tabcontent {
display:block !important;
}
}
*/
