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

.shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1E99E2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.shadetabs li{
	
	display: inline-table;
	margin-bottom: 10px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	color: #30A1E4;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	margin-bottom: 20px;
	background-image: url(images/tab-bg);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
#content4tabs {
	width:640px;
	margin-bottom: 1em;
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: -2px;
	background-image: url(images/tab-body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}
.tabimages  {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 14px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;	
}


#content4tabs h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0779BF;
	margin-top: 10px;	
}

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

.shadetabs li a:hover{
	text-decoration: none;
	color: #666666;
	background-image: url(images/tab-roll.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(images/footer_bg.jpg);
	border-bottom-color: #0087DB;
	color: #FFFFFF;
	border-bottom-width: 2px;
	background-repeat: repeat-x;
	background-position: left top;
}

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

.tabcontent{
display:none;
}

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