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

.shadetabs{

padding: 8px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial, Helvetica, sans-serif;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 8px 10px;
margin-right: 0px;
border: 1px solid #666666;
color: white;
background: #0099CC;   
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
	
	
}

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

.shadetabs li a:hover{
text-decoration: none;
color: white;
background: #0099CC;


}


.shadetabs li a.selected{ /*selected main tab style */
border-bottom: none;
color: black;
background: white;
padding-top: 15px;
top: 1px;
margin-left: 0;
margin-top: 5px;
font: bold 13px Arial, Helvetica, sans-serif;



}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
border:1px solid gray;-moz-border-radius: 0px 5px 5px 5px; 
-webkit-border-radius: 0px 5px 5px 5px;
border-radius: 0px 5px 5px 5px;
padding: 15px

}

.tabcontent img{
padding: 0px 10px 30px 10px;
	
	
}



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

