/* ######### CSS for Ajax Tabs ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #CCCCCC;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	text-decoration: none;
}
.shadetabs li a:hover{
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #999999;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-decoration: none;
}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	background-color: #0099CC;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	position: relative;
	top: 1px;
	background-color: #0099CC;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
.contentarea {
	padding-left: 11px;
	vertical-align: top;
	padding-top: 5px;
}
.coloumnspacer {
	width: 11px;
}
.rowspacer {
	height: 15px;
}
.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.imagebox {
	border: 3px solid #999999;
	width: 76px;
}
.divder {
	background-image: url(../images/common/divder.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #336699;
}
.countrydivcontainer {
	background-attachment: fixed;
	background-image: url(shade.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	width: 665px;
	border-top-width: 9px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.countrydivcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #666666;
}
.countrydivcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #336699;
}

