/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs #countrytabs {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs #countrytabs li{
display: inline;
margin: 0;
}

.shadetabs #countrytabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding-right: 0px;
margin-right: 15px;
/* background: white url(/img/shade.gif) top left repeat-x; */
}

.shadetabs #countrytabs li a:visited{
color: #2d2b2b;
}

.shadetabs #countrytabs li a:hover{
text-decoration: none;
font-weight: bold;
color: #888;
}

.shadetabs #countrytabs li a:selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs #countrytabs li a:link {
    border-bottom: 1px solid #ddd;
}

.shadetabs #countrytabs li a.selected{ /*selected main tab style */
/* background-image: url(/img/shadeactive.gif); */
/* border-bottom-color: white; */
color: #888;
border-bottom: 1px solid #ddd;
}

.shadetabs #countrytabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #5B8FBE;
}

.shadetabs #data {
/*    border:5px solid gray;  */
    width:350px; 
    margin-top: 15px;
    margin-bottom: 1em; 
/*    padding: 10px; */
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
