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

.shadetabs,.shadetabs2{
	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,.shadetabs2 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;
}
.shadetabs2 li a{
	text-decoration: none;
	z-index: 1;
	margin-right: 3px;
	color: #FFFFFF;
	background-color: #018ecd;
	font-size: 1em;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	position: relative;
	outline: 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:visited,.shadetabs2 li a:visited{
	color: #FFFFFF;
}

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

.shadetabs li a.selected,.shadetabs2 li a.selected{ /*selected main tab style */
	background-color: #FFFFFF;
	color: #545A5C;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #FFFFFF;
	border-left-color: #DEDEDE;

}

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

.tabcontent{
	display: block;
}

@media print {
.tabcontent {
	display:block !important;
	border: 1px solid #CCCCCC;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
}

@media print {
}

@media print {
}
.tabcontent h5 {
	margin-bottom: 0px;
	margin-top: 5px;
}

.tabbox {
	float: left;
	width: 95%;
	padding: 20px;
	border: 1px solid #DEDEDE;
}
.tabbox2 {
	float: right;
	width: 481px;
	padding: 20px;
	border: 1px solid #DEDEDE;
}

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;
}

