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

.shadetabs {
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	line-height: 0;
}

.shadetabs li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 216px;
	height: 59px;	
}

.shadetabs li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	z-index: 1;
	/*padding: 3px 7px;*/
	/*margin-right: 3px;*/
	outline: none;
	border: 1px #e60000;
	color: #e60000;
	background: white url(shade.gif) top left repeat-x;
}

.shadetabs li#tab1 a, .shadetabs li#tab2 a, .shadetabs li#tab3 a {
	width: 216px;
	height: 59px;
	display: block;
	background-image: url('../img/tab1.gif');
	text-indent: -999999em;
}

.shadetabs li#tab2 a {
	background-image: url('../img/tab2.gif');
}

.shadetabs li#tab3 a {
	background-image: url('../img/tab3.gif');
}

.shadetabs li#tab1 a.selected {
	background-image: url('../img/tab1_active.gif');
}

.shadetabs li#tab2 a.selected {
	background-image: url('../img/tab2_active.gif');
}

.shadetabs li#tab3 a.selected {
	background-image: url('../img/tab3_active.gif');
}

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

.tabcontent {
	display: none;
}

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