@charset "utf-8";
/* CSS Document */

.selectText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

.inputSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#gameListGenreTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	padding: 0px;
	padding-right: 20px;
	margin-top: 14px;
	margin-bottom: -4px;
}

.topGamesImg {
	width: 52px;
	height: 39px;
	padding-right: 5px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	border: none;
	clear: both;
	display: inline;
}

.topGamesOverallContent { /* style for game title inside top games box on home page */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin-top: 4px;
}

.gameLink {
	color: #003366;
}

.voteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	/*margin-top: -5px;*/
	/*padding-top: -5px;*/
	position: relative;
}

.ratingStars {
	height: 12px;
	margin: 0px;
	padding: 1px;
	/*margin-top: -3px;
	margin-bottom: -5px;*/
}

.loadingMsg1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 10px;
}

.whiteLink {
	color: white;
}
