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

.shadetabs {
	margin: 0;
	padding: 0;
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	height: 31px;
}
.shadetabs ul {
	list-style-type: none;
	margin: 0;
}
.shadetabs li {
display: inline;
margin: 0;
}

.shadetabs li a, .shadetabs li a:visited, .shadetabs li a:active {
text-decoration: none;
	/*background-image: url('images/designImages/buttons/ptNavButtons_left_02.jpg');
	background-repeat: no-repeat;
	background-position: left top;*/
	display: block;
	float: left; /* Change 12px as desired */
	/*line-height: 23px;  This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 31px; /* Height of button background height */
	padding-left: 13px; /* Width of left menu image */
	color: white;
}
.shadetabs li a span, .shadetabs li a:visited span, .shadetabs li a:active span {
	background-color: transparent;
	/*background-image: url('images/designImages/buttons/ptNavButtons_right_02.jpg');
	background-repeat: no-repeat;
	background-position: right top;*/
	display: block;
	padding: 4px 13px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.shadetabs li a:hover {
text-decoration: underline;
color: #2d2b2b;
	background-position: bottom left;
}
.shadetabs li a:hover span {
text-decoration: underline;
color: #2d2b2b;
	background-position: bottom right;
}

.shadetabs li a.selected { /*selected main tab style */
	
}

.shadetabs li a.selected { /*selected main tab style */
	
}

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

.tabcontent {
	display: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding: 0px 15px;
	height: 1045px;
	overflow: auto;
	text-align: left;
	color: white;
}
.tabcontent a, .tabcontent a:active {
	/*color:#0099FF;  light blue */
	color: #6bb6ef;
	text-decoration: underline;
}
.tabcontent a:visited {
	/*color:#0099FF;  light blue */
	/*color: #666699;*/
	color: #ccc;
	text-decoration: underline;
}
.tabcontent a:hover {
	color: #dfd7b9;
	text-decoration: none;
}
.tabcontent_white {
	display: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding: 0px 15px;
	height: 1045px;
	overflow: auto;
	text-align: left;
	color: #36454F; /* charcoal */
	background-color: white;
}
.tabcontent_white a, .tabcontent_white a:visited, .tabcontent_white a:active {
	color: #0000FF;
	text-decoration: underline;
}
.tabcontent_white a:hover {
	color: black;
	text-decoration: none;
}


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