
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: #333333;
	line-height: 1.4;
	color: #efefef;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
}

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; }
a img { border: 0px; }

.pageWrap {
	width: 864px;
	min-height: 100%;
	background-color: #000000;
	margin: auto;
	padding: 0;
	border: 1px solid #1a5252;
	border-width: 0px 1px;
	background-image: url('images/background_content.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.banner {
	height: 240px;
	width: 864px;
	background-color: #000000;
	margin: auto;
	border: 0px solid #9ba6bc;
	background-image: url('images/banner5.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

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

.topLogin input.small {
	font-size: 8pt;
	height: 13px;
	width: 100px;
	border-color: #999999;
}

.topLogin input.smallSubmit {
	border-width: 0px;
	background-color: transparent;
	color: #efefff;
	font-weight: bold;
}

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

.navigation_outer {
	float: left;
	width: 155px;
	border: 0px solid #1a5252;
	border-width: 0px 0px 1px 0px;
}

.navigation_inner {
	padding: 8px 0px 0px 6px;
	color: #666666;
}

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

.navigation_inner a:hover   {
 	text-shadow: 0px 0px 4px #bbb;
	text-decoration: none;
	background-color: #222222;
	border: 0px solid #2a8585;
	border-width: 0px 2px 0px 0px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.lowerPage {
	background-image: url('images/navigation.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	padding: 0 12px;
}

.content {
	width: 685px;
	float: left;
	font-family: 'Tahoma';
}

.padding { padding: 0px 24px 32px 24px; }
#playersOnline { padding: 8px 8px 0px 8px; font-family: 'Century Gothic','Calibri','Trebuchet MS','Tahoma','Arial',sans-serif; }
#footer { padding-bottom: 20px; clear: both; }

fieldset { border-width: 0px; padding: 0px; margin: 0px; }

.header {
	color: #fffba2;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 8px 0px;
	font-family: 'Century Gothic','Calibri','Trebuchet MS','Tahoma','Arial',sans-serif;
	font-size: 14pt;
	border: 0px dashed #666666;
	border-width: 0px 0px 1px 0px;
}

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;
}

table.donations {
	width: 100%;
	font-size: 10pt;
	background-color: #222;
	border: 1px solid #444;
	border-collapse: collapse;
}

table.donations th {
	background-color: #444;
	font-weight: bold;
	text-shadow: 0px 0px 8px #000;
}

table.donations td {
	background-color: transparent;
	border: 1px dotted #444;
	padding: 4px 6px;
}

table.donations .amt { text-align: center; }
table.donations .desc { color: #bbb; }
table.donations .cost { text-align: right; }

#loginBox {
	background-color: #719ba3;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 8pt;
}

#loginBox fieldset { padding: 4px 8px; }
#loginBox input { font-size: 8pt; }

.screenshotBox {
	float: left;
	padding: 0px 16px 12px 16px;
	width: 160px;
	height: 120px;
	text-align: center;
}

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

.sPrevious,.sNext {
	padding: 4px 12px 20px 12px;
}

.sPrevious { float: left; }
.sNext { float: right; }

.ratingBlock {
	padding: 4px 20px;
	text-align: right; font-size: 8pt; font-weight: bold;
}
.ratingText { display: inline; position: relative; top: -5px; left: 5px; }
.ratingBlock a img { border: 0px; }
.rating { display: inline; }

#downloadButtons a { width: 35%; }

.button, a.button {
	display: block;
	border: 2px solid #040;
	font-size: 12pt;
	line-height: 1.2;
	padding: 8px 16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 4px 6px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: #444 -1px -1px 2px;
	text-align: center;
	
	background: #77aa77; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77aa77', endColorstr='#009900'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#77aa77), to(#009900)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #77aa77,  #009900); /* for firefox 3.6+ */
}

.btnGrey, a.btnGrey {
	border-color: #222;
	background: #595959; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7777777', endColorstr='#444444'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#7777777), to(#444444)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #777777,  #444444); /* for firefox 3.6+ */	
}

.button:hover { color: #fff; text-decoration: none; border-bottom: 2px solid gold; }
.button span { font-size: 8pt; color: #bbb; }