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

.shadetabs{
	list-style-type: none !important;
	text-align: left !important; /*set to left, center, or right to align the menu as desired*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	font-weight: bold !important;
	position: relative !important;
	float: left!important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/tabsbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 665px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.shadetabs li{
	margin: 0!important;
	width: auto!important;
	float: left!important;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #666666;
	font-weight: normal;
	padding-left: 18px;
	display: block;
	float: left;
	background-image: url(../images/tab_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.shadetabs li a strong {
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 7px;
	background-image: url(../images/tab_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor:pointer;
}
.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	font-weight: bold;
	color: #000000;
	z-index: 10;
	position: relative;
	background-image: url(../images/tab_on.gif);
	background-repeat: no-repeat;
}
.shadetabs li a.selected strong {
	background-image: url(../images/tab_on.gif);
	background-repeat: no-repeat;
}
.shadetabs li a.selected{ /*selected main tab style */
}

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

.tabcontent{
	display:none;
	height: auto;
	line-height: 1.4em;
	color: #000000;
}

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

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
