/* GAMES */
.description_box {
	border:1px solid #3C6A94;
}
.description_title {
	font-size:19px;
	font-weight:normal;
	color:#3c6a94;
	height:30px;
	background: #fff url(/images/games/description_title.gif) 0 5px repeat-x;
	padding:5px;
}
.description_content {
	font-size:12px;
	font-weight:normal;
	padding:5px;
	background: #fff;
}
/* BUTTON */
.tab_start {
	width:128px;
	height:39px;
	
	margin:0 auto;
}
.tab_start a {
	background:transparent url(/images/games/button_startgame.gif) no-repeat scroll 0%;
	background-position: 0 -39px;
	color:#AFAD92;
	text-decoration:none;
	display:block;
	
	width:128px;
	height:39px;
}
.tab_start a:hover {
	background-position: 0 0px;
}
.tab_history a:hover {
	background-position: 0 0px;
}
.tab_history {
	width:128px;
	height:39px;
	
	margin:0 auto;
}
.tab_history a {
	background:transparent url(/images/games/button_viewhistory.gif) no-repeat scroll 0%;
	background-position: 0 -39px;
	color:#AFAD92;
	text-decoration:none;
	display:block;
	
	width:128px;
	height:39px;
}
.tab_history a:hover {
	background-position: 0 0px;
}
.tab_rules {
	width:128px;
	height:39px;
	
	margin:0 auto;
}
.tab_rules a {
	background:transparent url(/images/games/button_rules.gif) no-repeat scroll 0%;
	background-position: 0 -39px;
	color:#AFAD92;
	text-decoration:none;
	display:block;
	
	width:128px;
	height:39px;
}
.tab_rules a:hover {
	background-position: 0 0px;
}
.game_name {
	font-size:18px;
	font-weight:normal;
	color:#3C6A94;
}
.bless_button {
	position:absolute;
}	
.choice {
	background-color:#f1b909;
}
.choice a {
	color:#243054;
}
.choice a, .choice a:hover {
	text-decoration:none;
}
.game_description {
	background-color:#3C6A94;
	
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:6px;
	width:318px;
}	
#game_table td {
	padding:3px;
}

.bless_overlay_1, .bless_overlay_2 {
	display:none;
	position:absolute;
	z-index:9999;
	color:#fff;	
	float:left;
	cursor:pointer;
}
.bless_overlay_content {
	color:#fff;
	margin-top:20px;
	text-align:center;
	font-size:16px;	
	width:80%;
	background-color:#3C6A94;
	border:2px solid #f1b909;
	opacity:.8;filter: alpha(opacity=80); -moz-opacity: 0.8;
	padding:5px;
}