#_gamearea
{
	display: inline;
	float: left;
	background: white;
}

#_gamearea2
{
	display: inline;
	float: left;
	background: white;
	margin: 0px 10px 10px 10px;
}

#_gamearea3
{
	display: block;
	float: left;
	background: white;
	margin: 0px 10px 10px 10px;
}

#_gamearea4
{
	display: block;
	clear: both;
	float: right;
	background: white;
	margin: 0px 10px 10px 10px;
	font-style: italic;
}

#_gamearea5
{
	display: block;
	clear: both;
	float: left;
	background: white;
	margin: 0px 30px 10px 30px;
	color: #acacac;
}

#game_td_11
{
	width: 740px;
}
#gamevariants {
	margin: 0px 10px 0px 10px;
}
.gamename
{
	font: 16px verdana, arial, helvetica, sans-serif;
}

.gameheader
{
	font: 15px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

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

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

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

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

a.gameworddesc
{
	color: #676767;
	text-decoration: none;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
	line-height: 140%;
}

.cw_variants
{
	clear: both;
	float: left;
	display: none;
	margin: 0px 0px 0px 10px;
}

.cw_variant
{
	float: left;
	display: table-cell;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}
.cw_variant div
{
	clear: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
}


.cw_variant a
{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.cw_variant img
{
	clear: both;
	display: inline;
	margin: 0px;
	font-size:0px 0px 10px 0px; 
	line-height:0px;
}


