/* 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:#e63488; 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:#e63488; font-weight:600;
background-color: #c2beb5; /*deselected main tab style*/ 

}

.shadetabs li a:visited{
color:#e63488; font-weight:600;
}

.shadetabs li a:hover{
background-color: #dcd8cd; /*hover main tab style*/ 
text-decoration: none;
color:#e63488; font-weight:600;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style*/
background-color: #dcd8cd; 
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 2px solid #dcd8cd  !important;
width: 95%;!important;
margin-top:7px;
margin-bottom: 1em;
padding: 14px;
background-color: #dbd7ce;
}

.tabcontent{
display:none;
width:200px;
background-color: #dbd7ce;
}

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