/* ######### CSS for Shade Tabs. Remove if not using ######### */

.homedirectory_tabs {
	background-image:url(images/homedirectory_tabs.gif);
	background-repeat:no-repeat;
	width:275px;
	height:29px;
	padding:0px 0px 0px 7px;
}

.shadetabs{
padding:0px;
margin:0px;
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#b26c58;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-weight:bold;
}

.homelatest_tabs .shadetabs {
  font-weight:bold;
  font-size:12px;
}

.shadetabs li{
float:left;
margin: 0px;
padding:0px 7px 0px 0px;
}

.shadetabs li a{
text-decoration: none;
color: #b26c58;
height:29px;
line-height:29px;
padding:0px 0px 7px 0px;
}

.shadetabs li a:hover{
color: #fff79a;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected{ /*selected main tab style */
color:#ffffff;
background-image:url(images/homedirectory_tabs_hover.gif);
background-repeat:no-repeat;
background-position:bottom center;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.thetabs {
	background-color:#ee94ac;
	border-left:3px solid #7c4439;
	border-right:3px solid #7c4439;
	border-bottom:3px solid #7c4439;
	width:276px;
	color:#804554;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.thetabs ul {
	margin:0px;
	padding:5px 4px 15px 4px;
	list-style-type:none;
}
.thetabs ul li {
	border-bottom:1px solid #de899f;
	background-image:url(images/homedirectory_icon2.gif);
	background-repeat:no-repeat;
}
.thetabs ul li a {
	display:block;
	background-image:url(images/homedirectory_icon1.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	padding:6px 0px 5px 26px;
	margin:3px 0px 2px 0px;
	color:#804554;
}
.thetabs ul li a:hover {
	background-image:none;
	color:#fff79a;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
