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

.shadetabs{
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Myriad', Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-image: url(../spimages/pages/tab-noselect.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:42px;
	width:560px;
	margin-top:15px;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -.1em;
}

.shadetabs li{
display: block;
float:left;
margin: 0;
height:42px;


}

.shadetabs li a{
	float:left;
	display:block;
	padding-left:6px;
	padding-right:6px;
	height:42px;
	line-height:42px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1C0C1;
	background-position: center 0px;
	width:127px;
	text-align:center;
	color: #4C4C4C;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
height:42px;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../spimages/pages/tab-select.gif);
	background-repeat: no-repeat;
	height:42px;
	color: #FFFFFF;
	text-shadow: 0px -1px #333333;

}


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

.tabcontent{
	display:none;
	padding: 10px;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabtext{
	float:left;
	display:block;
	padding-left:15px;
	padding-right:10px;
	line-height:16px;
	width:300px;
	text-align:left;
	color: #4C4C4C;
	font-size: 11px;
	text-align:left;
	margin-top:30px;
	margin-bottom:10px;
	
}

