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



.shadetabs{
padding: 0px 0;
margin-top:10px;
margin-bottom: 0px;
list-style-type: none;
text-transform:capitalize;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom:#064f87 solid 1px;
float:left;
width:97%;
padding:0 10px;
}


.shadetabs li{
display: inline;
float:left;
padding:0;
margin:0 2px;
margin-left:0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 8px;
margin:0px;
color: #000;
background-color: #142430;
font-size:1em;
color:#FFF;
display:block;
border-bottom:0px;/* Brown color theme*/
font-family:Arial, Helvetica, sans-serif; 
}

/*.shadetabs li a:visited{
color: #FFFFFF;
}*/

.shadetabs li a:hover{
text-decoration: none;
background-color: #ffffff;
color: #064f87;
}


.shadetabs li a.selected{ /*selected main tab style */
position: relative;

}

.shadetabs li a.selected{ /*selected main tab style */
background:#064f87 ;
color:#ffffff;
/**border-top:4px solid #cc0000; /*Brown color theme*/ 
border-bottom:0px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
background-color: #388dc7;
color:#ffffff;
/**border-top:4px solid #cc0000; /*Brown color theme*/ 
border-bottom:0px;
}

.tabcontent{
display:none;
clear:both;
padding:10px;
z-index:5;
color:#808080;
/*height:60px;*/
overflow:auto;
}
.tabcontent2{
display:none;
clear:both;
padding:10px;
z-index:5;
color:#808080;
}

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



/********************************************************************************************************************************/
/********************************************************************************************************************************/

