@charset "UTF-8";
body {
	background: #bdb6aa;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #0099CC;
}
a:hover {
	color: #00CCFF;
}
table td {
	font-size: 12px;
}
p {
	line-height: 18px;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:15px;
}
p.warning {
	color: #CC0000;
}
p.caption {
	line-height: 14px;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
li {
	line-height: 18px;
	font-size: 12px;
}
.style #container {
	width: 870px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px none #bdb6aa;
	text-align: left;
	padding: 0px;
	overflow:hidden;
}
.style #header {
	padding: 0px;
	margin:0px;
	width: 870px;
}
.style #panel {
	padding: 0px;  
}
.leftCol {
	float: left; 
	padding: 0px;
	margin:0px 7px 0px 3px;
	width: 280px;
	overflow: hidden;
}
.rightCol {
	float: right; 
	padding: 0px; 
	margin: 0px 5px 0px 0px;
	width: 280px;
	overflow: hidden;
}
.midCol {
	padding: 0px;
	margin: 0px;
	width: 280px;
	overflow: hidden;
}
.mainContent {
	margin: 20px 5px 15px 20px;
}
p.textCenter {
	text-align: center;
}
#screenShots {
	float: right;
	width: 260px;
	margin-right: 10px; 
	background-image: url(images/screenshot_background.gif);
	background-repeat: repeat-y;
}
.screenShotImg {
	margin-left:5px;
	margin-bottom:5px;
}
#screenShots p, #screenShots li {
	color: #ffffff;
}
.twoColLeft {
	width: 580px; 
	padding: 0px; 
}
.homeColMid {
	margin: 0 280px 0 170px; 
	padding: 0 0 0 20px; 
}
.homeColLeft {
	float: left; 
	width: 170px; 
	padding: 0px 0 0 10px;
}
.homeScores {
	float: right; 
	width: 580px; 
	margin: 0px 50px;
}
#adStripTop {
	text-align:center;
	background-image: url(images/stripBackground.gif);
	height:90px;
}
.twoColRight {
	float: right; 
	width: 580px; 
	padding: 0px; 
}
.style #footer {
	margin-top:10px;
	padding: 0 5px 0 10px; 
	background:#DDDDDD;
	text-align: center;
}
.style #footer p {
	margin: 0; 
	padding: 5px 0; 
	font-size: 12px;
}
.textPadding {
	margin: 10px 15px 15px 20px;
}
.dataPadding {
	margin: 10px 5px 15px 10px;
}
.textPaddingFloatRight {
	margin: 10px 15px 15px 20px;
	float: right;
}
.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.gameArea {
	vertical-align:text-top;
}
.gameDescription {
	float: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.gameImage {
	margin:0px;
	padding: 0px 5px 20px 10px;
	width: 250px;
	text-align: center;
	overflow: hidden;
}
.gameImage img {
	padding:20px 0px 0px 0px;
	margin:0px;
	margin-bottom: 10px;
}
.gameDetail {
	color: #666666;
	font-size: 10px;
	line-height: 12px;
}

.playCaption {
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	text-align:center;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
table.dataTable, table.dataTable td, table.dataTable th {
	border-color: #ffffff;
	border-style: solid;
	font-size: 9px;
}
table.dataTable {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}
table.dataTable td, table.dataTable th {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	background-color: #f0f0f0;
}
table.dataTable th {
	font-size: 9px;
	text-align: center;
	background-color: #FEFFCA;
}
table th.dataTitle {
	background-color: #0099FF;
	color: #FFFFFF;
	text-align: center;
}
#header a {
	background-color: #3440DB;
}
#header a:hover {
	background-color: #5C7FFF;
}
#gallery {
	position:absolute;
	width:820px;
	margin:40px auto;
	padding:1px;
	border:6px solid #fff;
	background:#AAA;
	top: 30px;
	left: 50%;
	margin-left: -420px;
	visibility:hidden;
	overflow: hidden;
}
#galleryShade {
	position:absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/galleryShade.gif);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	visibility:hidden;
}
#gallerylinkwrapper {
	font-size: 12px;
	padding: 2px;
	text-align:right;
}
#gallerylinkwrapper img {
	margin-left: 2px;
	margin-top: 1px;
	vertical-align: middle;
}
#gallerylinkwrapper a {
	color: #FFFFFF;
}
#gallerylinkwrapper a:hover {
	color: #FF3333;
}
#image {
	position:relative;
	width:800px;
	height:455px;
	padding:5px;
	margin-left:2px;
	border:2px solid #666;
	background:#FFF url(images/galleryloading.gif) center center no-repeat;
	overflow:hidden;
}
#image img {
	position:absolute;
	top:5px;
	left:5px
}
#thumbwrapper {
	margin-top:5px;
	padding:5px 0;
	width:810px;
	height:100px;
	border:2px solid #666;
	background:#FFF;
	overflow:hidden;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:790px;
	left:10px
}
#thumbs {
	position:absolute;
	list-style:none;
	height:100px;
	width:10000px;
	border-right:5px solid #FFF
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer
}
.imgnav {
	position:absolute;
	height:455px;
	width:20%;
	z-index:100;
	z-index:100;
	outline:none;
	cursor:pointer
}
#previmg {
	left:0;
	background:url(images/galleryleft.gif) left center no-repeat;
	border-left:5px solid #FFF
}
#nextimg {
	right:0;
	background:url(images/galleryright.gif) right center no-repeat;
	border-right:5px solid #FFF
}
.galleryClose {
	float: right;
	clear:both;
}
.spacer {
	padding:0px;
	margin:0px
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #FF0000;
	line-height: 18px;
}
h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #1635B4;
	line-height: 15px;
}
h3 {
	font-size: 13px;
	color: #1635B4;
	line-height: 10px;
	text-transform: uppercase;
}
h4 {
	font-size: 12px;
	color: #1635B4;
	line-height: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.imgWrapLeft {
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#subNav {
	padding: 20px 15px 5px 20px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
#subNav a {
	font-size: 12px;
	text-transform: uppercase;
}
.pageRightNarrow {
	width: 270px;
	float: right;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
.pageLeftNarrow {
	width: 270px;
	margin: 50px 0px 0px 0px;
	padding:0;
}
.pageLeftWide {
	width: 570px;
	margin: 0px 0px 0px 20px;
	padding:0px;
}
#pageTitle {
	margin: 5px 0px 20px 20px;
	padding: 0px;
	width: 540px;
	overflow: hidden;
}
.titleBar {
	margin: 0px;
	padding: 0px;
	width: 575px;
	overflow: hidden;
}
.err {
	color: #FF3300;
}
#gameScreen {
	text-align: center;
	padding:20px;
	margin: 15px 20px 15px 15px;
	background-color: #bbbbbb;
	border-color: #aaaaaa;
	border-style: solid;
	z-index: 100;
}
#terms {
	visibility:hidden;
}

