/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs2{
	margin-top: 1px;
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	font-family: Verdana;
	font-weight: bold;
	margin-left: 0px;
	font-size: 12px;
	margin-bottom: 0px;
}

.shadetabs2 li{
	display: inline;
	margin: 0;
}

.shadetabs2 li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	color: #2d2b2b;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #778;
	border-right-color: #778;
	border-bottom-color: #FFFFFF;
	border-left-color: #778;
}

.shadetabs2 li a:visited{
	color: #2d2b2b;
}

.shadetabs2 li a:hover{
	text-decoration: none;
	color: #51B1E6;
}

.shadetabs2 li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
	/*border-bottom-color: white;
	background-color: #FFFFFF;*/
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent2{
	display:none;
	text-align: left;
	position: relative;
	overflow: hidden;
}
