/* ######### CSS for Shade Tabs. Remove if not using ######### */



.shadetabs{
	padding-left: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	margin: 60px 0 0 0;
	border-bottom-width: 1pt;
	float: none;
}

.shadetabs li{
	margin: 5px 5px 5px 5px;
	display: inline;
	margin: 0;
	border-right: solid 1px;
	margin-left: 10px;
}

.shadetabs li a{
	text-decoration: none;
	z-index: 1;
	margin-right: 15px;
}

.shadetabs li a:visited{
	color: #999999;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #CC3300;
}

.shadetabs li a.selected{ /*selected main tab style */
	font-style: normal;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: #CCCCCC;
	border-bottom-style: groove;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	
}

.tabcontent{
	display:inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: justify;
	line-height: 18px;
}

.name {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	text-transform: capitalize;
	color: #333333;
	letter-spacing: 2px;
	margin: 45px 0 15px 45px;
}
.menu {
	margin: 0 0 0 220px;
	padding: 0 0 0 0;
	height: 20px;
	border-bottom-width: 5%;
	min-width: 540px;
}

.thumbholder {
	float: left;
	width: 140px;
	text-align: center;
	margin: 10px 10px 10px 0px;
}


.selection {
	background-color: #FFFFFF;
	font-size: 90%;
	color: #000000;
}
.details {
	font-size: 90%;
	text-align: center;
	height: 20px;
}






@media print {
.tabcontent {
display:block !important;
}
}
.tabcontenttext {
	margin-left: 29px;
}
.pictholder {
	height: 140px;
}
.footer {
	clear: both;
	height: 15px;
	width: 70%;
	text-align: right;
	font-size: 7pt;
	color: #999999;
	margin-left: 200px;
	margin-bottom: 5px;
	margin-top: 25%;
}

.footer a {
	font-weight: normal;
	font-size: 7pt;
}
