
html, body { margin: 0px; padding: 0px; height: 100%; }

body {
	font-family: 'Century Gothic','Calibri','Trebuchet MS','Tahoma','Arial',sans-serif;
	font-size: 10pt;
	background-color: #000000;
	line-height: 1.6;
	color: #efefef;
}

a:link    { color: #b1cbe3; text-decoration: none; }
a:active  { color: #b1cbe3; text-decoration: underline; }
a:visited { color: #b1cbe3; text-decoration: none; }
a:hover   { color: #c8e3b1; text-decoration: underline; }

.pageWrap {
	width: 96%;
	min-height: 100%;
	background-color: #2a2a2a;
	margin: auto;
	padding: 0px;
	border: 1px solid #1a5252;
	border-width: 0px 1px;
}

.banner {
	width: 100%;
	height: 120px;
	margin: auto;
	background-color: #2a2a2a;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}

.topLogin {
	position: relative;
	top: 25px;
	right: 20px;
	float: right;
	width: 400px;
	height: 30px;
	font-size: 8pt;
	text-align: center;
}

.textPad {
	padding: 0px 0px 4px 0px;
}

.navigation_outer {
	position: absolute;
	width: 160px;
}

.navigation_inner {
	padding: 0px 0px 0px 0px;
	color: #778899;
}

.navigation_inner a {
	display: block;
	padding: 4px 0px 4px 8px;
}

.navigation_inner a:hover {
	text-decoration: none;
	background-color: #222222;
	font-weight: normal;
	border: 0px solid #000000;
	border-width: 0px 0px 0px 6px;
	text-shadow: 0px 0px 4px #bbb;
}

.lowerPage {
	width: 100%;
	background-image: url('images/navigation.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	float: left;
}

.content {
	margin-left: 160px;
	font-family: 'Tahoma';
	background-color: #444444;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

.padding { padding: 12px; }
#playersOnline { padding: 8px 8px 0px 8px; font-family: 'Century Gothic'; }
#footer { padding-bottom: 20px; clear: both; }

label { width: 80px; display: block; float: left; text-align: right; padding-right: 10px; }
input.text { background-color: #222222; border: 1px solid #666666; color: #efefff; }
.loginForm input { width: 140px; }
.submit { margin: 10px 10px 10px 165px; width: auto !important; }
fieldset { border-width: 0px; padding: 0px; margin: 0px; }
.selectedInput { background-color: #444444 !important; border: 1px solid #a1bbd3 !important; }

.header {
	color: #fffba2;
	width: 100%;
	padding: 0px 0px 0x 0x;
	margin: 0px 0px 8px 0px;
	font-size: 12pt;
	text-shadow: 0px 0px 4px #000;
}

.infoBar {
	margin: 4px 0px 8px 4px;
	padding: 4px 8px;
	background-color: #8f8c5a;
	text-align: center;
	text-shadow: 0px 0px 4px #444;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.clear { clear: both; }

div.row {
	width: 500px;
	height: 30px;
	clear: both;
}

div.row label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 12px;
}

div.row span.field input {
	width: 200px;
	text-align: left;
}

span.field input {
	color: #dfdfff;
	background-color: #444444;
	border: 1px solid #efefff;
}

.center { text-align: center; }
.right { text-align: right; }
span.notice { color: #fffba2; }
span.warning { color: #ff8479; font-weight: bold; }
span.positive { color: #bbffbb; }
span.negative { color: #ffbbbb; }
span.light { color: #888888; }

img.border { border: 1px solid #888888; }

.req, .invites {
	width: 600px;
	margin: auto;
}

.req tr td, .invites tr td {
	padding: 4px 8px;
	margin: 1px;
}

.fr td {
	font-weight: bold;
	background-color: #222222;
}

tr.online {
	background-color: #2a442a;
}

.autoTable { border: 1px solid #666666; margin: 0px; padding: 4px; border-style: collapse; background-color: #555555; width: 100%; }
.autoTable td { padding: 4px 8px; margin: 0px; vertical-align: middle;}
.autoTable th { text-shadow: 0px 0px 4px #000; }
.n_bg { background-color: #343444; }
.alt_bg { background-color: #494949; }
.owner { background-color: #737396; }