html,body{
	margin: 0px 0px;
	padding: 0px 0px;
}
body{
	background: #FFF;
	color: #222233;
	font: 90% Arial,sans-serif;
}

a {
	color: #16B339;/*#559988;*/
}

/*
color palette:
blackish: #222233
white: #ffffff
light grey/blue: #ccdddd
grey: #99aaaa
greyish-green: #559988
*/

.loadingText {
	color: #009900;
	font-size: 150%;
	text-align: center;
	margin-top: 60px;
}
.loadingTextWhite {
	color: #FFFFFF;
	font-size: 150%;
	text-align: center;
	margin-top: 60px;
}
div#top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	height: 158px;
	border: 0px solid #000000;
	background: #009900;
}
div#top h1 {
	position: absolute;
	top: 0px;
	left: 20px;
	margin-top: 20px;
}
h1 a{
	text-decoration: none;
	font-weight: bold;
	color:  #FFFFFF;
	outline: none;
}


div#menu {
	margin: 0px 0px;
	padding: 0px 0px;
	position: absolute;
	left: 0px;
	top: 130px;
	height: 28px;
	background: #009900;
	width: 100%;
}
ul#nav,ul#nav li{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul#nav{
	margin: 0px 0px 0px 20px;
	background: #009900;
	border: 0px solid #009900;
}
ul#nav li{
	float:left;
	margin-right: 3px;
	text-align: center;
	font-weight: bold;
	line-height: 1.25;
}
ul#nav a{
	float:left;
	width: 7em;
	padding: 5px 5px;
	background: #00CC00;
	color: #FFF;
	text-decoration:none;
}
ul#nav a:hover{
	background: #CCC;
	color: #000000; /*#32743B;*/
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background: #FFF;
	color: #32743B;
}

div.topMenu {
	position: absolute;
	top: 20px;
	right: 20px;
}
/* top-most menu styles */
div.topMenu ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}

div.topMenu li {
	float: right;
	margin: 0 0.15em;
	padding: .2em;
	font-size: 75%;
	font-weight: bold;
}
	
div.topMenu li a {
	text-decoration: none;
	font-weight: bold;
	color:  #FFFFFF;
	outline: none;
}

#left {
	position: absolute;
	top: 180px;
	left: 10px;
	margin-left: 10px;
	padding: 5px;
	background: #009900;
	width: 150px;
	height: 580px;
	color: #FFFFFF;
}
#left a {
	color: #FFFFFF;
}

#left ul {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
}
#left li {
	background: #009900;
	padding: 6px 5px 6px 5px;
	margin: 3px 0px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
	border-bottom: 1px solid #00cc00;
}
#left li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color:  #FFF;
	outline: none;
}
#left li a:hover {
/*	text-decoration: underline;*/
	color: #000;
}
#bottom {
	min-height: 590px;
}

#main {
	/*position: absolute;*/
	margin-top: 3px;
	margin-left: 195px;
	margin-right: 190px;
	min-height: 580px;
	margin-bottom: 10px;
	/*border: 2px solid #99aaaa;*/
	padding: 10px; 
	background: #FFFFFF;
}

#lobbyMain {
	/*position: absolute;*/
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 190px;
	min-height: 580px;
	margin-bottom: 10px;
	/*border: 2px solid #99aaaa;*/
	padding: 10px; 
	background: #FFFFFF;
}
#lobbyMain h2 {
	color: #009900;
}
#main h2 {
	color: #009900;
}

#logo {
	margin-top:5px;
	margin-left:20px;
	border: 0px;
}

#console {
	padding: 10px 10px;
	position: absolute;
	background: #00CC00;
	top: 90px;
	right: 20px;
	width: 200px;
	height: 58px;
	border: 0px solid #000000;
}
#consoleMessage {
	text-align: center;
	width: 100%;
	font-size: smaller;
	font-weight: normal;
	color: #fff;
}
#consoleMessage a {
	color: #fff;
}
.challengeBtn {
	color: #009900;
	font-weight: normal;
}
.joinBtn {
	color: #000000;
	font-weight: normal;
}

#right {
	position: absolute;
	top: 180px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#createGameDiv {
	display: none;
}

table.data {
	table-layout: fixed;
	margin: 1px 1px;
	border-collapse: collapse;
	overflow: hidden;
	width: 100%;
    border-spacing: 0px;
    background: #FFFFFF;
    border: 1px solid #009900;
    color: #000000
}
table.data th {
    text-align: left;
    font-weight: normal;
    padding: 0.3em 0.5em;
    border: 0px;
}
table.data td {
    text-align: center;
    border: 0px solid #009900;
    border-top: 0px solid #009900;
    padding: 0.3em 0.5em;
}
table.data thead th {
    text-align: center;
    font-weight: bold;
}
table.data th.Corner {
    text-align: center;
    border-left: 0px;
}
tr.Odd {
    background: #EEEEEE;
}

tr.myRank {
    background: #00CC00;
    color: #FFF;
	font-weight: bold;
}

tr.myRank .statUsername  a {
	color: #FFF;
	text-decoration: none;
}

table.data a {
	text-decoration: none;
}

#lobbyContainer {
	clear: both;
	border: 0px solid #CCC;
	height: 410px;
	overflow: hidden;
	padding: 4px;
	margin: -1px;
}

#userContainer {
	clear: both;
	border: 0px solid #CCC;
	max-height: 600px;
	overflow: hidden;
	padding: 4px;
	margin: -1px;
}

.popup
{
	visibility:hidden;
	position:absolute;
	border:solid 3px #ddd;
	color: #FFFFFF;
	background: #00CC00;
	padding: 6px;
	z-index:1;
}
.extStatsTable {
	margin: 10px 10px 10px 0px;
}
.extStatsTable td {
	padding: 2px 0px 2px 0px;
}
.extStatsTable td.indent {
	padding: 2px 0px 2px 10px;
}
.statUsername  a {
	color: #009900;
	text-decoration: none;
}

.friendName {
	color: #009900;
	text-decoration: none;
}

.tab {
	padding: 10px 10px 10px 10px;
	min-height: 500px;
}

.profileTable td {
	padding: 0px 5px 0px 5px;
}

.logoLink {
	border: 0px solid #000000;
}

#logoImg {
	margin-top: 15px;
	margin-left: 24px;
	margin-bottom: 0px;
}