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

.shadetabs{
	margin-left: 0;
	margin-top: 0px;
	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*/
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 1px;
	border: 1px solid #990000;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 16px;
	background-color: #CC0000;
	background-image: url(/images/red-title.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
color: #666666;
background-color: #CCCCCC;
background-image: url(/images/hygiene-bg_6.gif);
border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #CCCCCC;
}



.shadetabs li a.selected{ /*selected main tab style */
	font-color: #CC0000;
	background-color: #F1F2F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #F1F2F4;
	color: #CC0000;
	background-image: url(/images/hygiene-bg_5.gif);
	background-repeat: repeat;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 13px;
	z-index: 3;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #666666;
	background-color: #F1F2F4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #F1F2F4;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 4px;
}

