body {
	color:#CCC;
	background-color : #000000;
	background-image : url(images/bgs/bg_web_01.png);
	background-position : top;
	background-repeat : repeat-x;
	margin: 10px 0 20px 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

h1 {
	font-size:14pt;
	color:#999;
	background-image: url(images/bgs/header_bg_dashed.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-transform: uppercase;
	border-bottom: 1px solid #fc0;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom:5px;
}

h2 {
	font-size:11pt;
	color:#fff;
	background-image:url(images/bgs/header_bg_dashed.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-transform:uppercase;
	vertical-align:middle;
	border-bottom: 1px solid #fc0;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-bottom:5px;
}

h3 {
	font-size:10pt;
	color:#666;
	background-image:url(images/bgs/header_bg_dashed.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-transform:uppercase;
	border-bottom: 1px solid #333;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom:5px;
}
hr {
	color: #222;
	background-color: #222;
	height: 1px;
	border: 0px;
}
small {
	font-size:8pt;
}
ul {
	margin-left: 10px;
}
li {
	list-style-type: square;
}
.dim {
	color:#666
}
table.mainTable {
	width: 1000px;
	border: 0;
	padding: 0;
	border-spacing: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}
table.mainTable td {
	padding:0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.mainholder {
	margin-right:auto;
	margin-left:auto;
	width:1000px;
	border:2px solid #222;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#080808;
	text-align:left;
}
div.topheader {
	width:1000px;
	height:70px;
	background-image:url(images/bgs/top_bg_dashed.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#111;
	border-bottom: 2px solid #000;
}
div.flash {
	border: 1px solid #3F9;
	width:1000px;
	padding:0px;
	background-color: #000;
}
div.nav {
	width:1000px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
	color:#333;
	background-color: #111;
	background-image:url(images/bgs/nav_bar_dashed.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
div.subnav {
	width:1000px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
	color:#333;
	background-color:#000;
	background-image:url(images/bgs/subnav_bar_dashed.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom: 1px solid #222;
}
div.gamenav {
	background-image:url(images/bgs/top_bg_dashed.png);
	background-color:#000;
	border-bottom:1px solid #111;
	background-position:top;
	background-repeat:repeat-x;
	vertical-align:top;
	height:100px;
}
div.content {
	width:1000px;
	display:block;
	color:#CCC;
	background-image:url(images/bgs/content_default.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
div.footer {
	width:1000px;
	background-color:#000;
	background-image:url(images/bgs/subnav_bar_dashed.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-top:1px solid #222;
	clear:both;
	height:20px;
	padding-top:3px;
	padding-bottom:-1px;
	margin-top:15px;
	font-size:8pt;
	color:#444;
	font-stretch:extra-expanded;
	text-align:center;
}
/*NAV*/
div.nav a {
	color:#fc0;
	text-decoration:none;
	font-weight:bold;
}
div.subnav a {
	color:#FC0;
	text-decoration:none;
	font-weight:bold;
}
div.nav .seperator {
	color:#e84b00;
}
div.nav a:hover, div.subnav a:hover {
	color:#F90;/*text-decoration:underline;*/
}

div.nav_game {
	float:left;
	height:85px;
	padding:0px;
	margin:5px;
	width:150px;
	background-repeat:no-repeat;
}
div.nav_game_title {
	border:1px solid #000;
	background-color:#111;
	padding:5px;
	vertical-align:bottom;
	margin-top:50px;
	margin-left:15px;
}
div.user_row, div.highlightable {
	position:relative;
	/*clear:both;*/
	background-image:url(images/bgs/row_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	/*border-left: 1px solid #191919;
	border-right: 1px solid #191919;*/
	border-top: 1px solid #222;
	border-bottom: 1px solid #000;
	padding: 5px;
	margin: 0px;
}
div.user_row_holder {
	position: relative;
	width:100%;
	margin-top:5px;
}
div.user_row_image {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	text-align:center;
	vertical-align:middle;
}
div.user_row_rank {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	vertical-align:middle;
	font-stretch:condensed;
	font-size:13pt;
	font-weight:bold;
	background:#F90;
	color:#000;
	margin:5px;
	padding-top:7px;
	padding-bottom:5px;
	width:35px;
}
div.user_row_content {
	position:relative;
	top:0;
	left:45px;
	min-height:40px;
	overflow:visible;
	width:180px;
}
.highlighted {
	background-color:#222;
	background-image:url(images/bgs/row_h_bg.png) !important;
	border: 1px solid #fC0 !important;
}
/*FORMS*/
div.bs_error {
	padding:5px;
	vertical-align:middle;
	background-color:#F30;
	border: 2px solid #F60;
	color: #FFF;
	font-weight:bold;
	font-size:125%;
	margin-bottom:10px;
}
select, input, textarea {
	color: #ffffff;
	font-size:12pt;
	font-weight:bold;
	margin:3px;
	background-color: #000000;
	border:2px solid #FC0;
}
input.btn {
	padding:5px;
	color:#FC0;
	border:2px solid #FC0;
	background-color: #111;
}
/*BOXES*/
a.btn_box {
	/*float:right;*/
	background-color:#000;
	border: 1px solid #FC0;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	margin:2px;
	color:#FC0;
	font-size:9pt;
	text-decoration:none;
}
a.btn_box:hover {
	background-color:#fC0;
	border: 1px solid #fC0;
	color:#000;
}
div.box_outer {
	float:left;
	width:238px;
	margin-top:0px;
	margin-left:2px;
	margin-right:2px;
	padding:2px;
	border:1px solid #000;
	background-color:#111;
}
div.box_title {
	padding:5px;
	color:#DDD;
	font-size:10pt;
	font-stretch:condensed;
	font-weight:bold;
	text-transform:uppercase;
}

div.box_icon {
	float: left;
	padding: 2px;
	display: none
}

div.box_nav {
	padding:5px;
	background-color:#111;
	border-bottom: 1px solid #222;
}
div.box_nav a {
	color:#fC0;
}
div.box_content {
	font-size:10pt;
	padding:5px;
	color:#F4F4F4;
	background-color:#111;
	padding-bottom:5px;
}
a {
	font-weight:bold;
	color:#FC0;
}
a:hover {
	color:#F90;
	text-decoration:none;
}
a:link img, a:visited img {
	border-color:#FC0;
}
a:hover img {
	border-color:#F90;
}
b {
	color:#FFF;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.show_loggedIn, .show_loggedOut {
	display: none;
}

.competition_timer, .competition_timer_completed {
	color:#FC0;
	font-size:14pt;
	font-weight:bold;
}

.countdown {
	color:#A43500;
	font-size:20pt;
	text-transform:uppercase;
}

img.icon_image {
	width:20px;
	height:20px;
}
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent url(/images/black_arrow_2.png);
	background-repeat:no-repeat;
	font-weight:bold;
	font-stretch:condensed;
	font-size:8pt;
	height:32px;
	width:250px;
	padding:13px;
	color:#fff;	
}
