html, body {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	cursor: url('../images/grey.cur'),default;
	background: #f5e2c9;
}
table {
	width: 100%;
}
#table1, #table2 {
	background: #f5dbb5 url('../images/lightwood.jpg');
}
#table1 {
	height: 75px;
}
#table2 {
	border-width: 0;
}

a, img {
	outline: 0 none;
	border: 0 none;
	cursor: url('../images/link.cur'),pointer;
	color: gray;
}
img.square {
	cursor: url('../images/grey.cur'),default !important;
}

img.minimax {
	cursor: url('../images/blue.cur'),default !important;
	width: 104px;
	height: 54px;
	margin: 4px 6px 0 6px !important;
	padding-bottom: 0 !important;
	background: #112975;
}

.images {
	width: 150px;
	height: 55px;
	font-size: 7px;
	border-style: none;
	padding: 2px 0 2px 6px !important;
}
td.analyse {
	width: 160px;
	font-size: 7px;
	border-style: none;
	padding: 2px 0 6px 6px !important;
	white-space: nowrap;
}
img.gamewin {
	font-size: 7px;
	margin: 0 8px 0 0;
}
#container {
	top: 8px;
	position: relative;
}
#timer, #time {
	width: 114px;
	height: 31px;
	text-align: center;
	background: #030303;
	font: 24px Helvetica, Arial, sans-serif;
}
#timer {
	color: #dec3a5;
	margin: 0 6px 0 2px;
}
#time {
	color: #ffffb5;
	margin: 0 2px 0 0;
}
#Gameinfo {
	text-align: center;
	white-space: nowrap;
	border-style: none none solid;
	border-color: #000084;
	border-collapse: collapse;
	border-bottom-width: 1px;
	padding: 2px;
	cursor: url('../images/aero_select.cur'),text;
	background: #f1d6b2;
	font: 15px Helvetica, Arial, sans-serif;
}