
body.game table.content
{
}

body.game table.frame
{
	width: 100%;
}

td.game_memory table.game_header
{
	width: 100%;
	border-bottom: #ffffff 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: #ffffff;
	height: 25px;
}

table.game_header td
{
   white-space: nowrap;
}

.memory_menu, .memory_stats
{
	border: #808080 1px solid;
   background-color: #ffffff;
	color: #808080;
   font-size: 10px;
   text-decoration: none;
	padding-top: -5px;
   padding-left: 4px;
   padding-right: 4px;
	margin-left: 4px;
	margin-right: 4px;
   margin-right: 14px;
   white-space: nowrap;
}

h1.logo
{
	cursor: pointer;
}

.memory_stats
{
	width: 40px;
	text-align: right;
   background-color: #e0e0e0;
   margin-right: 14px;
   white-space: nowrap;
}

a.memory_menu:hover
{
	color: #E60005;
}

a.memory_menu img
{
	vertical-align: middle;
	margin-bottom: 2px;
}

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;
}

table.memory_stones
{
	width: 100%;
}

table.memory_stones td
{
	text-align: center;
}

table.memory_stone
{
	padding: 0px;
}

table.memory_stone td
{
	padding: 0px;
	margin: 0px;
	background-color: #d0d0d0;
}

table.playfield
{
}

td#playfield
{
	width: 850px;
	height: 460px;
	vertical-align: middle;
	text-align: center;
	padding: 4px;
}

div.game_popup
{
	position: absolute;
	top: 200px;
	left: 300px;
	width: 200px;
	height: 120px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	z-index: 99;
	background-color: #7DB1D9;
	border: #ffffff 3px solid;	
}

div.game_popup, div.game_popup td
{
	color: #ffffff;
}

table.game_won
{
	margin-top: 10px;
}

table.game_won td
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

div.game_popup span.header
{
	font-size: 14px;
	font-weight: bold;
}

div.game_popup a.info
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	margin: 4px;
}

div.game_popup a:hover
{
	color: #E60005;
}

td.game_hints
{
	background-color: #ffffff;
	padding: 2px;
	color: #808080;
}

