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

.shadetabs{
	padding: 2px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font:11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin-right: 0px;
}

.shadetabs li{
	display: inline;
	margin: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color: #d7e8d0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 2px;
	margin-right:0px;
	color: #2d2b2b;
	border: 1px solid #778;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	background-color: #ecf5ed;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

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

.tabcontent{
	display:none;
	padding: 10px;
}

@media print {
}

@media print {
}

@media print {
}
.tabcontent li {
	background-image: url(images/tab.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;

}

