@charset "utf-8";
/* CSS Document */

.shadetabs{
	padding:0;
	margin:0;
}
.shadetabs li{
	line-height:1.5em;
	display:inline;
}
.shadetabs li a{
	text-decoration:none;
	color:#000000;
	border:1px #ebebeb solid;
	padding:3px 10px 3px 10px;
	font-size:11px;
}
.shadetabs li a:visited{

}
.shadetabs li a:hover{
	background-color:#ebebeb;
	position:relative;
	bottom:1px;
}

.shadetabs li.selected{
	position:relative;
	bottom:-1px;
}

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
	clear:both;
	font-size:11px;
	padding:15px;
	text-align:justify;
	border-top:1px #CCCCCC solid;
	font-size:11px;
}

.tabcontent{
	display:none;
}