/*
 * Rating Widget
 */
.rate-widget {
	position: relative;
	height: 32px;
	width: 130px;
	float: right;
	margin-left: 12px;
}
.theme2 .rate-widget {
	background: #ddd;
}
.rate-stars, .rate-over {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 16px;
	background: url(/img/vote.gif) repeat 0 16px transparent;
}
.rate-over {
	background-position: 0 0;
}
.rate-text {
	position: absolute;
	font-size: 10px;
	top: 0;
	left: 0;
}
.rate-votes {
	position: absolute;
	line-height: 16px;
	font-size: 12px;
	top: 16px;
	left: 85px;
}

.game h1 {
	font-size: 36px;
	color: #5CAF08;
	font-style: italic;
	margin: 0 0 0 26px;
}

.game-buttons {
	margin-top: 12px;
	margin-bottom: 16px;
	float: left;
}

.game-buttons a, .game-buttons a:visited, .game-buttons a:hover {
	color: #333;
	text-decoration: none;
}

.game-button {
	display: none;
}

#game-message {
	width: 700px;
	float: right;
	border: 1px solid red;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	color: white;
	padding: 1px;
	display: none;
}
.theme2 #game-message {
	background: #fff;
	color: #000;
}
#game-message-close {
	float: right;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 2px;
}
.game_footer_pages {
	margin: 20px 0 10px 0;
	height: 23px;
	padding: 5px;
	text-align: left;
	list-style: none outside none;
}
.game_footer_pages li {
	font-family: Verdana, Helvetica,sans-serif;
	font-size: 12px;
	background: none repeat scroll 0 0 #292929;
	border: 1px solid #404040;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 150px;
	margin-left: 0;
}
.theme2 .game_footer_pages li {
	background: none repeat scroll 0 0 #ddd;
	border: 1px solid #aaa;
}
.game_footer_pages li.fr {
	float: right;
	width: auto;
	padding: 0 10px;
	color: red;
}
.game_footer_pages li.cur {
	background: #1d1d1d;
	cursor: default;
}
.theme2 .game_footer_pages li.cur {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #aaa;
}
.game_footer_page_box {
	display: none;
}
.game_footer_page_box.cur {
	display: block;
}
#game_footer_page_rules {
}
#game_footer_page_rules h3 {
	line-height: 2em;
}

/*
 * Opinions
 */
.opinion {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #444444;
	margin-bottom: 16px;
}
.theme2 .opinion {
	background: #ddd;
}
.opinion-title {
	height: 26px;
	padding: 6px 12px;
}
.opinion-user {
	float: left;
}
.opinion-user span {
	font-weight: bolder;
}
.opinion-date {
	float: right;
	font-size: 12px;
}
.opinion-msg {
	clear: both;
	padding: 0 12px 6px 12px;
}
