body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
a, a.hover{
	color:#0000ff;
}
.msg{
	color:#808080;
	padding:4px 10px;
	margin:10px;
}
#err{
	font-weight:bolder;
	color:#ffffff;
	background:#800000;
}
#content{
	margin:0px auto;
	width:790px;
	text-align:center;
}
h2{
	color:#3080d0;
	font-weight:bolder;
	font-size:15px;
	margin-top:25px;
	text-align:center;
}
#info{
	margin:15px auto 0px auto;
	text-align:center;
	font-size:12px;
}
#info2{
	margin:10px auto;
	text-align:center;
	font-size:11px;
	color:#808080;
}

.clear{
	clear:both;
	line-height:1px;
	font-size:1px;
}
#game{
	position:relative;
	margin:20px auto;
}
#congrate{
	position:absolute;
	float:left;
	margin:42px auto;
	display:none;
}
#congrate img{
	cursor:pointer;
	margin:0px auto;
}
#board{
	padding:0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid; /*  outset, none, hidden, dotted, dashed, solid, double, ridge, groove, inset */
	border-color: black black black black;
	background-color: #c0c0c0;
	float:left;
}
#board td{
	padding: 0px 0px 0px 0x;
	background-color: #c0c0c0;
}
#controlBar{
	border:2px solid #c0c0c0;
	border-bottom-width:4px;
	border-top-width:6px;
	height:23px;
	background:#c4c4c4;
}
#controlBar td{
	border-style:none;
}
#controlBar .leds{
	width:48px;
	height:23px;
}
#controlBar .leds img{
	border-width:0px 1px;
	border-style:solid;
	border-color:black;
}
#controlBar #controls{
	margin:0px auto;
	text-align:center;
}
#controlBar #controls img{
	border-style:none;
	width:24px;
	height:24px;
}
#controlBar img{
	margin:0px;
}
.r{
	height:18px;
}
.cc, .c0, .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .ce, .cf, .cw{
	width:18px;
}
.cc{
	background:url('img/c.png');
	cursor:pointer;
}
.c0{
	background:url('img/0.png');
}
.c1{
	background:url('img/1.png');
}
.c2{
	background:url('img/2.png');
}
.c3{
	background:url('img/3.png');
}
.c4{
	background:url('img/4.png');
}
.c5{
	background:url('img/5.png');
}
.c6{
	background:url('img/6.png');
}
.c7{
	background:url('img/7.png');
}
.c8{
	background:url('img/8.png');
}
.ce{
	background:url('img/e.png');
}
.cf{
	background:url('img/f.png');
	cursor:pointer;
}
.cw{
	background:url('img/w.png');
}
.cm{
	background:url('img/m.png');
}
#settingsBox{
	float:left;
	padding-left:12px;
	text-align:left;
}
.settingsLbl{

}
.settings{
	margin-top:0px;
	list-style-type: none;
	list-style-position: outside;
}
.settings li{

}
.settings li a.current{
	color:red;
	text-decoration:none;
}
