/* ######### CSS for Shade Tabs. Remove if not using ######### */


/*ul .shadetabs {display:none}
#countrytabs {display:none}*/

.shadetabs{
padding: 0px 0;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
margin-right: 5px;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}