/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Tahoma, Geneva, Arial, Helvetica, san-serif;
	list-style-type: none;
	text-align: left;
}



.shadetabs li {
	display: inline;
    margin: 0;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	border: 0px solid #DADADA;
	color: #000000;
	top: -1px;
	font-size: 10pt;
	text-transform: uppercase;
	font-family: "Arial Narrow";
	font-weight: bold;
}


.shadetabs li a:hover{
	text-decoration: none;
	color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{
	font-family: "Arial Narrow";
	font-size: 10pt;
	color: #FFFFFF;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	text-transform: uppercase;
	background-color: #647F2D;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #333333;
; border-bottom-width: 1px;
	padding: 3px;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	color: #839F4B;
	background-color:  #FFFFFF;
	padding: 15px 15px;
	margin:0px;
	font-weight: normal;font-family: Tahoma, sans-serif, Arial, Verdana; font-size: 11px; line-height: 18px; color: #000000;
}

a.tabcontent:hover {
color: #000000;
	background-color: #ffffff;
}


.border_topless {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-top-color: #333333;
}
.news_tab {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #839F4B;
	background-color: #ffffff;
}


a.news:hover_tab {
	color: #000000;
	background-color: #ffffff;
}

@media print {
.tabcontent {
display:block !important;
}
}


