@charset "utf-8";
/* CSS Document */


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-family:"trebuchet ms",trebuchet,arial,verdana;
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:42px;
}

.shadetabs li{
float:left;
margin: 0px;
font-weight:bold;
}

.shadetabs li a
{
display:block;
width:235px;
height:42px;
	text-decoration: none;
	position: relative;
	z-index: 2;
	color: #CC6600;
	background:url(../images/browseTabs-bg.png) no-repeat bottom left;
	top: 0px;
	line-height:42px;
	text-align:center;
}

.shadetabs li a:visited{
color: #CC6600;

}

.shadetabs li a:hover{
text-decoration: none;
color: #666666;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #666666;
}

.shadetabs li a.selected{ /*selected main tab style */
background:url(../images/browseTabs-bg.png) no-repeat top left;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
height:194px;
padding:25px 19px 0px 19px;
}

@media print {
.tabcontent {
display:block !important;
height:260px;
}
}

