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

.shadetabs{
	list-style-type: none;
	text-align: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

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

.shadetabs li a{
	text-decoration: none;
	z-index: 1;
	margin-right: 3px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #f0ba00;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	position: relative;
	outline: none;
}

.shadetabs li a:visited{
	color: #FFFFFF;
}

.shadetabs li a:hover{
	text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-color: #018ecd;
	color: #FFFFFF;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018ECD;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

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

.tabcontent{
display:none;
}

@media print {
.tabcontent {
	display:block !important;
	border: 1px solid #CCCCCC;
}
}

@media print {
}

@media print {
}
.tabbox {
	background-image: url(images/box_shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 95%;
}

hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7DADB;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

