/**
 * Color Lines
 *
 * @package Games
 */

#board {
	float: left;
	position: relative;
	margin: 5px 0 20px 0;
}
#board table, #results table {
	float: left;
	background: #7590AE;
	border-collapse: collapse;
	border: 3px solid #ccc;
	line-height: 1px;
}
#results table {
	border-width: 1px;
}
.theme2 #board table, .theme2 #results table {
	border-color: #fff;
}
#board tr, #results tr{
	height: 41px;
}
#board td, #results td {
	border: 1px solid #ccc;
	width: 41px;
	margin: 0px;
	!height: 100%; /* for IE, but it brokes other browsers */
}
.theme2 #board td, .theme2 #results td {
	border-color: #fff;
}

#board img, #results img {
	margin: 4px 0 0 4px;
}
a#gameOver {
	position:absolute;
	z-index: 10000;
	top: 160px;
	display: none;
	left: 95px;
	font-size: 80px;
	color: #fff;
	font-weight: bold;
}
.theme2 a#gameOver {
	color: #000;
}
#results {
	float: left;
	margin-left: 12px;
}
#nextballs{
	margin-top:12px;
	margin-bottom:9px;
}
#next img{
	margin-left: 2px;
	margin-right: 6px;
}
#score,#topscore{
	font-weight:bolder;
}
#points{
	font-weight:bolder;
	color:#ff0000;
	display:none;
}
.game-colorlines-ad {
	margin-top: 95px;
	float: right;
}
