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

.shadetabs{
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/	
	padding-top:5px;
	height:19px;
}

.shadetabs li{
	display: inline;
	position:relative;
	margin:0 1px 0 0;
}
.shadetabs li a{ 
	text-decoration: none;
	z-index: 1;
	color: #fff;
}

.shadetabs a.selected .tag_priv_l1 {
	background:url(../images/color_tabs_left_ac.gif) left center no-repeat;
}
.shadetabs a.selected .tag_priv_r1 {
	background:url(../images/color_tabs_right_ac.gif) right center no-repeat;
}
.shadetabs a.selected .tag_priv_c1 {
	background:url(../images/color_tabs_center_ac.gif) center repeat-x;
}

.shadetabs a .tag_priv_l1 {
	background:url(../images/color_tabs_left_no.gif) left center no-repeat;	
}
.shadetabs a .tag_priv_r1 {
	background:url(../images/color_tabs_right_no.gif) right center no-repeat;	
}
.shadetabs a .tag_priv_c1 {
	background:url(../images/color_tabs_center_no.gif) center repeat-x;	
}
.tag_priv_l1 {
	padding-left:6px;
	padding-bottom:5px;
	padding-top:5px;
}
.tag_priv_r1 {
	padding-right:6px;
	padding-bottom:5px;
	padding-top:5px;
}
.tag_priv_c1 {	
	display:inline;	
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
}

.tabcontent{
display:none;
}

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