html {
	min-height: 101%;
}

body { 	
	background: black;
	margin: 0px;
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
}

.wrap {
	width: 75%;
}

table, p {
	margin-left: 20px;
	margin-right: 20px;
}

table.header {
	width: 100%;
}

table p {
	margin-left: 0px;
	margin-right: 0px;
}

.content {
	background: url('../graphix/carbonFibreBack.png');
	border: thin silver solid;
	text-align: justify;
	padding: 20px 0px 20px 0px;
	display:block;
}

.gains {
	background: url('../graphix/carbonFibreBack.png');
	color: #FFFFFF;
	padding: 0px 0px 2px 0px;
	text-align: center;
	position: fixed;
	top: 5px;
	left: 5px;
	border: 1px silver ridge;
	width: 120px;
}

.gains h1 {
	background: white;
	color: black;
	margin:0px 0px 0px 0px;
	padding-bottom: 2px;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	width: 100%;
}

.gains h2 {
	margin:2px 0px 3px 0px;
	font-size: 10pt;
	font-weight: 300;
	width: 100%;
}

.gains select {
	margin: 2px;
}

.gains select {
	width: 115px;
}

.gains option {
	background: black;
	color: white;
}

.popup select {
	width: 550px
}

.gainsButton {
	font-weight: bold;
	cursor: pointer;
	font-size: 10pt;
}

.modalButton {
	font-weight: bold;
	cursor: pointer;
	font-size: 12pt;
}

.header {
	background: url('../graphix/headerBack.jpg');
	padding: 0px;
}

.menuBar {
	padding: 2px;
	padding-left: 20px;
	padding-right: 20px;
	width: 75%;
	text-align: center;
	display: block;
}

.menuBar td {
    padding: 2px 10px 2px 10px;
    font-weight: bold;
    font-family: Verdana, Arial;
    text-decoration: none;
    vertical-align: top;
   }
   
.menuBar td a:link {
    text-decoration: none;
    color: silver;
    font-size: 10px;
}

.menuBar td a:visited {
    text-decoration: none;
    color: silver;
    font-size: 10px;
}
.menuBar td a:hover {
    text-decoration: none;
    color: #993333;
}

.menuBar td a:active {
    text-decoration: none;
    color: #993333;
}

.pageHead {
	font-size: 16pt;
	border-bottom: thin silver ridge;
}

.sectionHead { 
	background: black;
	font-size: 14pt;
	text-align: center;
	border: thin #993333 solid;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

.sectionHead a:link {
	font-size: 14pt;
	text-decoration: none;
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
}

.sectionHead a:visited {
	font-size: 14pt;
	text-decoration: none;
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
}

.sectionHead a:hover {
	font-size: 14pt;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.sectionHead a:hover:visited {
	font-size: 14pt;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.box {
	border-left: thin #993333 solid;
	padding-left: 15px;
	padding-right: 15px;
}

.gainsFinder {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: thin silver solid;
	padding: 10px;
	width: 50%; 
	visibility: visible;
	background: black;
	z-index: 2;
}

.footNote { 
	font-size: 8pt;
}

#footnote {
	font-size: x-small;
	text-align: center;
}

.footer {
	text-align: left;
	width: 75%;
}

a:link {
	color: gray;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: gray;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: gray;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover:visited {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.modal {
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	border: thin silver outset;
	padding: 0px 0px 10px 0px;
	visibility: hidden;
	background: black url('../graphix/carBack.png') no-repeat right center;
	z-index: 501;
}

.modalIE6 {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	border: thin silver outset;
	padding: 0px 0px 10px 0px;
	visibility: hidden;
	background: black url('../graphix/carBack.png');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 501;
}


.modal h1 {
	background: white;
	color: black;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	text-align: center;
	font-size: medium;
	z-index: 2;
}

.results {
	background: url('../graphix/carbonFibreBack.png');
	border: 1px silver solid;
	width: 75%;
	padding: 10px;
}

.backdrop {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	visibility: hidden;
	filter: alpha(opacity=65);
	z-index: 500;
}

.closeLink {
	color: white;
	text-decoration: none;
	font-size: medium;
}

.content-top-border {
	width: 75%;
	padding: 0px;
	padding: 0px 0px 5px 0px;
	margin-top: 10px;
	border-bottom: 1px silver solid;
	text-align: center;
}


.closeLink:hover {
	cursor: pointer;
}

.gallery {

}

.gallery .item {

}

.gallery img {
	width: 150px;
	border: 1px silver solid;
}

.extract {
	background: black;
	color: white;
	padding: 15px;
	font-weight: 300;
	font-style: italic;
	border: 1px silver solid;
	margin: 10px;
}
