ul.profileStatsLeft a:link,
ul.profileStatsLeft a:hover,
ul.profileStatsLeft a:active,
ul.profileStatsLeft a:visited {
	color:#ffffff;
}

ul.profileStatsRight a:link,
ul.profileStatsRight a:hover,
ul.profileStatsRight a:active,
ul.profileStatsRight a:visited {
	color:#ffffff;
}

.forumModeratorTag { 
	font: 11px Arial, Helvetica, sans-serif;
	color: #464546;
	font-style:italic;
}

div.video_rating span.video_rating_label {
	font-family:helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;	
}
ul.main_nav {
	padding:0px;
	margin:0px;
	position:relative;
	z-index:999;
	list-style-type:none;
	top:-20px;	
}

ul.main_nav > li {
	display:inline;
	margin-right:10px;	
}

.error {
	color: red;
	font-weight: normal;
	font-size: 12px;	
}


div#gameCategories div#gameCategorySelector {
	background-image: url(/images/dropdown-ui.png);
	background-repeat: no-repeat;
	margin-left:120px;
	width:165px;
	height:24px;
}

div#loadingOverlay {
	position:fixed;
	z-index:20000;
	top:0px;
	left:50%;
	padding:4px;
	background-color:#EAFFC3;
	font-weight:bold;	
	font-family:helvetica,sans-serif;
	font-size:12px;
	display:none;
}

div#gameCategoryCurrent {
	margin-left:30px;
	padding-top:5px;
	font-family: helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

div#gameCategories div#gameCategoryCont div#gameCategoryTop {
	background-image: url(/images/main-top.png);
	width:155px;
	height:8px;
}

div#gameCategories div#gameCategoryCont div#gameCategoryBottom {
	background-image: url(/images/main-bottom.png);
	width:155px;
	height:8px;
}

div#gameCategories div#gameCategoryCont div#gameCategory {
	background-image: url(/images/main-repeat.png);
	width:155px;
}

div#gameCategories div#gameCategoryCont div.subCategoryTop {
	background-image: url(/images/sub-top.png);
	width:155px;
	height:8px;
}

div#gameCategories div#gameCategoryCont div.subCategoryBottom {
	background-image: url(/images/sub-bottom.png);
	width:155px;
	height:8px;
}

div#gameCategories div#gameCategoryCont div.subCategory {
	background-image: url(/images/sub-repeat.png);
	width:155px;
}

div#gameCategories div#gameCategoryCont {
	position: absolute;
	z-index:99;
	top:30px;
	margin-left:130px;
	display:none;
}

div#gameCategories div.subCategoryCont {
	position: absolute;
	z-index:99;
	margin-top:-22px;
	margin-left:-156px;
	display:none;
}

div#gameCategories div#gameCategoryCont div#gameCategory ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

div#gameCategories div#gameCategoryCont div#gameCategory ul li ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}


div#gameCategories a:link {
	display:block;
	font-family: helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	text-decoration:none;
	padding:4px;
}

div#gameCategories a:active {
	display:block;
	font-family: helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	text-decoration:none;
	padding:4px;
}

div#gameCategories a:visited {
	display:block;
	font-family: helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	text-decoration:none;
	padding:4px;
}

div#gameCategories a:hover {
	display:block;
	font-family: helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	text-decoration:none;
	background-color:#F3F3F3;
	padding:4px;
}