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

.shadetabs{
	margin:1px 0 0 10px;
	margin-bottom: 0;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-decoration: none;
	line-height: 24px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
	color: #6f81ab; 
	font-weight: bold;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
	background: #f4f5f7;
	border: 1px solid #e5e8eb;
	vertical-align: middle;
}

.shadetabs li a:hover{

	text-decoration: underline;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
	border: 1px solid #323334;
	border-bottom:none;
}

.shadetabs li a.selected{ /*selected main tab style */
	background: #f6f8fa;
	color:#323334;
	font-weight: bold;
}

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

.tabcontent{
display:none;
}

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