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

.shadetabs1 {
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat: no-repeat;
	margin-right: 0px;
	height: 30px;
}
.shadetabs1 li {
	display: inline;
	position: relative;
	margin-left: -25px;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 30px;
}
.shadetabs1 li.first {
	margin-left: 0px;
	padding-top: 8px;
	
}
.shadetabs1 li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #4e4e4e;
	background-image: url(../images/inner_tab.png);
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 30px;
}
.shadetabs1 li a span { /*selected main tab style */
	background-image: url(../images/inner_tab_left.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.shadetabs1 li a span.first { /*selected main tab style */
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: none;
}
.shadetabs1 li a:visited {
	color: #2d2b2b;
}
.shadetabs1 li a:hover {
	text-decoration: none;
}
.shadetabs1 li a.selected { /*selected main tab style */
	position: relative;
}

.shadetabs1 li a.selected { /*selected main tab style */
	color: #FFF;
	background-image: url(../images/inner_tab_act.png);
	z-index: 2;
}
.shadetabs1 li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent1 {
	display:none;
}
 @media print {
.tabcontent1 {
	display:block !important;
}
}
.shadetabs {
	margin-left: 0;
	margin-top: 18px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 32px;
	background-repeat: no-repeat;
	margin-right: 0px;
}
.shadetabs li {
	display: inline;
	position: relative;
	margin-left: -22px;
}
.shadetabs li.first {
	margin-left: 0px;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #4e4e4e;
	background-image: url(../images/inner_tab.png);
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 24px;
	padding-left: 25px;
	padding-bottom: 9px;
	background-repeat: no-repeat;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: none;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
}
.shadetabs li a.selected { /*selected main tab style */
	border-bottom-color: white;
	color: #FFF;
	background-image: url(../images/inner_tab_act.png);
	z-index: 2;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent1 {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}


/* Add Surplus*/
.shadetabs2 {
	margin-left: 0;
	margin-top: 18px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat: no-repeat;
	margin-right: 0px;
	height: 30px;
}
.shadetabs2 li {
	display: inline;
	position: relative;
	margin-left: -25px;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 30px;
}
.shadetabs2 li.first {
	margin-left: 0px;
	padding-top: 8px;
	
}
.shadetabs2 li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #4e4e4e;
	background-image: url(../images/inner_tab.png);
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 30px;
}
.shadetabs2 li a span { /*selected main tab style */
	background-image: url(../images/inner_tab_left.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.shadetabs2 li a span.first { /*selected main tab style */
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: none;
}
.shadetabs2 li a:visited {
	color: #2d2b2b;
}
.shadetabs2 li a:hover {
	text-decoration: none;
}
.shadetabs2 li a.selected { /*selected main tab style */
	position: relative;
}

.shadetabs2 li a.selected { /*selected main tab style */
	color: #FFF;
	background-image: url(../images/inner_tab_act.png);
	z-index: 2;
}
.shadetabs2 li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
/*Add Surplus */