body,p,tr,td
{
	font-family:Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
	font-size:12px;
	color:#222;
}

body
{
	background-image:url(../img/bg_gradient_bbbbbb.png);
	background-repeat:repeat-x;
	background-color:#111;
}

table.bigcentraltable
{
	/*background-color:#483D2B;*/
	width:680px;
	border-spacing:0px;
	border:5px solid #222;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

td.toplinksrow
{
	background-color:#000;
	height:17px;
	padding-bottom:1px;
	padding-left:5px;
	background-image:url(../img/bg_gradient_black.png);
	background-repeat:repeat-x;
}

tr.toprow
{
	background-color:#131;
	background-image:url(../img/bg_gradient_blackbrown.png);
	background-repeat:repeat-x;
}

td#logocontainer
{
	padding:3px;
	width:255px;
}

td.leftpane
{
	width:255px;
	background-color:#163616;
}

td#usercontainer
{
	padding:5px;
}

tr.centerrow
{
	background-color:#010;
}

.lightbackground	a:hover
{
	background-color:#555;
	color:#3f3;
	text-decoration:none;
}

.logo:hover
{
	background-color:transparent;
}

div#usernamecontainer
{
	margin-top:22px;
	color:#777;
	font-size:20px;
	margin-left:56px;
	padding-bottom:10px;
	width:150px;
}

div.error
{
	background-color:#f33;
	color:#FFF;
}

div.success
{
	padding:3px;
	border:1px solid #353;
	color:#373;
	background-color:#9ea;
}

.textfield_effect
{
	font-size:80%;
	height:14px;
	width:90px;
}

#debugger
{
	background-color:#fdfdfd;
	font-size:9px;
}

#debugger a
{
	color:green;
}

div#gamehelpcontainer
{
	font-size:16px;
	color:#FFF;
	width:215px;
	height:80px;
}

div#howtoplaycontainer
{
	display:block;
	padding:10px;
}

div#howtoplay
{
	display:block;
	height:400px;
	overflow:auto;
	font-size:12px;
	background-image:url(../img/bg_gradient_888ddd.png);
	background-color:#ddd;
	background-attachment:fixed;
	background-repeat:repeat-x;
	padding:10px;
}

div.itemlisting
{
	width:450px;
	height:200px;
	overflow:auto;
}

div#infocontainer
{
	/*background-image:url(../img/bg_right.png); */
	color:#333;
	height:480px;
	width:385px;
	padding-top:11px;
	padding-left:10px;
	font-size:12px;
	background-repeat:no-repeat;
}

a:hover
{
	background-color:#555;
	color:#fff;
	text-decoration:none;
}

a:link, a:visited
{
	background-color:transparent;
	color:#aaa;
	text-decoration:none;
}

a:active, .lightbackground a:active
{
	background-color:#555;
	color:red;
	text-decoration:none;
}

.lightbackground a:link, .lightbackground a:visited
{
	background-color:transparent;
	color:#363;
	text-decoration:none;
}