/* ============================================================================================================================== */
/* Generic game page classes */
/* ============================================================================================================================== */

.game_row {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 25px;
	border: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
}

.game_row:hover {
	background-color: #f8e7e7;
	border: 1px solid #dbbebe;
}

.game_name {
	position: absolute;
	left: 50px;
	font-size: 24px;
	font-variant: small-caps;
}

.game_version {
	position: absolute;
	left: 10px;
	top: 18px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}

.game_creator {
	position: absolute;
	right: 10px;
	top: 16px;
	font-variant: small-caps;
	font-size: 14px;
	color: #222222;
}

.game_option1 {
	position: absolute;
	top: 0px;
	width: 16.6667%;
	left: 0%;
	color: #9C6;
	overflow: hidden;
}

.game_option2 {
	position: absolute;
	top: 0px;
	width: 16.6667%;
	left: 16.6667%;
	color: #963;
	overflow: hidden;
}

.game_option3 {
	position: absolute;
	top: 0px;
	width: 16.6667%;
	left: 33.3334%;
	color: #636;
	overflow: hidden;
}

.game_option4 {
	position: absolute;
	top: 0px;
	width: 16.6667%;
	left: 50.0000%;
	color: #699;
	overflow: hidden;
}

.game_option5 {
	position: absolute;
	top: 0px;
	width: 16.6667%;
	left: 66.6667%;
	color: #369;
	overflow: hidden;
}

.game_option6 {
	position: absolute;
	top: 0px;
	width: 16.6667%;
	left: 83.3335%;
	color: #B51;
	overflow: hidden;
}
