﻿@charset "utf-8";
.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Tahoma;
	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 {
	text-decoration: none;
	/*padding: 3px 7px;*/
	margin-right: -1px;
	border-bottom: 1px solid #FE710F;
	/*color: #FE6700;*/
	padding:0 0 0 9px;
	height:18px;
	line-height:18px;
	/*background: white url(shade.gif) top left repeat-x;*/
	background:url(../../images/tabLeft.gif) no-repeat left top;
}
.shadetabs li a span{
	text-decoration: none;
	/*padding: 3px 7px;*/
	margin-right: 3px;
	color: #FE6700;
	/*background: white url(shade.gif) top left repeat-x;*/
	padding: 4px 12px 3px 3px;
background:url(../../images/tabRight.gif) no-repeat right top;
}
.shadetabs li.selected {
	position: relative;
	top: 4px;

}
.shadetabs li.selected a { /*selected main tab style */
	/*background-image: url(shadeactive.gif);*/
	padding:0 0 0px 9px;
	background:url(../../images/tabLeft.gif) no-repeat left top;
	border-bottom:1px solid #FFFEF7;
}
.shadetabs li.selected a span{ /*selected main tab style */
	/*background-image: url(shadeactive.gif);*/
	padding: 10px 12px 3px 3px;

	background:url(../../images/tabRight.gif) no-repeat right top;

}

.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid #FE710F;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
	z-index:0;
}
.tabcontent {
	display:none;
	z-index:1;
	
}
 @media print {
.tabcontent {
	display:block!important;
}
}
