#_gamearea
{
	background: white;
	width: 370px;
	height: 400px;
}

#_gamearea table
{
}

#_gameparamsarea
{
	float: left;
	width: 100%;
	border: 1px solid black;
	margin-bottom: 50px;
}

#_gameparamsbuttons
{
	float: left;
	width: 100%;
	border: 1px solid black;
	height: 50px;
	margin-top: -50px;
}

.gamebutton
{
	float: left;
	display: block;
	width: 105px;
	height: 35px;
	margin: 10px 4px 4px 0px;
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background: url(/i/game_button_off.png) no-repeat;
	color: white;
	text-align: center;
	line-height: 30px;
	padding: 0px 1px 1px 0px;
}

.gamebutton a {
	text-decoration: none;
	color: green;
	margin-right:6px;
}

.gamebutton a:hover {
	text-decoration: none;
	color: yellow;
	margin-right:6px;
}

.gamename
{
	font: 16px verdana, arial, helvetica, sans-serif;
}

.gameheader
{
	font-size: 16px;
	font-weight: bold;
	color: #45a222;
}

.gamesettings
{
	font: 12px verdana, arial, helvetica, sans-serif;
}

.gamesettingsheader
{
	font: 14px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}


.gamestatus
{
	font: 12px verdana, arial, helvetica, sans-serif;
	font-style: italic;
}

