/* ######### CSS for Shade Tabs. Remove if not using ######### */

#countrydivcontainer {
	border: 0;
	width: 100%;
	padding: 0 20px 0 0;
}

.shadetabs{
	padding: 3px 0;
	margin: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background: #FFFFFF;
}

.shadetabs li{
	display: inline;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 4px 12px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #3e5c92;
	background: #CCCCCC;
}

.shadetabs li a:visited{
	color: #FFFFFF;
}

.shadetabs li a:hover{
	background: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
	background: #000000;
}

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

.tabcontent{
display:none;
}

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