body {
	background: #ffffff url('body-bg.jpg') top left repeat-x;
	color: #333;
	font: 70% Verdana,Tahoma,Arial,sans-serif;
	margin: 0 40px;
	padding: 0;
}

body a:visited {
	text-decoration: none;
	border: 0;	
}

.left {
	float: left;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	display: inline;
}

.right {
	display: inline; 
	float: right; 
	text-align: right;
	padding: 0; 
	font-size: 1em;
	font-weight: normal;
}

#wrapper {
	background: #ffffff;
	border: 1px solid rgb(187, 209, 226); 
	color: #000;
	margin: 10px auto;
	padding: 0;
	width: 740px;
}

#top {
	background: #69C;
	color: #fff;
	height: 80px;
	margin: 10px 10px 0px 10px;
	padding: 0;

}

#top h1 {
	margin:  0px;
	padding:  20px;
}

#top .left {
	margin: 4px 0 0 8px;
}

#top .right {
	margin: 4px 8px 0 0; 
}

#top a {
	background: inherit;
	color: #fff;
	text-decoration: none; 
}

#top a:hover {
	text-decoration: underline;
}

#navigation ul,#navigation li {
	margin: 0;
	padding: 0;
}

#navigation {
	background: #888888;
	color: #fff;
	font-size: 1em;
	height: 2em;
	line-height: 2em;
	margin: 0px 10px 10px 10px;
}

#navigation li {
	float: left;
	list-style: none;
	white-space: nowrap;
}

#navigation li a {
	background: inherit;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
}

* html #navigation a {
	width: 1%;
}

#navigation .selected,#navigation a:hover {
	background: #81C00C;
	color: #fff;
	text-decoration: none;
}

#content {
	background: #fff;
	padding: 15px 10px; 
	color: #000; 
	padding-top: 0px;
	min-height: 300px;
}

#content .backpage {
	padding: 0px;
	margin: 2px 0 10px 0;
}

#content .toolbar {
	background-color: #f2f2f2;
	border-bottom: #a0a0a0;
	text-align: center;
	margin-right: 5px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}


#content a img {
	border: none;
}

#content .icon {
	margin-bottom: 3px;
	font-size: 17px;
	font-weight: bold;
	background-color: #e0e0e5;
	padding: 5px 9px;
	padding-bottom: 23px;
	-moz-border-radius: 7px;
}

#content h4.icon {
	margin-bottom: 5px;
}

#content .icon .info {
	font-size: 10px;
	float: left;
}

#content .icon img {
	vertical-align: middle;
	margin-right: 8px;
	float: left;
}

#content h2 {
	color: inherit;
	font-size: 17px;
	margin: 0;
	padding: 15px 0 2px 0;
	text-align: left; 
	background: inherit;
	font-weight: bold;
}

#content h3 {
	color: inherit;
	font-size: 15px;
	margin: 15px 0 5px 0;
	padding: 0;
	text-align: left; 
	background: inherit;
	border-bottom: 1px solid #f0f0f0;
}

#content h4 {
	color: inherit;
	margin: 5px 0;
	padding: 5px 0; 
	background: inherit;
}

#content .text {
	margin-left: 5px;
	border-left: 4px solid #d0d0d0;
	padding-left: 5px;
}

#content p {
	margin: 10px 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: inherit;
	color: inherit;
}

#content a:visited,
#content a:link,
#content a {
	color: #0000dd;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#sidecontent {
	margin: 0;
	padding: 0;
	float: right;
	width: 164px;
}

#sidecontent ul {
	color: #333;
	list-style: none;
	padding: 0;
	margin: 0;
	background: inherit;
}

#sidecontent li { 
	padding:  0.1ex 0;
}

#sidecontent li a {
	color: #000;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 2px 20px;
	background: inherit;
}

#sidecontent li a:hover {
	background: #94CC29;
	color: white;
}

#sidecontent h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 15px;
} 

#footer {
	clear: both;
	color: #ccc;
	font-size: .9em;
	padding: 5px;
	text-align: center;
}

#footer a {
	background: inherit;
	text-decoration: none;
	color: #aaaaaa;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .left {
	margin: 0 0 0 8px;
}

#footer .right {
	margin: 0 8px 0 0;
}

#content input {
	border: 1px solid #aaaaaa;
}

.error {
	color: #cc0000;
	background-color: #f0f0ff;
	border: 1px solid #cc0000;
	padding: 10px;
	margin: 10px;
}

.error pre {
	padding: 10px;
	margin: 0px;
	white-space: normal;
}

#content table {
	border-collapse: collapse;
}

#content table.box2 {
	width: 100%;
}

#content table.box2 td {
	vertical-align: top;
}

#content th {
	background-color: #d0d0d0;
	text-align: left;
}

#content tr.t0 td,
#content td.t0 {
	background-color: #f0f0f0;
}

#content tr.disabled td a, 
#content tr.disabled td {
	color: #888888 !important;
}


#content .player {
	clear: left;
}

#content .player .identified,
#content .player .anonymous {
	color: #888888;
	font-style: italic;
	font-weight: normal;
	margin-left: 10px;
	font-size: 10px;
}

#content .game h3,
#content .player h3 {
	background-color: #f5f5f5 !important;
	margin: 0px !important;
	padding: 5px 10px !important;
	color: #202020 !important;
	font-size: 14px;
}

#content .game h3,
#content .game h3 a {
	background-color: #24304b;
	color: #202020 !important;
}

#content .game ul, 
#content .player ul {
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#content .game ul li, 
#content .player ul li {
	padding: 2px 5px;
	border-bottom: 1px solid #dde7e9;
}

#content .player .score {
	font-weight: bold;
	font-size: 14px;
}

.show {
	display: inherit;
}

.hide {
	display: none;
}

.gamelogo {
	float: left;
	margin-right: 10px !important;
	margin-bottom: 15px;
	border: 1px outset #24304b;
}

#lang {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#content .time {
	color: #999999;
	margin-bottom: 5px;
	margin-top: -5px;
}

#content dl dd {
	margin-left: 10px;
}

#content dl dt {
	font-weight: bold;
	border-bottom: 1px dotted #e0e0e0;
	margin: 10px 0px;
}

#content dl dd ul {
	padding: 0;
	padding-left: 10px;
	margin: 0;
	list-style-type: square;
}

#content dl dd ul li {
	margin: 0;
	padding: 0;
	margin-left 30px;
}

#zoom_rect {
	border: 1px solid #444400;
	background-color: #dddd00;
	-moz-opacity: 50%;
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	display: none;
}

