BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: Verdana,Arial,sans-serif
}

.GameTitle {
	Color: #000000;
	BACKGROUND-COLOR: #ffffff; 
	width: 500px;
	height: 50px;
	border: 6px double #ffffff;
}
.GameTable {
	PADDING: 10px; 
	MARGIN: 10px; 
	FONT-FAMILY: Verdana,Arial,sans-serif
}

.CellOn_simple {
	cursor:hand;
	Color: #000000;
	BACKGROUND-COLOR: #00ff00; 
	width: 50px;
	height: 50px;
}
.CellOff_simple {
	cursor:hand;
	Color: #ffffff;
	BACKGROUND-COLOR: #000033; 
	width: 50px;
	height: 50px;
}

.CellOn_greenbulb {
	cursor:hand;
	Color: #000000;
	BACKGROUND-COLOR: #00ff00; 
	width: 50px;
	height: 50px;
	background-image: url('skin/greenbulb/on.jpg');
}
.CellOff_greenbulb {
	cursor:hand;
	Color: #ffffff;
	BACKGROUND-COLOR: #000033; 
	width: 50px;
	height: 50px;
/*	background-image: url('skin/greenbulb/off.jpg'); */
}
.CellOn_bluebulb {
	cursor:hand;
	Color: #000000;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/bluebulb/on.jpg');
}
.CellOff_bluebulb {
	cursor:hand;
	Color: #ffffff;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/bluebulb/off.jpg');
}


	
	
.CellOn_hotairb {
	cursor:hand;
	Color: #000000;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/hotairb/on.jpg');
}
.CellOff_hotairb {
	cursor:hand;
	Color: #ffffff;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/hotairb/off.jpg');
}




.CellOn_hip {
	cursor:hand;
	Color: #000000;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/hip/on.jpg');
}
.CellOff_hip {
	cursor:hand;
	Color: #ffffff;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/hip/off.jpg');
}



.CellOn_jd {
	cursor:hand;
	Color: #000000;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/jd/on.jpg');
}
.CellOff_jd {
	cursor:hand;
	Color: #ffffff;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/jd/off.jpg');
}


.CellOn_katie {
	cursor:hand;
	Color: #000000;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/katie/on.jpg');
}
.CellOff_katie {
	cursor:hand;
	Color: #ffffff;
	BACKGROUND-COLOR: #ffffff; 
	width: 50px;
	height: 50px;
	background-image: url('skin/katie/off.jpg');
}






.Retry {
	cursor:hand;
}

.SkinCell {
	cursor:hand;
}

.ScoreGoToNextLevel {
	cursor:hand;
	Color: #000000;
	BACKGROUND-COLOR: #00ff00; 
	border: 6px double #000000;
	margin: 10px
	PADDING: 10px; 
	width: 500px;
	height: 150px;
}

.ScoreCurrentLevel {
	Color: #000000;
	BACKGROUND-COLOR: #ffffff; 
	width: 500px;
	height: 150px;
	border: 6px double #ffffff;
}