body
{
	background-color: Black;
}

div#mainland
{
	background-color: #eee;
	text-align: center;
	width: 800px;
	height: 314px;
	margin: 0 auto;
	-moz-border-radius: 10px;
}

body *
{
	font-family: Arial;
}

p
{
	font-size: 10px;
	margin: 0;
}

p.title
{
	font-size: 25px;
	font-weight: bold;
	clear: both;
	color: #555555;
}

.grid
{
	width: 10px;
	height: 10px;
	border: solid 1px #666666;
}

.cell
{
	background: #eeddff;
	width: 8px;
	height: 8px;
	border: solid 1px #666666;
	overflow: hidden;
	float: left;
}

.markx
{
	background-image: url('x.bmp');
}

.marko
{
	background-image: url('o.bmp');
}

.edge
{
	display:none;
}

.lastMove
{
	border-color: Red;
}

div#gameboard
{
	text-align: center;
	margin: 0 auto;
}

div#columns
{
	height: 257px;
	margin-bottom: 5px;
}

div#gamearea
{
	width: 540px;
	background-color: #abcdef;
	float: left;
	padding: 5px;
	background-color: #5080ca;
	background: -moz-linear-gradient(center top , #5080CA, #203040) repeat scroll 0 0 transparent;
}

div#controlpanel
{
	width: 250px;
	height: 100%;
	float: right;
	background-color: #a4d5d5;
}

div#controlpanel p
{
	text-align: left;
}

p#messages
{
	padding: 5px;
	margin-top: 5px;
	height: 40px;
	background-color: #99bbdd;
	-moz-border-radius: 0.5em;
}

div.button
{
	margin-top: 5px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #b04010;
	color: White;
	background-color: #c44a20;
	background: -moz-linear-gradient(center top , #fa551a, #c44a20) repeat scroll 0 0 transparent;
	width: 100px;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 5px;
}

h5
{
	background-color: Silver;
	margin: 0;
	padding: 5px;
	margin-bottom: 5px;
}

div#currentgameoptions
{
	height: 100px;
}

div#newgameoptions
{
	height: auto;
}

#currentgameoptions p,
#newgameoptions p
{
	margin-left: 5px;
}
