/* ######### 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: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.selected:hover{ /*selected main tab style*/
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
