/* ######### CSS for New Page Tabs. Remove if not using ######### */

.tabs{
	padding: 0;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
	font: bold 11px Verdana;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
	/*display: inline;*/
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 29px;
}

.tabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0 20px 0 0;
	display: block;
	width: 70px;
	text-align: center;
	height: 29px;
	color: #ffffff;
	background: white url(../images/Body-Structural/Tabs-Body.jpg) top right no-repeat;
}

.tabs li a.firsttab{
	background: white url(../images/Body-Structural/Tabs-Forward.jpg) top right no-repeat;
	width: 84px;
	margin: 0 0 -3px -14px;
	padding: 0 15px 0 5px;
}

.tabs li a.lasttab{
	background: white url(../images/Body-Structural/Tabs-Last.jpg) top right no-repeat;
}

.tabs li a.selected{
	font-size: 12px;
	z-index: 5;
	line-height: 32px;
	width: 85px;
	height: 32px;
	margin: 0 0 -3px -14px;
	padding: 0 15px 0 5px;
	color: #333333;
	background: white url(../images/Body-Structural/Tabs-Body-Selected.jpg) top right no-repeat;
	cursor: default;
}

.tabs li a.lasttabselected{
	font-size: 12px;
	z-index: 5;
	width: 82px;
	height: 32px;
	margin: 0 0 -3px -14px;
	padding: 0 15px 0 5px;
	color: #333333;
	background: white url(../images/Body-Structural/Tabs-Last-Selected.jpg) top right no-repeat;
	cursor: default;
}

.tabs li a:hover{
	text-decoration: underline;
}

.tabs li a:hover.lasttabselected{
	text-decoration: none;
}

.tabs li a:hover.selected{
	text-decoration: none;
}

/* ############################################ Old Styles ######################### */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0;
font: bold 12px 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;
padding: 0;
line-height: 22px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 5px 6px 5px;
border: 2px solid #e0e0e0;/*#778*/
color: #ffffff;
background: white url(../images/shadegallery.gif) top left repeat-x;
}

.shadetabs li a.redtab{ background: white url(../images/shadered.gif) top left repeat-x;}

.shadetabs li a.bluetab{ background: white url(../images/shadeblue.gif) top left repeat-x;}

.shadetabs li a.greentab{ background: white url(../images/shadegreen.gif) top left repeat-x;}

.shadetabs li a.orangetab{ background: white url(../images/shadeorange.gif) top left repeat-x;}

.shadetabs li a.purpletab{ background: white url(../images/shadepurple.gif) top left repeat-x;}

.shadetabs li a.lbluetab{ background: white url(../images/shade.gif) top left repeat-x;}

.shadetabs li a.lgreentab{ background: white url(../images/shadelgreen.gif) top left repeat-x;}

.shadetabs li a.browntab{ background: white url(../images/shadebrown.gif) top left repeat-x;}

.shadetabs li a.magentatab{ background: white url(../images/shademagenta.gif) top left repeat-x;}

.shadetabs li a.yellowtab{ background: white url(../images/shadeyellow.gif) top left repeat-x;}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
/*color: #2d2b2b;*/
}

.shadetabs li a.selected{ /*selected main tab style*/
background-image: url(../images/shadeactivegallery.gif);
padding: 12px 5px 5px 5px;
margin-right: 4px;
top: 3px;
border-bottom-color: white;
color: #2D2B2B;
}

/*.shadetabs li a.selected{ selected main tab style
}*/

.shadetabs li a.redtabselected{ /*selected main tab style*/
	background-image: url(../images/shadeactivered.gif); 
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.bluetabselected{ /*selected main tab style*/
	background-image: url(../images/shadeactiveblue.gif);
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.greentabselected{ /*selected main tab style*/
	background-image: url(../images/shadeactivegreen.gif);
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.orangetabselected{ /*selected main tab style*/
	background-image: url(../images/shadeactiveorange.gif);
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.purpletabselected{ /*selected main tab style*/
	background-image: url(../images/shadeactivepurple.gif);
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.lbluetabselected{ /*selected main tab style*/
	background-image: url(../images/shadeactive.gif);
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.lgreentabselected{ /*selected main tab style*/
	background-image: url(../images/shadeactivelgreen.gif);
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.browntabselected{/*selected main tab style*/
	background-image: url(../images/shadeactivebrown.gif);
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.magentatabselected{ /*selected main tab style*/
	background-image: url(../images/shadeactivemagenta.gif);
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.yellowtabselected{ /*selected main tab style*/
	background-image: url(../images/shadeactiveyellow.gif);
	padding: 12px 5px 5px 5px; 
	margin-right: 4px; 
	top: 3px; 
	border-bottom-color: white; 
	color: #2D2B2B;
}

.shadetabs li a.selected:hover{ /*selected main tab style*/
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}