/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabsection{
	float: left;
	margin-top: 10px;
}

.shadetabs-content{
	padding: 0 0px 5px 5px;
	width: 718px;
	border: 2px solid #000;
}

.shadetabs{
	width: 720px;
	padding: 5px 0px 4px 0px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	background: url(/images/shine-light.jpg) top right no-repeat #999999;
	position: relative;
	top: 1px;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 0px;
	color: #FFF;
	font-weight: bold;
	border-bottom: 2px solid #ee1c25;
}

.shadetabs li a:visited{
	color: #FFF;
}

.shadetabs li a:hover{
	border-bottom: 2px solid #ee1c25;
}

.shadetabs li a.selected{
	/*selected main tab style */
	background: url(/images/shine-back.jpg) top right no-repeat #000;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 4px;
	margin-right: 0px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
	padding: 5px;
}

.tabcontent h1 {
	background:#000000 url(/images/shine-back.jpg) no-repeat scroll right top;
	border-bottom:2px solid #EE1C25;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	padding:5px 0px 5px 5px;
	width:655px;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}
