
body.game table.content
{
}

body.game table.frame
{
	width: 100%;
}

table.game_header
{
	width: 100%;
	border-bottom: white 3px solid;
	background-image:url(../../images/framework/home_frame_bg.jpg);
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

table.game_header table.game_controller
{
	color: white;
	height: 25px;
}

table.game_header td
{
   white-space: nowrap;
}

div.game_select
{
	margin-left: 4px;
	margin-right: 4px;
	border: #808080 1px solid;
   background-color: #ffffff;
	display: block;
	position: absolute;
	color: #808080;
}

div.game_select span.selected
{
	margin-left: 6px;
	margin-right: 6px;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
}

div.game_select a
{
	margin-left: 6px;
	margin-right: 6px;
	color: #C3BDB9;
	text-decoration: none;
	white-space: nowrap;
}

div.game_select a:hover
{
	color: #E60005;
}

h1.logo
{
	cursor: pointer;
	color: white;
}

table.playfield
{
	border-collapse: collapse;
}

#playfield
{
	background-color: white;
	border-left: white 2px solid; 
	border-right: white 2px solid; 
}

.balls td
{
	width: 26px;
	height: 30px;
	line-height: 26px;
	padding: 0px;
	background-image: url(.jpg);
	background-repeat: no-repeat;
	border: white 2px solid;
}

.balls td.selected
{
	background-image: url(deballizer_balls_selected.jpg);
	border: #C8CFC8 2px solid;
	cursor: pointer;
}

.balls td.filled
{
	background-image: url(deballizer_balls.jpg);
	cursor: pointer;
}

.balls td.col0 { background-position: 0px 0px; }
.balls td.col1 { background-position: -26px 0px; }
.balls td.col2 { background-position: -52px 0px; }
.balls td.col3 { background-position: -78px 0px; }
.balls td.col4 { background-position: -104px 0px; }
 
.statistics, .button
{
	border: #808080 1px solid;
   background-color: #ffffff;
	color: #808080;
   font-size: 10px;
   line-height: 16px;
   text-decoration: none;
	padding-top: -5px;
   padding-left: 4px;
   padding-right: 4px;
	margin-left: 4px;
	margin-right: 4px;
   margin-right: 14px;
   white-space: nowrap;

	width: 40px;
	text-align: right;
   background-color: #e0e0e0;
   margin-right: 14px;
   white-space: nowrap;
}

div.game_select
{
	margin-left: 4px;
	margin-right: 4px;
	border: #808080 1px solid;
   background-color: #ffffff;
	display: block;
	position: absolute;
	color: #808080;
}
