body {
	background: #999;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 14px; 
	padding: 0px;
	margin-top: 10px;
}
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:url(images/ostrov_bg.jpg) repeat-y ;
	margin: auto;
}
.main_container a {
	color: #235f92;
}
.header {background: url(images/ostrov_header_4.jpg) no-repeat bottom;
        width:992px;
	height:135px;
	text-align:left;
        margin: auto;
}
.header_container {
	width: 990px;
	margin: auto;
	padding-top: 10px;
}
.logo { margin: 50px 0 0 310px ;
	float: left;
	height: 77px;
	overflow: hidden;
}
.user_area {
	float: right;
	height: 68px;
	width: 247px;
	padding: 0px 0px 6px 0px;
	
	margin-top: 6px;
        margin-right:2px;
	
}
.ua_avatar {
	float: left;
        margin-left:5px;
        margin-top:1px;
}
.ua_info {
        width:180px;
	float: left;
	margin-left: 5px;
	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: 14px;
	float: left;
}
.ua_username a {
	text-decoration: none;
}
.ua_unregistered {
	font-size: 14px;
}
.ua_points {
	float: left;
	background-color:#fff;
	margin-left: 5px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	margin-top: 0px;
	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/ostrov_bg.jpg);
	overflow: auto;
	width: 990px;
	margin: auto;
}
.menu_top {display: none;
	width: 990px;
	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 ;
	overflow: auto;
	margin: 0px 0px 0px 2px;
	width: 986px;
}
.menu_bottom {display: none;
	width: 976px;
	height: 5px;
	background: url(images/menu_bottom.png);
	margin: auto;
	overflow:hidden;
}
.categories_menu {
	text-align:left;
	font-family: Arial;
	color: red;
	font-size:13px;
        font-weight:bold;
	padding-left:13px;
	padding-top:9px;
	padding-bottom: 9px;
	float:left;
        margin: 0 3px;
	width: 960px;
}
.categories_menu a:link, .categories_menu a:visited {
	color:#FFFF00;
	text-decoration:none;
}
.categories_menu a:hover {
	color:#FFF;
	text-decoration:underline;
}
.search {
	text-align:right;
	padding-top:4px;
	padding-right:18px;
	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 {display:none;
	margin-bottom: 0px;
	text-align: center;
}
.ad_banner {display:none;
	text-align: center;
	padding-top: 15px;
}
.content {
     
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	padding: 0px 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: 5px;
	color: #0e326f;
}
.module_header {
	background-image: url(images/module_top.jpg);
	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: #F06C00 3px solid;
	border-right: #F06C00 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;
	padding: 5px 0px 5px 0px;
}
.module_bottom {
	width: 228px;
	height: 5px;
	margin: auto;
	margin-bottom: 15px;
	overflow:hidden;
	background-image: url(images/module_bottom.jpg);
}
.content_left {
        margin-top: -25px;
	float: left;
	width:733px;
}
.content_right { margin-top:-25px;
	float: right;
	width: 255px;
}
.misc_container {
	padding-left: 5px;
}
.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: 244px;
	float: left;
	margin-top: 10px;
}
.home_cat_row {
	overflow: auto;
}
.home_categories {
	width: 740px;
	margin-top: 5px;
}
.home_cat_heading a {
	font-family: Arial;
	color: #000;
	font-size: 18px;
        font-weight:bold;
	text-decoration: none;
     
}
.home_cat_heading a:hover {
	text-decoration: underline;
}
.home_cat_heading {background: url(images/ostrov_top.png);
        height:49px;
	text-align: center;
	padding-left: 5px;
	padding-top: 35px;
	margin-left: 10px;
	border-bottom: 0px solid #d2d2d2;
}
.home_cat {background:#CFE9F7;
	padding-left: 2px;
	padding-bottom: 10px;
	margin-left: 10px;
	width: 232px;
	
	border-bottom: 1px solid #d2d2d2;
}
.homepage_game {
	float: left;
	width: 229px;
        height:76px;
	
        border-bottom:2px solid #CFE9F7;
        background:#B1DAF0;
}

.gobr {float: left;
	background: #fff;
	padding: 1px;
        border: 1px solid #999;
        margin-top:3px;
	width: 70px;
	height: 50px;
}

.home_game_image {
	float: left;

	padding-top:2px;
	width: 74px;
	height: 72px;
	text-align: center;
}
.home_game_info {
	float: left;
	padding-left: 3px;
	width: 150px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	padding-top: 2px;
       
        
}
.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: 11px;
        font-weight:bold;
	color: #CC3300;
}


.home_footer {
        height:24px; background: url(images/ostrov_sp.png); margin-left:10px; text-align:center; font-size:12px;

}


.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;
}

.ostrov_rekl {float:right; padding:17px;  height: 200px; width:200px; background: url(images/ostrov_rekl.jpg); }

.featured_games_heading {
	text-align: left;
	padding-left: 18px;
	padding-top: 7px;
	margin-left: 10px;
	background: url(images/ostrov_fea_top.jpg);
	height: 19px;
width: 464px;
	color: #03568f;
	font-family: Arial;
	font-size: 12px;
}
.featured_games {
	background: url(images/featured-back.jpg) #fdf6f2;
	margin-left: 10px;
	padding-left: 15px;
	width: 467px;
        height:198px;
        
}
.featured_games_bottom {
	background: url(images/featured_bottom.jpg);
	height: 9px;
	margin-left: 10px;
        width:482px;
}
.featured_game {
	float: left;
	width: 150px;
	margin-top: 0px;
	height: 97px;
        margin-bottom: 2px;
      
}
.featured_game_image {
        border: 1px solid #999;
	padding: 1px;
	width: 120px;
	height: 80px;
	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: 12px;
	color: #5d3e05;
	text-decoration: none;
}
/*View game----------------------------------------------------------------------------------------------------*/



.rekl_game3 {width:160px; height: 600px; float:right; margin: 0px 0px 0 7px;}

.game_header {
	background:url(images/profile_header1.jpg);
	height:85px;
	width:955px;
	margin-top:0px;
	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:5px;
	margin-top:5px;
	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;
	
	width: 970px;
	padding-top: 15px;
}
.game_description_head {
	font-family: Arial;
	font-size: 16px;
	text-align: left;
	margin-top:20px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #dce2ff;
	padding: 11px;
	color: #395f91;
	border-bottom: 1px solid #395f91;
}
.game_description {
	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.jpg);
	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 --------------------------------------------------------------------------------------------------*/


.rekl_cat {background:#fff; width: 728px; height: 90px; margin: 0 0 0 8px; padding-bottom:0px; border-bottom:1px solid #999;}




.cat_container {
	margin-left: 8px;
	padding-left: 10px;
	background: #CFE9F7;
	width: 718px;
	margin-bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
      
}
.cat_top {
	background-color: blue;
}
.cat_name {
	margin-left: 0px;
	color: #03568F;
}
.cat_header {
        background:url(images/ostrov_vat_top.png);
	font-family: Arial;
	padding-top: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
	font-size: 30px;
	border-bottom: 1px solid #999;
	width: 728px;
	height: 65px;
        text-align:center;
}

.cat_header h1{color:#FF9900; font-family: Arial; font-size: 30px; text-align:center;margin-top:5px;}


.sort_options {
margin-top:-15px;
	font-family: Arial;
	font-size: 14px;
}
.sort_options a {
	color: #19345b;
	text-decoration: none;

}
.sort_options a:hover {
	text-decoration: underline;
}
.category_pages {
        width:700px;

	margin-top: 0px;
	text-align: center;
	padding: 5px;
	font-family: Arial;
	
	border: 1px solid #eceaf3;
}
.category_pages a {
	color: red;
	padding: 3px;
	text-decoration: none;
}

.category_game {
	float: left;
	width: 355px;
        height: 110px;
	margin-top: 10px;
        border-bottom: 1px solid #999;

}

.grating {width:75px; background:#fff;  border: 1px solid #999; padding: 1px;
           width: 80px;
	height: 70px;


       
}
.category_game_image {
	float: left;
	width: 80px;
	height: 90px;
	
        margin-top: 7px;
	
	text-align: center;
        
}
.category_game_info {
	float: left;
	padding-left: 15px;
	width: 250px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-top: 5px;
}
.category_game_info a {
	color: #CC3300;

}
.category_game_info a:hover {
	color: #274d92;
	text-decoration: underline;
}
.category_game_head a {
	font-family: Arial;
	font-size: 14px;
        font-weight:bold;
	color: #CC3300;
	text-decoration: underline;
}
/* 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;
}

/* News comments */
#news_comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
	font-family: Arial;
}

#news_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:600px;
	border:1px solid #C4C4C4;
}

.news_comments_title {
	height: 30px;
	background-image: url("images/news_header.png");
	padding-top: 10px;
	padding-left: 10px;
}

.news_comments_container {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 15px;
	margin-left: 10px;
	overflow: auto;
}
.news_comments_header {
	width: 932px;
	height: 34px;
	background-image: url(images/comment_header.jpg);
	margin-top: 30px;
	padding: 13px 0px 0px 15px;
	color: #fff;
	font-family: Arial;
	font-size: 16px;
}
.news_add_comment_box {
	border: 1px solid #ccc;
	width: 450px;
	margin-top: 10px;
}
.news_new_comment_container {
	text-align: left;
	font-family: Arial;
}
.news_comment_button_container {
	padding-top:5px;
	text-align:right;
	margin-bottom: 10px;
	width: 450px;
}
.news_comment_avatar {
	float: left;
	margin: 4px 10px 0px 5px;
}
.news_comment_content {
	float: left;
	width: 530px;
}
.news_comment_username {
	font-size:14px;
	padding-bottom:2px;
	padding-left:2px;
	color: #18355d;
	text-align:left;
	border-bottom: 1px solid #285798;
}
.news_comment_username a {
	color: #3157af;
	font-weight: bold;
	text-decoration: none;
}
.news_thecomment {
	padding:4px;
	color:#000;
}
.news_lighturl a {
	color: #9fb1c8;
}
/* SUBMIT GAME */

.tb-submit {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.ta-submit {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* MODULE NOTICE */

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

/* GAME DESC LINKS FOR TAGS */
.game_info_content a {
	color: #4d4d4d;
}

/* ADS */

.ad_info {
	font-family: Arial;
	padding-bottom: 10px;
}
.ad_info a {
	color: #043256;
}

/* TAG CLOUD */

.tag_cloud {
	text-align: center;
	padding: 6px;
}

/* Social buttons */
.social_text {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 6px;
}
.refer_textbox {
	height: 15px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 4px;
}
.social_container {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Facebook login */
.facebook_message {
	margin: 10px 0px 30px 0px;
}

/* Reports */
#reportform {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.reportform {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.game_report_text {
	font-family: Arial;
}
.comment_report_text {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
}
.game_title a {
	font-size: 12px;
}
/* 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: url(images/menu_background.png);
	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 */
.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: 19%;
}
.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%;
}
.game_info_left {
	float: left;
	overflow: inherit;
	margin-top: 30px;
	width: 49%;
}
.game_highscores {
	float: right;
	overflow: inherit;
	margin-top: 30px;
	margin-right: 15px;
	width: 48%;
}
.game_highscores_header {
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 18px;
	text-align: left;
	}
.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: #003051;
}
.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 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%;
}
.user_highscores_container {
}
