@charset "utf-8";
/* CSS Reset style */
* {  
	vertical-align: baseline;  
	font-family: inherit;  
	font-style: inherit;  
	font-size: 100%;   
	padding: 0;  
	margin: 0;  
	color: #FFF;
	}  
body {  
	padding: 5px;  
	}  
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {  
	margin: 4px 0; 
	font-family: Arial, Helvetica, sans-serif;
	}  
form {
	font-family: Arial, Helvetica, sans-serif;
}
li, dd, blockquote {  
	margin-left: 40px;  
	}  
table {   
	border: none;
	margin: 0;
	padding: 0;
}
img {
	border: none;	
}
/* End of reset style */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	background: #666666;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-color: #888;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
body h1 {
	font-size: 30px;
}
body h2 {
	font-size: 24px;
}
body h3 {
	font-size: 20px;
}
td,th {
	color: #FFF;
}
input, textarea{
	color: #000;	
}
.gameserver table a {
	text-decoration: none;
}
.gameserver table a:link {
	text-decoration: none;
}

.mrGreenPortal #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	background: none;
	border: none;
	color: #FFF;
}

.gameserver table {
	border: dashed 1px #000;
	background-image: url(../images/tabback.png);
	background-repeat: repeat;
	font-align: left;
}
.gameserver table td img {
	border: solid 1px #000;
}
.gameserver td {
	text-align: left;
	vertical-align: top;
}
.gameserver th {
	text-align: left;
	background-image: url(../images/tabback2.png);
	background-repeat: repeat;
	text-decoration: none;
	font-weight: normal;
}

.gameserver .online {
	font-weight: bold;
	color: #0F0;	
}

.gameserver .offline {
	font-weight: bold;
	color: #F00;
}

.gameserver .topcrew {
	color: #F00;
}
.gameserver .serveradmin {
	color: #06F;
}
.gameserver .moderator {
	color: #63F;
}

.subtext {
	font-size: 11px;
}

.aboutus table td img {
	border: solid 1px #000;
	margin: 5px;
}

#donations {
	width: 1200px;
	margin: 0 auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left; 
}
#donations th {
	padding: 2px 4px;
	font-weight: bold;
	font-size: 12px;
}
#donations td {
	padding: 2px 4px;
}
#donations img {
	vertical-align: middle;
}
.donationstd td {
	border: 1px groove #666;
}
#accounttop {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#senddonation {
	width: 420px;
	margin: 0 auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; 
}
#senddonation table {
	background: #666;
	border: 1px dashed #000;
	text-align: left;
}
#accountview {
	width: 780px;
	margin: 0 auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left; 
}
#accountview table {
	background: #666;
	border: 1px dashed #000;
}
#accountview thead {
	font-weight: bold;
}
.msgpositive {
	padding: 0px 4px;
	background-color: #888;
	font-weight: bold;
	color: #0F0;	
}

.msgnegative {
	padding: 0px 4px;
	background-color: #888;
	font-weight: bold;
	color: #FF9D9D;
}
.footertext {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;	
}
#gcshop {
	width: 600px;
	margin: 0 auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left; 
}
.shopitem {
	width: 600px;
	height: 72px;
	font-size: 20px;
	padding: 3px;
	background: #222;
	border: 1px ridge #000;
	text-align: left;
}
.shopitem img {
	border: 2px solid #000;
	vertical-align: text-top;
}
.itemdesc {
	padding: 2px;
	font-size: 12px;
}
.itemtitle {
	padding: 0px 2px;
	font-size: 20px;
	color: #9DC34C;
}
.itembuy {
	width: 130px;
	text-align: right;
	font-size: 12px;	
}
.itembuy img {
	border: none;
}
.bought {
	background: #444;
}
.blink {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: blink;	
}
.blink_big {
	font: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: blink;	
}
#charts {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000;
	width: 650px;
	border: #000 2px solid;
	margin: 5px auto;
	background: #FFF;
}