body {
	background: #2a2a2a;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 14px; 
	padding: 0px;
	margin: 0px;
}
img {
	border:0px;
}
/* BUILT-IN CSS STYLES - Can be modified but must exist */
.game_not_found {
	height: 170px;
	padding-top: 130px;
}
#no_games {
	text-align: center;
	padding-top: 30px;
	height: 100px;
}
/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:20px;}
    #rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.png) no-repeat;width:20px; height:20px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

#comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
}

#comments ul li {
	background-color: #dde7f7;
	background-image: url(images/profile_comment_back.png);
	background-repeat: repeat-x;
	padding:4px;
	margin:0px auto;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
	width:750px;
	border:1px solid #7DA3FF;
}
#error_message {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#member_list {
	width: 100%;
}
#member_list td {
	border-bottom: 1px solid #dfdfdf;
	height: 40px;
}
#member_list td a {
	color: #373737;
}
#pm_task_complete {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#login_to_comment {
	text-align: center;
	padding: 15px 0px 15px 0px;
}
/* END OF REQUIRED CSS STYLES */

/* GLOBAL TEMPLATE STYLES */
.main_container {
	width:990px;
	background-color:#FFF;
	margin: auto;
}
.main_container a {
	color: #235f92;
}
.header {
	height:100px;
	text-align:left;
}
.header_container {
	width: 990px;
	margin: auto;
	padding-top: 10px;
}
.logo {
	float: left;
	height: 77px;
	overflow: hidden;
}
.user_area {
	float: right;
	height: 51px;
	width: 365px;
	padding: 6px 0px 6px 10px;
	background: url(images/header_background.png);
	margin-top: 4px;
	border: 1px solid #ebe402; 
}
.ua_avatar {
	float: left;
}
.ua_info {
	float: left;
	margin-left: 10px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
}
.ua_info a {
	color: #000;
}
.ua_info a:hover {
	color: #164eb3;
}
.ua_username {
	font-size: 18px;
	float: left;
}
.ua_username a {
	text-decoration: none;
}
.ua_unregistered {
	font-size: 18px;
}
.ua_points {
	float: left;
	background-color:#fff;
	margin-left: 5px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	margin-top: 3px;
	padding: 0px 8px 0px 8px;
	border: 2px solid #083974;
	-moz-border-radius: 12px;
}
.ua_points a {
	color: #000;
	text-decoration: none;
}
.ua_points a:hover {
	color: #66ccff;
	text-decoration: none;
}
.menu_container {
	background: url(images/content_top.png) repeat-x #fff;
	overflow: auto;
	width: 990px;
	margin: auto;
}
.menu_top {
	width: 980px;
	height: 6px;
	background: url(images/menu_top.png);
	margin: auto;
	margin-top: 5px;
	overflow:hidden;
}
.menu_background {
	background: url(images/menu_background.png) repeat-x #28437e;
	overflow: auto;
	margin: 0px 5px 0px 5px;
	width: 980px;
}
.menu_bottom {
	width: 980px;
	height: 5px;
	background: url(images/menu_bottom.png);
	margin: auto;
	overflow:hidden;
}
.categories_menu {
	text-align:left;
	font-family: Arial;
	color: #1c3e85;
	font-size:15px;
	padding-left:20px;
	padding-top:7px;
	padding-bottom: 5px;
	float:left;
	width: 700px;
}
.categories_menu a:link, .categories_menu a:visited {
	color:#FFF;
	text-decoration:none;
}
.categories_menu a:hover {
	color:#FFF;
	text-decoration:underline;
}
.search {
	text-align:right;
	padding-top:4px;
	padding-right:10px;
	float: right;
	width: 220px;
}
.search_box {
	border:1px solid #999999;
	height:21px;
	width:180px;
	font-size:14px;
	padding-left:4px;
	color: #4c4c4c;
	background: url(images/search_box.gif);
}
.search_contain {
	float: left;
}
.search_button_contain {
	float: left;
}
.pages_menu {
	text-align:center;
	margin-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #999;
	height: 30px;
	padding-top: 9px;
}
.pages_menu a:link, .pages_menu a:visited {
	color:#333;
	text-decoration:none;
}
.pages_menu a:hover {
	color: #21529a;
	text-decoration: underline;
}
.leaderboard {
	margin-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.leaderboard2 {
	margin-bottom: 15px;
	text-align: center;
	padding-top: 10px;
}
.ad_small_square {
	margin-bottom: 20px;
	text-align: center;
}
.ad_banner {
	text-align: center;
	padding-top: 15px;
}
.content {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	padding: 10px 10px 0px 10px;
}
.profile_content {
	text-align: left;
}
.misc_page_title {
	border-bottom:1px solid #D7D7D7;
	font-family: Arial;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	margin-bottom: 15px;
	margin-left: 10px;
	color: #0e326f;
}
.module_header {
	background-image: url(images/module_top.png);
	width: 228px;
	height: 24px;
	color: #fff;
	padding: 8px 0px 0px 0px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	margin: auto;
}
.module {
	font-family: Arial;
	font-size: 12px;
	width: 222px;
	margin: auto;
	background: #e3e4ff;
	padding: 5px 0px 5px 0px;
	border-left: #284380 3px solid;
	border-right: #284380 3px solid;
}
.module a {
	color: #3e3e3e;
	text-decoration: none;
}
.module a:hover {
	color: #568ca8;
}
.module ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.module li {
	border-bottom: 1px solid #cbd5eb;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 17px;
}
.module_bottom {
	width: 228px;
	height: 5px;
	margin: auto;
	margin-bottom: 15px;
	overflow:hidden;
	background-image: url(images/module_bottom.png);
}
.content_left {
	float: left;
	width:733px;
}
.content_right {
	float: right;
	width: 255px;
}
.misc_container {
	padding-left: 10px;
}
.footer {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
	width: 984px;
	margin: auto;
	text-align: center;
	padding: 3px;
	background-color: #fff;
}
.footer a {
	color: #34567e;
}
.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.more_links {
	text-align: center;
}
/* HOMEPAGE */
.home_container {
	width:990px;
	background-color:#FFF;
	margin: auto;
}
.home_cat_container {
	width: 230px;
	float: left;
	margin-right: 10px;
}
.home_cat_row {
	overflow: auto;
}
.home_categories {
	width: 734px;
	margin-top: 5px;
}
.home_cat_heading a {
	font-family: Arial;
	color: #142b5b;
	font-size: 18px;
	text-decoration: none;
}
.home_cat_heading a:hover {
	text-decoration: underline;
}
.home_cat_heading {
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #d2d2d2;
}
.home_cat {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	width: 210px;
	background-position: bottom left;
	background-image: url(images/home_cat_back.png);
	border-bottom: 1px solid #d2d2d2;
}
.homepage_game {
	float: left;
	width: 210px;
	margin-top: 10px;
}
.home_game_image {
	float: left;
	background: url(images/thumb_back.png);
	padding-top: 7px;
	width: 54px;
	height: 47px;
	text-align: center;
}
.home_game_info {
	float: left;
	padding-left: 5px;
	width: 145px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-top: 7px;
}
.home_game_info a {
	color: #cdcdcd;
}
.home_game_info a:hover {
	color: #253485;
}
.home_game_head {
	padding-bottom: 4px;
}
.home_game_head a {
	font-family: Arial;
	font-size: 14px;
	color: #000;
}
.btnct {
	text-align: right;
	padding-left: 520px;
}
.cat_button {
	width: 123px;
	height: 23px;
	background: url(images/button2.png);
	padding-top: 2px;
	padding-right: 4px;
	margin-top: 3px;
}
.cat_button a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.cat_button_more {
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
	background-image: url(images/more.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
	text-align:left;
}
.featured_games_heading {
	text-align: left;
	padding-left: 18px;
	padding-top: 15px;
	margin-left: 8px;
	background: url(images/featured_top.png);
	height: 25px;
	color: #03568f;
	font-family: Arial;
	font-size: 15px;
}
.featured_games {
	background: url(images/featured-back.png) #fdf6f2;
	margin-left: 8px;
	padding-left: 15px;
	width: 710px;
}
.featured_games_bottom {
	background: url(images/featured_bottom.png);
	height: 13px;
	margin-left: 8px;
}
.featured_game {
	float: left;
	width: 140px;
	margin-top: 10px;
	height: 120px;
}
.featured_game_image {
	background: url(images/featured_thumb_back.png);
	padding-top: 10px;
	width: 80px;
	height: 70px;
	text-align: center;
	margin: auto;
}
.featured_game_info {
	float: left;
	padding-left: 5px;
	width: 135px;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
}
.featured_game_info a:hover {
	color: #20284f;
}
.featured_game_head {
	text-align: center;
}
.featured_game_head a {
	font-family: Arial;
	font-size: 14px;
	color: #5d3e05;
	text-decoration: none;
}
/*View game*/
.game_header {
	background:url(images/game_head.png);
	height:85px;
	width:955px;
	margin-top:20px;
	padding: 5px 10px 0px 5px;
}
.game_header_left {
	float: left;
}
.game_header_right {
	float: right;
	padding-top: 8px;
	padding-right: 5px;
}
.button2 {
	width: 123px;
	height: 23px;
	background: url(images/button2.png);
	padding-top: 2px;
	padding-right: 4px;
	margin-top: 3px;
}
.button2 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.button2_fav {
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
	background-image: url(images/fav.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.button2_fs {
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
	background-image: url(images/fs.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.game_header_image {
	float:left;
	width:60px;
	height: 59px;
	padding: 9px 0px 0px 9px;
	margin-left:10px;
	margin-top:8px;
	background: url(images/view_thumb_back.png);
}
.game_header_text {
	text-align:left;
	margin-top:17px;
	float:left;
	padding-left:10px;
}
.game_title {
	font-size:25px;
	font-family: Arial;
	color: #565656;
}
.game_info_column1 {
	float: left;
	padding-top: 2px;
	margin-right: 4px;
	font-family: Arial;
	color:#333;
	font-size:15px;
}
.game_info_column1 a {
	color: #4e7dc7;
}
.game_info_column2 {
	float: left;
	margin-right: 5px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:14px;
	width:105px;
}
.game_container {
	text-align: center;
	background: url(images/game_background.png) no-repeat;
	width: 970px;
	padding-top: 15px;
}
.game_description_head {
	font-family: Arial;
	font-size: 16px;
	text-align: left;
	width: 900px;
	margin-top:20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background: #dce2ff;
	padding: 10px;
	color: #395f91;
	border-bottom: 1px solid #395f91;
}
.game_description {
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #363636;
	margin-left: 20px;
}
.comment_header {
	width: 952px;
	height: 34px;
	background-image: url(images/comment_header.png);
	margin-top: 30px;
	padding: 13px 0px 0px 15px;
	color: #fff;
	font-family: Arial;
	font-size: 16px;
}
.comment_avatar {
	float: left;
	margin-right: 5px;
	height: 50px;
	padding-top: 1px;
}
.comment_content {
	float: left;
	width: 695px;
}
.comment_username {
	font-size:14px;
	padding-bottom:2px;
	padding-left:2px;
	color: #18355d;
	text-align:left;
	border-bottom: 1px solid #285798;
}
.comment_username a {
	color: #3157af;
	font-weight: bold;
	text-decoration: none;
}
.lighturl a {
	color: #9fb1c8;
}
.thecomment {
	padding:4px;
	color:#000;
}
.new_comment_container {
	text-align: left;
	width: 500px;
	margin:	auto;
	padding: 20px;
}
.comment_button_container {
	padding-top:5px;
	text-align:right;
	width: 490px;
}
.random_game {
	float: left;
	width: 470px;
	margin-top: 10px;
}
.random_game_image {
	float: left;
	background: url(images/cat_thumb_back.png);
	padding-top: 10px;
	width: 80px;
	height: 70px;
	text-align: center;
}
.random_game_info {
	float: left;
	padding-left: 5px;
	width: 370px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-top: 5px;
}
.random_game_info a {
	color: #cdcdcd;
}
.random_game_info a:hover {
	color: #ae4900;
}
.random_game_head a {
	font-family: Arial;
	font-size: 14px;
	color: #000;
}

/* PROFILE */
.profile_header {
	width: 970px;
	height: 105px;
	padding-top: 5px;
	background: url(images/profile_header.png);
	margin-top: 30px;
	margin-left: 10px;
	text-align: left;
}
.profile_header a {
	color: #5592d7;
}
.profile_header_avatar {
	width:80px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	width: 650px;
	height: 86px;
	float: left;
	padding-top: 16px;
	padding-left: 5px;
}
.profile_header_buttons {
	float: right;
	background-position:top right;
	width: 173px;
	height: 97px;
	padding-left: 20px;
	padding-top: 3px;
}
.profile_username {
	font-size: 30px;
	font-family: Arial;
	padding: 0px;
	float: left;
	margin-top: 4px;
}
.profile_points {
	float: left;
	background-color: #fff;
	margin-left: 8px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	color: #1d356b;
	margin-top: 8px;
	padding: 0px 12px 0px 12px;
	border: 1px solid #ffc81b;
	-moz-border-radius: 12px;
}
.profile_stats {
	font-size: 16px;
	font-family: Arial;
	margin-top: 4px;
}
.profile_button {
	width: 123px;
	height: 23px;
	background: url(images/button2.png);
	padding-top: 2px;
	padding-right: 4px;
	text-align: center;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	font-size: 12px;
}
.profile_button a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.profile_button a:hover {
	color: #b5dfff;
}
.main_profile_left {
	width: 630px;
	float: left;
	padding-left: 20px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
}
.main_profile_right {
	width:290px;
	border-left: 1px solid #548bbf;
	float: right;
	margin-right:20px;
	text-align: left;
	padding-left: 15px;
	height: 400px;
	font-family: Arial;
	font-size: 18px;
}
.right_title {
	color: #194575;
}
.profile_h2 {
	font-size: 15px;
	color: #353535;
	font-family: Arial;
	margin-bottom: 20px;
	background: url(images/profile_heading.png);
	height: 20px;
	color: #fff;
	padding: 10px;
}
.user_comment {
	background-color: #dde7f7;
	background-repeat: repeat-x;
	background-image: url(images/profile_comment_back.png);
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	border: 1px solid #7da3ff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.user_comment_title {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 3px;
	border-bottom: 1px solid #7da3ff;
}
.user_comment_title a {
	color: #333639;
}
.user_comment_text {
	padding: 5px;
}
/* EDIT PROFILE */
.edit_avatar_container {
	background-image:url(images/edit-avatar-back.jpg);
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	overflow:auto;
	width:670px;
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
}
.edit_profile_header {
	font-size: 20px;
	color: #353535;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}	
.edit_profile_lable {
	float:left;
	margin-right:10px;
	width:80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:left;
}
.edit_profile_element {
	float: left;
}
.edit_avatar_element {
	float: left;
	padding-top: 3px;
}
.edit_profile_textbox {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.edit_profile_textarea {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* CATEGORY PAGE */
.cat_container {
	margin-left: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	width: 664px;
	margin-bottom: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
.cat_top {
	background-color: blue;
}
.cat_name {
	margin-left: 4px;
	color: #03568F;
}
.cat_header {
	font-family: Arial;
	padding: 17px 20px 20px 20px;
	margin-left: 8px;
	margin-bottom: 10px;
	font-size: 30px;
	background-image: url(images/cat_header.png);
	width: 685px;
	height: 55px;
}
.sort_options {
	font-family: Arial;
	font-size: 14px;
}
.sort_options a {
	color: #19345b;
	text-decoration: none;
}
.sort_options a:hover {
	text-decoration: underline;
}
.category_pages {
	margin: auto;
	margin: 15px;
	text-align: center;
	padding: 5px;
	font-family: Arial;
	background-color: #f4f2fb;
	border: 1px solid #eceaf3;
}
.category_pages a {
	color: #22488a;
	padding: 3px;
	text-decoration: none;
}

.category_game {
	float: left;
	width: 330px;
	margin-top: 10px;
}
.category_game_image {
	float: left;
	background: url(images/cat_thumb_back.png);
	padding-top: 10px;
	width: 80px;
	height: 70px;
	text-align: center;
}
.category_game_info {
	float: left;
	padding-left: 5px;
	width: 240px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-top: 5px;
}
.category_game_info a {
	color: #cdcdcd;
}
.category_game_info a:hover {
	color: #274d92;
	text-decoration: underline;
}
.category_game_head a {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
/* NEWS */
.news_wrapper {
	margin-left: 10px;
}
.news_header {
	background: url(images/news_header.png);
	border: 1px solid #d5ce00;
	width:100%;
	overflow:auto;
}
.news_image {
	float: left;
	width: 60px;
}
.news_image img {
	display: block;
}
.news_title {
	float: left;
	font-family: Arial;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 7px;
}
.news_title a {
	color: #2c4384;
	text-decoration: none;
}
.news_author {
	font-size: 15px;
}
.news_main {
	padding: 15px;
	margin-bottom: 25px;
	font-family: Arial;
	border: 1px solid #cfcdcd;
	border-top: 0px;
	width: 693px;
}
/* Private messages */
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.pm_message_textbox {
	height: 100px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: Arial;
}
.pm_subject {
	font-size: 20px;
}
.pm_details {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c6c6;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	border-top: 1px solid #c6c6c6;
	margin-top: 10px;
	padding-top: 5px;
}
.pm_table td {
	border-bottom: 1px solid #c6c6c6;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}