/* Note: Background images take precedent over background colours. */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Verdana;
color:#FFFFFF; font-weight:600;
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;
padding: 7px ;
margin-right: 0px;
border: 0px solid #3088c9;
color:#FFFFFF; font-weight:600;
background-color: #949292; /*deselected main tab style*/ 

}

.shadetabs li a:visited{
color:#FFFFFF; font-weight:600;
}

.shadetabs li a:hover{
background-color: #d00000; /*hover main tab style*/ 
text-decoration: none;
color:#FFFFFF; font-weight:600;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style*/
background-color: #d00000; 
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style*/
background-color: #d00000;
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 2px solid #d00000  !important;
width: 95%;!important;
margin-top:7px;
margin-bottom: 1em;
padding: 14px;
background-color: #FFFFFF;
}

.tabcontent{
display:none;
background-color: #FFFFFF;
}

@media print {
.tabcontent {
display:block!important;
}
}
