.info {
	text-align: center;
}
.info2 {
	margin: 10px auto;
	text-align:center;
	color: #888;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
#game {
	position: relative;
	margin: 20px auto;
}
#congrate {
	position: absolute;
	margin: 42px auto;
	display: none;
	text-align: center;
}
#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;
}
.c {
    width: 18px;
    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;
}
