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

#main #tabs {
	margin: 0;
	clear: both;
	border-top: 5px solid white;
}

#main #tabs.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#main #tabs.shadetabs li{
	display: inline;
	margin: 0;
}

#main #tabs.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #838383;
	background-color: #edebeb;
	width: 159px;
}

#main #tabs.shadetabs li a:hover{
	text-decoration: underline;
	color: #fff;
	background-color: #cac9c9;
	text-decoration: none;
}

#main #tabs.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	background-color: #cac9c9;
}

#main #tabs.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
	background-color: #cac9c9;
}

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

.tabcontent {
	display:none;
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid gray;
	padding: 5px 5px 50px 5px;
	margin-bottom: 7px;
}

#main .tabcontent .headlines a {
	color: white;
}

#main .tabcontent a:hover {
	color: black;
}

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