/* ######### CSS for Shade Tabs. Remove if not using ######### */
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block !important;
}
}
div#countrydivcontainer{width:650px; height:285px; overflow:hidden; border-bottom:1px dotted #333;}		

.tabcontent_asp{
display:none;
padding:10px;
}
@media print {
.tabcontent_asp {
display:block !important;
padding:40px;
}
}
div#countrydivcontainer_asp{width:650px; height:260px; overflow:hidden; border-bottom:1px dotted #333;}		
