body {
	font: 70% "DejaVu Sans Book", Verdana, Arial,Helvetica,sans-serif;
	background-color: #000000;
	color: #a09898;
	padding: 0;
	margin: 0;
}

code,pre {
	font-family: "DejaVu Sans Mono";
	color: white;
}

a {
	color: #F2C100;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}

h1,h2 {
	font-size: 95%;
	margin: 3px 0;
	display: block;
	border-bottom: solid 1px #a09898;
}

p {
	margin-bottom: 10px;
	text-indent: 5px;
}

#header {
	position: relative;
	height: 160px;
	background: url(/images/summer2010.png) top no-repeat;
}

#container {
	width: 760px;
	margin: 10px auto;
}

#content {
	border: solid 1px #3d3d3d;
	border-top: 0;
	background-color: #111111;
	padding: 10px;
	clear: both;
}

#thumbs {
	float: left;
	padding-top: 10px;
	clear: both;
}

#passes {
	clear: both;
}

#nextPass {
	padding: 5px 0;
}

.nav {
	float: left;
	width: 100%;
	background: url(/images/navBottom.jpg) bottom repeat-x;
}

.nav ul {
	list-style: none;
	padding: 0 10px 0 10px;
}

.nav li {
	float: left;
	margin: 3px 3px 0 3px;
}

.nav a {
	display: block;
	padding: 5px 8px 3px 8px;
}

.inactive {
	background: url(/images/tabLeftLight.png) top left no-repeat;
}

.inactive a {
	background: url(/images/tabRightLight.png) top right no-repeat;
	text-decoration: none;
	border-bottom: solid 1px #3d3d3d;
}

.inactive a:hover {
	text-decoration: underline;
}

.active {
	background: url(/images/tabLeft.png) top left no-repeat;
}

.active a {
	background: url(/images/tabRight.png) top right no-repeat;
	text-decoration: none;
	border-bottom: solid 1px #111111;
}

#subNav {
	width: 758px;
	clear: both;
	background-color: #111111;
	border-left: solid 1px #3d3d3d;
	border-right: solid 1px #3d3d3d;
}

.dials, .graph {
	text-align: center;
}

.graph {
	text-align: center;
	padding-bottom: 10px;
}

.graph img {
	padding-left: 3px;
}

.altrow {
	background-color: #262626;
}

.centertext {
	text-align: center;
}

.tabHead {
	text-align: center;
	font-weight: bold;
}

.imageDiv {
	position: absolute;
	border: solid 1px #1F1F1F;
	background-color: rgba(17, 17, 17, 0.7);
	height: 500px;
	width: 500px;
	cursor: pointer;
}

.aptThumb {
	float: left;
	padding: 2px;
}

.pass {
	float: left;
	width: 100%;
	border: solid 1px #3d3d3d;
	margin-bottom: 20px;
}

.pass table {
	
}

.aptThumb img {
	cursor: pointer;
}

.statsTable {
	background-color: #1C1C1C;
	border: solid 1px #3d3d3d;
	margin: 0 auto 10px auto;
}

.statsTable td {
	padding: 4px;
}

.dataCell {
	padding: 3px 3px;
	color: white;
}

.cellRight {
	/*background-color: #303030;*/
}
