body {
	background: #666;
	color:#eee;
	font-size:0.8em;
	font-family:arial;
	margin:0;
	padding:0;
	}

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

a:hover {
	color: #F8D766;
	text-decoration: underline;
	}

a img {
	border:0;
	}

h4 {
	padding:0.4em;
	/*background: #000 url(./images/boxhdr_bg2.jpg) repeat bottom left;*/
	color:#fff;
	margin:0;
	font-size:1.2em;
	font: 400 1.3em "trebuchet ms", serif;
	color: #F8D766;
	}

h3 {
	font-size:14px;
	padding:0;
	margin:0;
	color:#fff;
	}

h1 {
	font-size:2.0em;
	letter-spacing:-2px;
	font-weight:normal;
	color:#666;
	}

h2 {
	font-size:1.4em;
	letter-spacing:-2px;
	font-weight:normal;
	color:#666;
	}

ul {
	margin-left:0;
	padding-left:0;
	}

li {
	margin-left:1.2em;
	padding-left:0;
	}

p {
	margin:1em;
	}

#header {
	background:#000 url(./images/header5.jpg) no-repeat top center;
	color:#fff;
	padding: 10px 10px 0px 10px;
	height:110px;
	}

#nav {
	padding-top:0;
	padding-bottom:0.3em;
	text-align:center;
	margin-top:85px;
	margin-bottom:0.5em;
	width:100%;
	}

* html #nav {
	margin-top:75px;
	}

#navlist {
	margin: 0;
	padding: 0 0 0 10px;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist #current a {
	border-bottom: 4px solid #ccc;
	}

#navlist a:link, #navlist a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #fff;
	padding:1px;
	}

#navlist a:hover, #navlist #current a:hover {
	border-bottom: 4px solid #fff;
	color: #fff;
	}

#main_cont {
	background:#666 url(./images/mbg.gif) repeat-x;
	}

#main {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	}

.content_box {
	background: #666 url(./images/gradient.jpg) repeat-x;
	border:1px solid #999;
	padding:0;
	margin:0 0.7em 1.2em 0.7em;
	}

.newsstory {
	width:100%;
	margin-left:0.3em;
	margin-right:0.3em;
	margin-bottom:0.5em;
	background:#eee;
	}

.beta_warning {
	background: #ffcccc;
	color: #900;
	border: 1px solid #c00;
	margin:0.5em;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-weight: bold;
	min-height: 1.25em;
	text-align:center;
	}

.note {
	background: #008000;
	color: #B4EEB4;
	border: 1px solid #B4EEB4;
	margin:0.5em;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-weight: bold;
	min-height: 1.25em;
	text-align:center;
	}

.note a {
	text-decoration:underline;
	color:#eee;
	}

.note a:hover {
	color:#ccc;
	}

#content {
	padding:1em;
	}

#footer {
	background-color:#000;
	color:#fff;
	padding:0.4em;
	font-size:0.9em;
	text-align:center;
	}

#footer a {
	color:#fff;
	text-decoration:none;
	}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
	}

.f_item {
	padding:0.4em;
	background-color:#333;
	margin:2px;
	color:#eee;
	border-left:3px solid #999;
	}

a.f_info_link {
	color:#026EBA;
	}

.newsstory_f {
	font-size:0.9em;
	/*background: #000 url(./images/boxftr_bg.jpg) repeat-x top left;*/
	color:#fff;
	padding:0.6em;
	padding-right:0.8em;
	font: 400 0.9em "trebuchet ms", serif;
	color: #F8D766;
	float:right;
	}

.whitelink a {
	color:#fff;
	}

.f_desc_cont {
	padding:0.4em;
	background-color:#fff;
	margin:2px;
	margin-top:0px;
	color:#000;
	border:1px solid #eee;
	border-left:3px solid #9CCAEB;
	}

div.transOFF {opacity:1.0;filter: alpha(opacity=100);  }
div.transON  {opacity:.50;filter: alpha(opacity=50); }

.difftime {
	font-size:80%;
	color:#666;
	}

#rrcol1 {
	float: left;
	width: 60%;
	}
#powered {
	float: left;
	width: 100%;
	}
#rrcol2 {
	float: left;
	width: 40%;
	}

#hcol1 {
	float: left;
	width: 50%;
	}
#hcol2 {
	float: left;
	width: 50%;
	}

* html #rrcol1 {
	width:59%;
	}
* html #rrcol2 {
	width: 39%;
	}

* html #hcol1 {
	width:49%;
	}
* html #hcol2 {
	width: 49%;
	}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;

	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}

/* Album Thumbnails
------------------------------ */
.album {
	padding: 1em;
	margin: 1em;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
}
.album img {
	float: left;
	margin-right: 1em;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {

}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}

/* Individual Image
------------------------------ */
.image {
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}



#minilinks {
	padding-top:0;
	padding-bottom:0.3em;
	text-align:right;
	margin-bottom:0.5em;
	margin-right:0.3em;
	letter-spacing:1px;
	float:right;
	}

#minilinks a {
	color:#fff962;
	}

#minilist {
	margin: 0;
	padding: 0 0 0 10px;
	}

#minilist ul, #minilist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#minilist #current a {
	border-bottom: 4px solid #1A8FC6;
	}

#minilist a:link, #minilist a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #fff;
	font-size:1em;
	padding:1px;
	}

#minilist a:hover, #minilist #current a:hover {
	border-top: 4px solid #fff;
	color: #fff;
	}


#statlinks {
	padding:0.5em;
	text-align:center;
	margin-bottom:0.5em;
	background:#000;
	margin-top:-0.6em;
	}

#statlist {
	margin: 0;
	padding: 0 0 0 10px;
	}

#statlist ul, #statlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#statlist #current a {
	border-bottom: 4px solid #1A8FC6;
	}

#statlist a:link, #statlist a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #fff;
	font-size:0.9em;
	padding:1px;
	}

#statlist a:hover, #statlist #current a:hover {
	border-top: 4px solid #fff;
	color: #fff;
	}

/* Player Stats
------------------------------ */

#player_scorebox {
	float:right;
	background-color:#eee;
	padding:1.0em;
	}
.player_score {
	font-family:Georgia, Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:center;
	}

.faq_q {
	margin-left:0.5em;
	padding-left:0px;
	font-size:1.4em;
	color:#fff;
	font-weight:bold;
	}

ul {
	margin-left:1em;
	}

.val_enable {
	font-size:10px;
	margin-left:1px;
	margin-right:1px;
	padding:1px;
	border:1px solid darkgreen;
	background:lightgreen;
	color:darkgreen;
	opacity:0.7;
	}

.val_disable {
	font-size:10px;
	margin-left:1px;
	margin-right:1px;
	padding:1px;
	border:1px solid #999;
	background:#eee;
	color:#aaa;
	opacity:0.7;
	}