img {
	border: 0px
}

body {
	width: 965px;
	margin: auto;
	font-family: Arial,sans-serif;
	font-size: 11px;
	background-color: #D0D8DC;
	background: url(./images/background.gif) repeat-y center;
}

#error_message {
	background-color: #B70000;
	border: 1px solid #DA6E6E;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	width: 100%;
	padding: 5px 0;
	display: none;
}

#game_score_alert {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
	display: none;
}

/* REQUIRED CSS STYLES */
.game_not_found {
	height: 170px;
	padding-top: 130px;
	font-family: Arial;
}
#no_games {
	font-family: Arial;
	text-align: center;
	padding-top: 30px;
}
/* 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;}
    #ratingSaved{display:none;}
    .saved{color:red; }

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

#comments ul li {
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
	border:1px solid #dcd6d4;
	background-color: #fff;
	padding: 4px;
	overflow:auto;
	width:435px;
}

#pm_task_complete {
	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;
}
#member_list img {
	margin-top: 5px;
}
.link_item {
	padding:5px;
}
#login_to_comment {
	text-align: center;
	padding: 15px 0px 15px 0px;
}
/* END OF REQUIRED CSS STYLES */


#logo-block {
	background-color: #99BDE6;
	width: 100%;
	height: 100px;
	float: left;
}

.logo {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}

.user_area {
	margin-top: 20px;
	margin-right: 60px;
	float: right;
	text-align: center;
	background-color: #88B2E2;
	border: 1px solid #565455;
	height: 58px;
	width: 360px;
	color: #fff;
}

.ua_avatar {
	float: left;
	margin: 8px 15px 0 8px;
}
.ua_username {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	float:left;
}
.ua_unregistered {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
}
.ua_points {
	float: left;
	background-color: #565455;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 0px 7px 0px 7px;
	margin: 10px 0px 0px 5px;
}
.ua_info {
	float: left;
	font-size: 14px;
	margin-right: 1px;
}
.ua_info a {
	color: #dcdcdc;
	text-decoration: none;
}
.ua_info a:hover {
	text-decoration: underline;
}

#nav-block {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 5px 0 6px 0;
	float: left;
}

.navbar {
	background-color: #C1D6F0;
	width: 100%;
	font-size: 12px;
	float: left;
	text-align: center;
	color: #004E82;
	padding: 6px 0px 6px 0px;
}

#content {
	float: left;
	width: 100%;
	padding: 0 0 5px 0;
	background-color: #FFFFFF;
}

.right-column {
	float: right;
}

a:link {
	text-decoration: underline;
	color: #004E82;
}

a:visited {
	text-decoration: underline;
	color: #004E82;
}

a:hover {
	text-decoration: none;
	color: #004E82;
}

a:active {
	text-decoration: underline;
	color: #004E82;
}

.blue-header {
	background-color: #88B2E2;
	width: 575px;
	color: #FFFFFF;
	margin: 10px 15px 15px 10px;
}

.blue-header h2 {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px;
}

.blue-header a {
	color: #FFFFFF;
	text-decoration: none;
}

.blue-header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.green-header {
	background-color: #9AD85F;
	width: 575px;
	color: #FFFFFF;
	margin: 10px 15px 15px 10px;
}

.green-header h2 {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px;
}

.yellow-header {
	background-color: #D8D85F;
	width: 575px;
	color: #FFFFFF;
	margin: 10px 15px 15px 10px;
}

.yellow-header h2 {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0px;
}

.small-header {
	width: 354px;
}

.box {
	width: auto;
	min-height: 20px;
	background-color: #F3F5F6;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	color: #666666;
}

.box-top {
	border-top: 1px solid #B5B5B5;
}

.content-padding {
	margin: 10px;
	padding: 5px;
}


.blue {

}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.module-list {
	font-size: 14px;
}

.module-list a{
	font-size: 14px;
	color: #4C4C4C;
}

.module-list a:hover{
	font-size: 14px;
	color: #4C4C4C;
	text-decoration: underline;
}

.module-list ul {
	margin: 0px;
	padding: 13px 15px 7px 13px;
}

.module-list li {
	list-style: none;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #B5B5B5;
}

.more_links {
	text-align: center;
	padding-bottom: 4px;
}

.game {
	width: 266px;
	min-height: 60px;
	padding: 8px 8px 0px 8px;
	float: left;
}

.game a:link{
	font-weight: bold;
	text-decoration: none;
	color: #004E82;
}

.game a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #004E82;
}

.game a:active{
	font-weight: bold;
	text-decoration: none;
	color: #004E82;
}

.game a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #004E82;
}

.game-info {
	padding-top: 2px;
}

.game-info-text {
	padding-top: 3px;
	font-size: 9px;
}

.thumbnail {
	float: left;
	width: 50px;
	height: 50px;
	padding-right: 8px;
}

#banner-ad {
	padding: 8px;
	width: 728px;
	background-color: #6998CE;
}

#banner-ad2 {
	background-color: #F3F5F6;
	margin-left: 5px;
	margin-right: 5px;
	padding: 8px;
	border: 1px solid #B5B5B5;
	width: 728px;
}

.small-padding {
	padding-left: 10px;
	padding-top: 10px;
}

.box-right{
	background-color: #F3F5F6;
	margin: 10px;
	padding: 8px;
	border: 1px solid #B5B5B5;
	width: 336px;
}

.box-left {
	width: 575px;
	margin: 10px 15px 15px 10px;
}

.leaderboard {
	text-align: center;
	padding-top: 10px;
}

.box-header {
	color: #B5B5B5;
	font-size: 16px;
}

.line {
	text-align: center;
	width: 90%;
	border-bottom: 1px solid #B5B5B5;
	margin-bottom:5px;
}

.search_contain {
	text-align: center;
	padding: 5px;
}

#footer {
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 15px;
}

/*View Game Page*/
.title-nav {
	font-size: 20px;
	color: #004E82;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.title-nav  a{
	text-decoration: none;
}

.title-nav  a:hover {
	text-decoration: underline;
}

.game-container {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gi_column1 {
	float: left;
	width: 100px;
	padding: 18px 0px 10px 10px;
	text-align: center;
	font-family: Arial;

}
.gi_column2 {
	float: left;
	width: 420px;
	padding-left: 8px;
	padding: 10px 0px 20px 0px;
}

.game_info_content {
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}

.game_info_content a {
	color: #666;
}

.game_info_content a:hover {
	color: #666;
	text-decoration: underline;
}

.game_options_column1 {
	float: left;
	padding-top: 3px;
	margin-right: 4px;
}
.game_options_column2 {
	float: left;
	padding-top: 2px;
	margin-right: 5px;
	width:105px;
}

.button2 a {
	width: 123px;
	height: 23px;
	background: #88B2E2;
	padding-top: 2px;
	padding-right: 4px;
	margin: 0px 5px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}
.button2 a:hover {
	display: block;
	background-color: #C1D6F0;
}
.button3 a {
	width: 123px;
	height: 23px;
	background: #dadada;
	padding-top: 2px;
	padding-right: 4px;
	text-align: center;
	margin: 0px 5px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.button3 a:hover {
	display: block;
	background-color: #dedede;
}

.comment_avatar {
	margin: 12px;
}

.comments_container {
	padding: 10px;
}
.add_comment_box {
	border: 1px solid #ccc;
	width: 540px;
}
.new_comment_container {
	text-align: left;
	font-family: Arial;
}
.comment_button_container {
	padding-top:5px;
	text-align:right;
	margin-bottom: 10px;
}
.comment_avatar {
	float: left;
	margin: 4px 10px 0px 5px;
}
.comment_content {
	float: left;
	width: 365px;
}
.comment_username {
	color: #2f2f2f;
	padding-top: 6px;
}
.comment_username a {
	color: #004E82;
	text-decoration: none;
}
.comment_username a:hover {
	color: #004E82;
	text-decoration: underline;
}
.thecomment {
	color: #2f2f2f;
	border-top:1px solid #dcd6d4;
}

.login_form {
	font-size: 15px;
}

.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}

.category_pages {
	margin: auto;
	background: #e7e2e4;
	border: 1px solid #bab6b8;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
	font-size: 13px;
}

/* PROFILE */
.profile_container {
	overflow: hidden;
}
.profile_header_avatar {
	width:100px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	height: 80px;
	float: left;
	padding-top: 20px;
	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;
}
.profile_points {
	float: left;
	background-color: #88B2E2;
	margin-left: 10px;
	font-family: Arial;
	color: #fff;
	margin-top: 8px;
	padding: 0px 12px 0px 12px;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 16px;
	font-family: Arial;
}
.profile_button a {
	background: #88B2E2;
	width: 150px;
	height: 23px;
	padding-top: 2px;
	padding-right: 4px;
	margin: 10px 15px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.profile_button a:hover {
	display: block;
	background-color: #C1D6F0;
}
.profile_column1 {
	margin-right: 12px;
	width: 70%;
	float: left;
}
.profile_column2 {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	width: 28%;
	float: right;
	font-family:Geneva, Verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}
.user_info {
	padding: 10px;
	overflow: hidden;
}
.user_info a {
	color: #000;
}
.right_title {
	color: #8a8a8a;
}
.profile_content_item {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 15px;
	font-family: Arial;
}
.fav_container {
	padding: 20px;
}
.profile_comment {
	border:1px solid #dcd6d4;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
}
.profile_left_header {
	background: #eeeeee;
	height: 28px;
	padding-top: 12px;
	padding-left: 15px;
	color: #99080a;
	font-family: Arial;
	font-size: 14px;
}
/* EDIT PROFILE */

.arcadeBanner {
	float: left;
	margin: 8px;
}



/* AV Arcade popup */
#ava-popup {
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 3px solid #363636;
    border-radius: 5px;
    -moz-border-radius: 5px;
    display: none;
    
    z-index: 3;
}

#overlay{
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
    -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
}
* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}
#ava-popup-header {
	background: #88B2E2;
	height: 27px;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding-top: 9px;
	padding-left: 8px;
}
#ava-popup-content {
	padding: 10px;
}
#ava-popup-title {
	float: left;
}
#popup-close-button {
	float: right;
	margin-right: 8px;
}
.comment_report_textbox {
	border: 1px solid #7b7b7b;
	width: 577px;
}
/* Game page highscores */
.game_right_container {
	float: left;
	width: 49%;
}
.profile_right_container {
	float: right;
	width: 28%;
}
.game_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
}
.game_highscore_container {
	height: 35px;
}
.game_highscore_container a {
	color: #323232;
}
.game_highscore_avatar {
	float: left;
}
.game_highscore_name {
	float: left;
	padding: 7px 10px 1px 6px;
	width: 33%;
}
.game_highscore_score {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	width: 28%;
}
.game_highscore_date {
	float: left;
	padding-top: 7px;
	color: #545454;
	width: 17%;
}
.game_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.game_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.game_highscore_pages a {
	color: #505050;
}
#game_highscore_header {
	height: 35px;
}
#game_highscore_header .game_highscore_score, #game_highscore_header .game_highscore_date {
	font-weight: normal;
	color: #000;
}
#game_highscore_header .game_highscore_name {
	padding-left: 0px;
	width: 41%;
}
.highscore_title {
	font-family: Arial;
	text-align: center;
	padding-top: 3px;
}
/* Profile page highscores */
.user_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.user_highscore_container {
	height: 35px;
}
.user_highscore_container a {
	color: #323232;
}
.user_highscore_avatar {
	float: left;
}
.user_highscore_name {
	float: left;
	padding: 7px 0px 1px 6px;
	width: 45%;
}
.user_highscore_score {
	float: right;
	padding-top: 7px;
	font-weight: bold;
	width: 15%;
	margin-right: 10px;
}
.user_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.user_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.user_highscore_pages a {
	color: #505050;
}
#user_highscore_header {
	height: 35px;
}
#user_highscore_header .user_highscore_score {
	font-weight: normal;
	color: #000;
}
#user_highscore_header .user_highscore_name {
	padding-left: 0px;
	width: 41%;
}
/* Module highscores */
.module_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.module_highscore_container {
	height: 35px;
}
.module_highscore_container a {
	color: #323232;
}
.module_highscore_avatar {
	float: left;
}
.module_highscore_name {
	float: left;
	padding: 7px 0px 1px 6px;
	width: 45%;
}
.module_highscore_score {
	float: right;
	padding-top: 7px;
	font-weight: bold;
	width: 15%;
	margin-right: 10px;
}
.user_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.module_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.module_highscore_pages a {
	color: #505050;
}
#module_highscore_header {
	height: 35px;
}
#module_highscore_header .module_highscore_score {
	font-weight: normal;
	color: #000;
}
#module_highscore_header .module_highscore_name {
	padding-left: 0px;
	width: 41%;
}

