@charset "utf-8";
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	position: relative;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	border: 1px solid #778;
	color: #333333;
	background-image: url(../images/ui-bg_diagonals-small_50_93c3cd_40x40.png);
	background-repeat: repeat;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.3em;
	padding-left: 0.8em;
}

.shadetabs li a:visited{
	background-image: url(../images/ui-bg_diagonals-small_50_ff3853_40x40.png);
	background-repeat: repeat;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #000000;
	background-image: url(../images/ui-bg_diagonals-small_75_ccd232_40x40.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
}
#countrytabs {
	padding-left: 0.8em;
	padding-top: 1.2em;
	padding-bottom: 0.4em;
	background-image: url(../images/ui-bg_dots-small_35_35414f_2x2.png);
}


.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	background-image: url(../images/ui-bg_diagonals-small_50_ff3853_40x40.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF3366;
	border-right-color: #FF3366;
	border-left-color: #FF3366;
	color: #FFFFFF;
	font-weight: bold;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background-image: url(../images/ui-bg_diagonals-small_75_ccd232_40x40.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#countrydivcontainer {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, Arial, sans-serif, serif;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
