body {
	background: black;
	font-family: Tahoma, Helvetica, Arial;
}

a, a:visited, a:link {
	color: #3366ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff3333;
	text-decoration: none;
}

div.innerfield {
	background: #808080;
}

div.statuspanel {
	font-family: Tahoma, Helvetica, Arial;
}

div.score, div.level, div.gcolors {
	color: white;
	font-size: 20px;
	text-align: center;
}

.trans0 {
	visibility: hidden;
	display: none;
}

.trans10 {
	filter:alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity:0.1;
}

.trans20 {
	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity:0.2;
}

.trans30 {
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}

.trans40 {
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}

.trans50 {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

.trans60 {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}

.trans70 {
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

.trans80 {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

.trans90 {
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

div.menu_new, div.menu_undo, div.menu_managegames, div.menu_rules, div.menu_about, div.menu_hof, div.menu_live, div.menu_subscribe {
	width: 180px;
	height: 30px; /* 25px in fact, MSIE hack */
	
	background: url('images/common/menubar.gif');
	text-align: center;
	padding-top: 5px;

	font-weight: bold;
	font-size: 14px;
	color: white;
	text-decoration: none;
	
	cursor: pointer;
}

div.menu_subscribe {
	background: url('images/common/menubar_red.gif');
/*	color: #ff4040; */ 
}

/* for normal browsers */
html>body div.menu_new, div.menu_undo, div.menu_managegames, div.menu_rules, div.menu_about, div.menu_hof, div.menu_live, div.menu_subscribe {
	height: 25px;
}

h1 {
	font-family: Tahoma, Helvetica, Arial;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #808080;
}

h2 {
	font-family: Tahoma, Helvetica, Arial;
	font-weight: bold;
	font-size: 16px;
}

p {
	margin-top: 0;
}

.copy {
	color: #808080;
	font-size: 70%;
}

.error {
	color: red;
	font-weight: bold;
}

.loggedas {
	text-align: right;
	color: #808080;
	margin-bottom: 10px;
}

div.savegame, div.newgame, div.cancel {
	width: 180px;
	height: 30px;
	
	margin-bottom: 10px;
	cursor: pointer;
}

div.savegame {
	background: url('images/common/save.gif');
}

div.newgame {
	background: url('images/common/newgame.gif');
}

div.cancel {
	background: url('images/common/cancel.gif');
}

div#c5, div#c6, div#c7, div#c8, div#c9, div#c10 {
	width: 42px;
	height: 30px;
	cursor: pointer;
}

div#c5 { background: url('images/common/5.gif'); }

div#c6 { background: url('images/common/6.gif'); }

div#c7 { background: url('images/common/7.gif'); }

div#c8 { background: url('images/common/8.gif'); }

div#c9 { background: url('images/common/9.gif'); }

div#c10 { background: url('images/common/10.gif'); }


div.gamelistrec0, div.gamelistrec1 {
	height: 54px;
	width: 100%;
	cursor: pointer;
}

div.gamelistrec1 {
	background: #000022;
}

div.gamelistscreen {
	margin: 2px;
	width: 50px;
	height: 50px;
	background: #101010;	
	float: left;
}

div.gamelistdata {
	float: left;
	margin-left: 10px;	
	height: 50px;
}

div.gamelisttime {
	float: left;
	margin-left: 30px;
	height: 50px;
}

div.gamelistdel {
	width: 60px;
	height: 50px;
	background: url('images/common/del.gif');
	float: right;
}

div.liverec {
	background: #222222;
	float: left;
	margin: 2px;
	padding: 2px;
}

div.usernm {
	width: 100px;
	overflow: hidden;
}

div.gameparams {
	overflow: hidden;
	font-size: 80%;
}

td.hoftitle {
	background: #222222;
	text-align: center;
}

tr.hofrec1 {
	background: #000022;
}
