.mainshadetabs{
	width: auto;
	height: 30px;
	background-image: url(../images/2011/tabrpt2.jpg);
	background-repeat: repeat-x;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C6E4F9;
	
}


.shadetabs{
	list-style-type: none;
	text-align: left;
	padding-right: 0;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
}

.shadetabs li{
	display: inline;
	position: relative;
	margin: 0;
	float: left;
	top: 3px;
}

.shadetabs li a{
	text-decoration: none;
	color: #004F96;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9E1F2;
	background-image: url(../images/2011/tabrpt2.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

.shadetabs li a:visited{
	margin: 0px;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #CC0000;
	margin: 0px;
}

.shadetabs li.selected{
	position: relative;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-top: 4px;
	padding-bottom: 2px;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: #CC0000;
	margin: 0px;
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}

.maincontetstyle{
	width: auto;
	margin-bottom: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C6E4F9;
	border-bottom-color: #C6E4F9;
	border-left-color: #C6E4F9;
	padding: 5px;
	background-color: #FFFFFF;
}


.contentstyle{
	width: 518px;
	padding: 10px;
	background-color: #FFFFFF;
}
.tabimage {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

