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


.shadetabs{
	margin: 0px 1em 0 0;
	padding: 0px 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: right;
}



.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	padding: 0px;
	text-decoration: none;
	position: relative;
	float: right;
	height: 32px;
	width: 111px;
	margin: 0 0px 0 0;
	text-align: center;
	background: url('bluetabe.gif') no-repeat;
	color: #2F76B0;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #999999;
}

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

.shadetabs li a.selected{
	/*selected main tab style */
background: url('greentab.gif') no-repeat;
	border-bottom-color: white;
	color: #5EA231;
}

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

.divcontent{
	background-position: top;
	background: #FFFFFF;
	border: 1px solid #C6EA8E;
	width: 96%;
	padding: 0 5 0 5;
	margin-right: auto;
	margin-left: auto;
	background-image: url('contenttopicbg.gif');
	background-repeat: repeat-x;
}

#wrapper{
width: 100%;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
	margin: 0px;
	clear: both;
	padding: 2px;
	text-align: center;
}
.tab{
float: right;
height: 32px;
width: 102px;
margin: 0 0px 0 0;
text-align: center;
background: #8DC70A url(greentab.jpg) no-repeat;
}

.tabtxt{
margin: 0;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

.tab div a.selected{ /*selected main tab style */
background: #8DC70A url(greentab_s.jpg) no-repeat;

}