body {
	margin: 0px;
	padding: 0px;
	font-family:arial;
	font-size:12px;
    background-image:url("images/bg.jpg");
    background-color:#cbeafa;
    background-position:70% 0%;
    background-repeat:repeat-x;

}
img {
	border: 0px;
}
/* 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;}
    #rateMe li a:hover,
    #rateMe .on{
    background-image:url("images/star.png");
    background-repeat:no-repeat;
      }
    #rateMe a{float:left;
    background-image:url("images/empty_star.png");
    background-repeat: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 {
	line-height: 150%;
	margin-bottom:8px;
	border:1px solid #e2e2e2;
	padding: 4px;
	width:435px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
#error_message {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
    font-weight: bold;
}
#pm_task_complete {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#member_list {
	width: 100%;
}
#member_list td {
   border: 2px solid #ecf5f9;
   height: 40px;
   background-color: #ffffff;
   -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
}

#member_list td a {
	color: #373737;
    font-weight: bold;
}
#member_list img {
	margin-top: 5px;
}

#login_to_comment {
	text-align: center;
	padding: 15px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #7d7d7d;
}
/* END OF REQUIRED CSS STYLES */

.header_container {
	border-top:none;
	border-bottom:none;
	width:978px;
	margin:0px auto;
    background-image:url("images/bg_header.png");
    background-position:20% 0%;
    background-repeat:no-repeat;
}

.header_top {
	height:20px;
    clear:both;
	background-color:#0abaf3;
	margin-right:8px;
	font-family:arial;
	color:#ffffff;
	font-size:12px;
    font-weight: bold;
	padding:6px 20px 1px 20px;
    float: right;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #09A8DC 0%, #0ABAF3 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #09A8DC 0%, #0ABAF3 100%);

/* Opera */
background-image: -o-linear-gradient(top, #09A8DC 0%, #0ABAF3 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #09A8DC), color-stop(1, #0ABAF3));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #09A8DC 0%, #0ABAF3 100%);

/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #09A8DC 0%, #0ABAF3 100%);

/* The following filter wlil only be read by IE: */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ABAF3', endColorstr='#09A8DC');

    -moz-border-radius-topleft:0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}

.header_top a { color:#ffffff; padding:5px; text-decoration:none; height:35px;}
.header_top a:hover { color:#000; text-decoration:underline;}

.clear { clear:both; height:0px; line-height:0px; font-size:0px; }

.logo {
  float: left;
  position: absolute;
  top: 6px;
}
.logo img{
    width:141px;
    height:230px;
}
.user_area {
	float:right;
	margin:10px 9px -6px 0px;
    padding:12px;
    background-image: url("images/transparent_bg.png");
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border: 4px solid #fd962e;
}
.ua_avatar {
	float: left;
	margin: 3px 9px 0px 0px;
	background-color:#f7f7f7;
	border:1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding:3px 3px 0px 3px;
	width:60px;
}
.ua_info a.ua_username{
	font-size: 16px;
	font-weight: bold;
	float:left;
	margin-top:4px;
	margin-bottom:20px;
}

.ua_unregistered {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
    color: #fd962e;
}
.ua_points {
	float: left;
	background-color: #0abaf3;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 0px 7px 0px 7px;
	border: 2px solid #ffffff;
	margin: 5px 0px 0px 5px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
}
.ua_info {
	float: left;
}
.ua_info a {
	color: #136ed0;
	text-decoration: none;
    font-size: 13px;


}
.ua_info a:hover {
	color: #000000;
}
.ua_info em{
	color:  #FF0033;
    font-weight: bold;
    font-size: 12px;
}

.friendsrequest,
.loginicon,
.logouticon,
.messageicon,
.profileicon{
  padding:5px 7px 5px 23px;
  margin-right: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfecf4;
}
.adminlink{
  padding:5px 7px 5px 23px;
  border: 1px solid #cfecf4;
  margin-right: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
  float: right;
  margin-top: -6px;
  background-image:url("images/adminicon.png");
  background-color:#ffffff;
  background-position:4px 5px;
  background-repeat:no-repeat;
}
.friendsrequest{
    background-image:url("images/friendsrequest.png");
    background-color:#ffffff;
    background-position:4px 3px;
    background-repeat:no-repeat;
}
.loginicon{
    background-image:url("images/loginicon.png");
    background-color:#ffffff;
    background-position:4px 5px;
    background-repeat:no-repeat;
}

.logouticon{
    background-image:url("images/logout.png");
    background-color:#ffffff;
    background-position:5px 5px;
    background-repeat:no-repeat;
}
.profileicon{
    background-image:url("images/online.png");
    background-color:#ffffff;
    background-position:4px 5px;
    background-repeat:no-repeat;
}
.messageicon{
    background-image:url("images/messageicon.png");
    background-color:#ffffff;
    background-position:5px 7px;
    background-repeat:no-repeat;
}
.main_menu_container {
	width:950px;
    overflow: auto;
	margin:0px auto;
    margin-bottom: 10px;
	padding:10px 0px 10px 20px;
	font-family:arial;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
    text-transform:uppercase;
    color:#FFFFFF;
    background-color: #fe9930; /* Old browsers */
    background: -moz-linear-gradient(top,  #fe9930 2%, #f26209 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fe9930), color-stop(100%,#f26209)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fe9930 2%,#f26209 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fe9930 2%,#f26209 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fe9930 2%,#f26209 100%); /* IE10+ */
    background: linear-gradient(top,  #fe9930 2%,#f26209 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9930', endColorstr='#f26209',GradientType=0 ); /* IE6-9 */
    border: 4px solid #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.main_menu_container a {
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 8px 0px 8px;
    border-right: 1px solid #ffffff;
    float: left;
}
.main_menu_container a:hover {
	color: #000000;
	text-decoration:underline;
}
.main_menu {
	margin: auto;
	padding-top: 3px;
	padding-bottom: 6px;
}
.content_container1 {
	width: 980px;
    height: 200px;
	margin: auto;
}
.content_container {
	width: 980px;
	margin: auto;
}
.pages_menu {
	border: 1px solid #ddd;
	background-color: #fff;
	margin-top: 8px;
	margin-right: 3px;
	font-family: Arial;
	font-size: 14px;
	padding: 4px;
	padding-left: 10px;
	color: #e4ecec;
	float: left;
	width: 725px;
}
.pages_menu a {
	color: #535051;
	text-decoration: none;
}
.pages_menu a:hover {
	color: #000;
}
.search_contain {
	float: left;
	height:48px;
}
.search_button_contain {
	float: left;
	margin-top: 0px;
}

.search_area {
	float:right;
    margin:25px 2px 0px 45px;
}

.search_box {
	margin-top: 5px;
	margin-right: 3px;
	font-size: 13px;
	padding: 6px 0px 6px 4px;
	width:230px;
    margin-left:5px;
	background-color:#FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #cfecf4;
	height:18px;
	color:#555;
}

input.searchbutton {  }

.title {
	font-family: Arial;
	height: 50px;
	font-size: 30px;
	color: #6e0900;
	padding-top: 15px;
}
.title_small {
	font-family: Arial;
	height: 35px;
	font-size: 20px;
	color: #6e0900;
	padding-top: 15px;
}

.leaderboard{
  clear:both;
    background-color:#ffffff;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
  width:728px;
  padding: 5px;
  height:90px;
  text-align:center;
  margin-bottom: 10px ;
  }

.ad_small_square {
	text-align: center;
	padding:9px 5px 8px 5px;
    margin-top: 10px;

    background-color:#ffffff;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    width: 96%;
}
.main_left {
	width:737px;
	float: left;
}
.main_right {
	width: 227px;
	float: right;
}

.main_right_title {
    float:left;
    font-size:14px;
    font-family:arial;
    background-image:url("images/main_right_title.png");
    background-repeat:no-repeat;
    clear:both;
    width: 227px;
    height:53px;
    font-size: 21px;
    font-weight:bold;
    color:#88ca49;
    padding: 7px 0 0 10px;
}
.main_right_inner {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
    background-color:#0abaf3;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
	color:#FFFFFF;
    padding:8px 7px 2px 7px;
    clear:both;
    margin-bottom: 10px;
}

.misc_container {
    background-color: #ecf5f9;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #0abaf3 2px solid;
	margin-bottom: 10px;
	padding: 8px;
	font-family: Arial;
	width:97%;
}
.misc_container a {
	color: #2d8dd7;
    font-weight: bold;
    text-decoration: none;
}
.misc_container a:hover {
	color: #000;
}
.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.footer {
	padding: 20px 0px 30px 0px;
	text-align: center;
	font-family: Arial;
	color: #2b8baf;
	font-size: 12px;
}
.footer a {
	color: #404040;
}
.footer_general {
	width:100%;
    background-image:url("images/footer_bg.jpg");
    background-repeat:repeat-x;
	margin:0px auto;
    margin-top: 10px;
	border-top:1px solid #FFFFFF;
	font-family:arial;
	color:#666;
}

.footer_top {
  height:85px;
  width: 973px;
  margin: 0 auto;
}

.footer_logo {
	margin:15px 0px 0px 0px;
	width:200px;
	float:left;
}

.footer_search {
	float:right;
	margin:20px 9px 0px 40px;
}

.footer_mid {
    background-image: url("images/transparent_bg.png");
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	text-align:left;
    width: 963px;
    margin: 0 auto;
    padding:0 0 0 0;
    border: 5px solid #FFFFFF;
}

.footer_mid img { display:none; }
.footer_mid ul { margin:0; padding:0; }
.footer_mid li { list-style-type:none;
    background-image:url("images/arrow-right2.png");
    background-position:left;
    background-repeat:no-repeat;
    }

.footer_parts {
	width:220px;
    min-height:300px;
	border-right:1px solid #e5e5e5;
	margin:0px 0px 10px 0px;
    padding: 0px 9px 9px 9px;
	float:left;
	color:#666;
}
.footer_parts ul li{
    border-bottom: 1px solid #FFFFFF;
    padding:3px 3px 3px 20px;
    margin: 3px;
}

.footer_parts a {
    text-decoration: none;
    color: #848484;
}
.footer_parts a:hover {
    text-decoration: none;
    color: #439CF0;
}

.footer_parts p{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #439CF0;
    padding: 0px 0px 5px 0px;
    border-bottom: 3px solid #cae9fb;
}

.more_links {
	text-align: right;
	padding-top:5px;
}
/* HOMEPAGE */
.featured_games {
	padding: 5px 0px 0px 0px;
    margin-bottom: 10px;
    font-size:16px;
    overflow:hidden ;
    width: 100%;
    height:289px;
	background-color:#fd962e;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
	color:#FFFFFF;
    float: right;
}

.featured_games_title {
    font-size:18px;
    font-weight: bold;
	color:#f98421;
    height:46px;
    padding: 8px 0 0 11px;
    background-image:url("images/featured_games_title.png");
    background-repeat:no-repeat;
}
.home_game_image_featured {
	padding: 5px 5px 0px 5px;
    margin:0px 0px 10px 11px;
	text-align: left;
    float:left;
	width:124px;
	height:130px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
    background-color:#ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color:#808080;
}

.home_cat_col {
	width:363px;
	float:left;
    margin:0 12px 10px 0;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    background-image:url("images/home_cat_title_bg.png");
    background-color:#0abaf3;
    background-position:top left;
    background-repeat:no-repeat;
}

.home_category {
	margin-bottom: 0px;
	overflow:hidden;
	padding-bottom:9px;
}

.home_cat_name {
	font-size: 16px;
    text-shadow: 1px 1px #7b7b7b;
    font-family: Arial;
	width:314px;
    padding:6px 0px 0px 20px;
    margin:0px 0px 0px 7px;
}
.home_cat_name a {
	color: #ffffff;
	text-decoration: none;
    font-weight: bold;
    padding-left: 14px;
    font-size: 18px;
}
.home_cat_link {
	float: right;
	font-size: 14px;
    padding:2px 8px 3px 17px;
    margin:6px 9px 0 0;
    background-image:url("images/arrow-right.png");
    background-position:6px 7px;
    background-repeat:no-repeat;
}
.home_cat_link a{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.home_cat_link a:hover{
    color: #000000;
}

.homepage_game {
	float: left;
	width: 338px;
    height: 90px;
	margin:7px 0px 0px 8px;
	font-family:arial;
    padding: 3px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color:#ffffff;
}
.home_game_image {
	float: left;
	padding-top: 5px;
	width: 107px;
	height: 70px;
	text-align: center;
}
.newest_games {
	width: 724px;
    background-image:url("images/newest_title_bg.png");
    background-color:#b1cf57;
    background-position:top right;
    background-repeat:no-repeat;
	float:left;
	margin:0px 0px 10px 0px;
    padding:0px 7px 9px 7px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	color:#FFFFFF;
	font-size:16px;
    font-weight:bold;
}
.newest_games_title {
    padding: 10px 0 0 27px;
    font-size:18px;
    font-weight: bold;
	color:#FFFFFF;
    text-shadow: 1px 1px #7b7b7b;
    margin: 0 0 6px 0;
}

.newest_games_inner {
    height:229px;
    margin: 0 auto;
    width: 97%;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
    background-color:#ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color:#FFFFFF;
    padding:8px;

}

.newest_games ul { margin:3px 0px 0px 4px; padding:0;}
.newest_games li { width: 116px; list-style-type:none; float:left;}
.newest_games a { color:#fff; font-size:16px; font-weight:bold; text-decoration:none; }
.newest_games img {
  background-color:#f4f4f4;
  padding:5px;
  border:0px solid #cccccc;
  margin-bottom:5px;

  }
.newest_games img:hover { background-color:#C3D9FF; padding:5px; border:0px solid #cccccc; margin-bottom:5px;}



.home_game_image_featured a { color:#1d5287; text-decoration:none;}
.home_game_image_featured a:hover { color:#000; text-decoration:underline;}
.home_game_image_featured {}

.home_game_image_featured img { background-color:#f7f7f7; border:1px solid #d7d7d7; padding:4px; -moz-border-radius:4px; }
.home_game_image_featured img:hover { border:1px solid #999;}
.featured_ratings { font-size:10px; font-weight:normal; }
.featured_ratings img { background:none; border:none; padding:0; }
.featured_ratings img:hover { background:none; border:none; padding:0; }
.home_game_info {
	float: left;
	padding-left:5px 0px 0px 5px;
    padding-top: 5px;
	width: 215px;
	text-align: left;
	font-family:arial;
	font-size: 12px;
    color: #7b7b7b;
}
.home_game_info a {
	color: #cdcdcd;
}
.home_game_head a {
	font-family:arial;
	font-weight:bold;
	font-size: 14px;
	color: #FD952D;
	text-decoration:none;
}
.home_game_head a:hover {
	color: #000;
}

.home_game_head img{
  float: right;
}


.module {
	font-family:arial;
	font-size: 13px;
    background-color:#fff;
}
.module a {
	color: #6c6c6c;
    font-weight:bold;
    text-decoration: none;
}
.module a:hover {
	color: #0abaf3;
}
.module ul {
	list-style:none;
	padding:0px;
	margin: 0 9px 0px 9px;
    background-color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.module li {
	padding:4px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
    margin: 0 10px 0px 10px;
}
ul.top_players {
    background: none;
    margin-bottom: -18px;
}
.top_players li {
  	font-family:arial;
    background-color:#fff;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:0px 0px 5px 0px;
}
.top_players li p{
    color:#9e9e9e;
    font-size: 11px;
    margin:-20px 0 0 70px;
}

.top_players .trophylink {
    color: #2d8dd7;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #439cf0;
    text-align: left;
    width: 90px;
    background-color:#ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:3px 6px 3px 6px;
    position: absolute;
}

.top_players a:hover {
	color: #FF6347;
}

.top_players .trophy {
    float: right;
    margin:10px 6px 0px 55px;
}

.top_players .trophy2{
    float: right;
	width: 25px;
    padding: 2px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background-color: #fb9902;
    color: #ffffff;
    margin:13px 6px 0px 56px;
}
.module_header {
	margin: 0px;
    background-image:url("images/main_right_title.png");
    background-repeat:no-repeat;
	height: 51px;
	font-family: Arial;
	font-size: 18px;
    font-weight:bold;
	color:#88ca49;
	padding-top: 9px;
	padding-left: 8px;
}
.module_header_players {
    background-image:url("images/module_header_players.png");
    background-repeat:no-repeat;
	margin: 0px;
	height: 51px;
	font-family: Arial;
	font-size: 18px;
    font-weight:bold;
	color:#88ca49;
	padding: 9px 0 0 10px;
}
.module_header_tags,
.module_header_popular,
.module_header_favourites {
	margin: 0px;
	height: 51px;
	font-family: Arial;
	font-size: 18px;
    font-weight:bold;
	color:#88ca49;
	padding: 26px 0 0 10px;
}
.module_header_favourites {
    background-image:url("images/module_header_favourites.png");
    background-repeat:no-repeat;
	color:#bd5e16;
}

.module_header_popular {
    background-image:url("images/module_header_popular.png");
    background-repeat:no-repeat;
	color:#434444;
}

a.module_popular_link {
	color:#FD952D;
}

.module_header_tags {
    background-image:url("images/module_header_tags.png");
    background-repeat:no-repeat;
	color:#88ca49;
}

.favouritesinner{
    background-color:#fd962e;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 10px;
    padding: 0 0px 5px 0px;
}

.favourites .more_links{
  padding-bottom: 0px;
  padding-top: 3px;
  margin-right: 11px;
}

.favourites .more_links a{
  color: #FFFFFF;
  text-decoration: none;
}

.favourites .more_links a:hover{
  color: #000000;
  text-decoration: none;
}

.memberarea a { color:#136ed0; font-weight:bold; font-size:12px; }
.memberarea a { color:#136ed0; }


/* VIEW GAME */
.related { margin-top:5px; }
.related ul { margin:0; padding:0; }
.related li { list-style-type:none; padding-top:5px;}
.related img { width:50px; height:38px; background-color:#f7f7f7; border:1px solid #ddd; padding:1px; margin:0px 5px 5px 0px;}
.related li a { color:#136ed0; text-decoration:none; }
.related li a:hover { color:#333; text-decoration:underline; }

.gamepage_right {
	width:210px;
    height: 100%;
	background-color:#FFFFFF;
	float:left;
	padding:5px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}

.gamepage_right_related {
	float:left;
	font-family:arial;
	margin-top:10px;
    width:210px;
}
.gamepage_right_related p{
    background-image:url("images/related_games_title.png");
    background-repeat:no-repeat;
    width:223px;
    height:46px;
    font-size: 17px;
    color:#f56e11;
    padding: 8px 0 0 10px;
    margin: 0px 0px -10px 0px;
  }
.gamepage_right_related li{
	float:left;
	padding:5px;
	font-family:arial;
	margin-bottom:5px;
    width:100%;
	background-color:#ffffff;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}

.game_container {
	background-color: #0abaf3;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 8px 8px 8px;
    border-radius: 0px 8px 8px 8px;
	margin-bottom: 15px;
    margin-right: 2px;
	text-align: center;
	padding-top: 10px;
	width:752px;
    min-height: 560px;
	float:right;
    border: 3px solid #ffffff;
}
.game_info_container {
	margin:0px 0px 15px 3px;
    background-color: #ecf5f9;
    color:#000000;
    width:99%;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #0abaf3 2px solid;
}
.game_info_content {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
}
.game_info_header1 {
	margin-bottom: 5px;
    margin-top: -20px;
    background-image:url("images/sitewide_title.png");
    background-repeat:no-repeat;
    height: 32px;
	font-family: Arial;
	font-size: 16px;
    font-weight: bold;
	color: #FFFFFF;
	padding: 28px 0 0 10px;
}
.game_info_header {
	margin-bottom: -10px;
    background-image:url("images/game_info_header.png");
    background-repeat:no-repeat;
    height: 54px;
	font-family: Arial;
	font-size: 16px;
    font-weight: bold;
	color: #333333;
	padding: 8px 0 0 10px;
}
.gi_column1 {
	float: left;
	width: 100px;
	padding: 18px 0px 10px 0px;
    margin:8px 8px 8px 8px;
	text-align: center;
	font-family: Arial;
    background-color: #FFFFFF;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #439CF0;
    font-weight: bold;

}
.gi_column3{
	float: left;
	width: 290px;
	margin:8px 0px 8px 0px;
	padding: 10px 0px 20px 8px;
    background-color: #FFFFFF;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #909090;
}
.gi_column2 {
	float: left;
	width: 530px;
	margin:8px 8px 8px 0px;
	padding: 10px 0px 20px 8px;
    background-color: #FFFFFF;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #909090;
}
.gi_column2 .embed_textbox{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c7e2ea;
    padding: 4px;
    width: 490px;
    height: 100px;
}
.gi_column2 strong{
  font-size: 15px;
    color: #fd962e;
}
.game_options {
	margin-bottom: 30px;
	padding: 8px;
	font-family: Arial;
    background-image:url("images/header_2.png");
    background-color:#eeeeee;
	color: #fff;
	width:962px;
}
.game_options_column1 {
	float: left;
	padding-top: 3px;
    padding-left: 9px;
	margin-right: 4px;
    color: #868686;
}

.game_options_column1 img { width:16px; }
.game_options_column2 img { width:16px; }
.game_options_column2 {
	float: right;
	padding-top: 2px;
    padding-right: 3px;
	margin-right: 5px;
}
.button_fav a{
    background-image:url("images/fav.png");
    background-color:#fd962e;
    background-position:119px 2px;
    background-repeat:no-repeat;
}
.button_fs a{
    background-image:url("images/fs.png");
    background-color:#fd962e;
    background-position:119px 3px;
    background-repeat:no-repeat;
}
.button_report a{
    background-image:url("images/report.png");
    background-color:#fd962e;
    background-position:119px 3px;
    background-repeat:no-repeat;
}
.button_fav a,
.button_fs a,
.button_report a {
	width:130px;
	padding:3px 5px;
	margin: 3px 5px 3px 0px;
	float:left;
	font-family:arial;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	-moz-border-radius:5px;
	border-radius:5px;
}
.button_fav a:hover,
.button_fs a:hover,
.button_report a:hover {
	display: block;
	background-color: #0abaf3;
}
.button2 a {
	width:130px;
	background-color: #e34b02;
	padding:3px 5px;
	margin: 3px 5px 3px 0px;
	float:left;
	font-family:arial;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	-moz-border-radius:5px;
	border-radius:5px;
}
.button2 a:hover {
	display: block;
	background-color: #cf0000;
}
.button3 a {
	width:130px;
    background-image:url("images/button3.png");
    background-color:#dadada;
	padding:3px 5px;
	margin: 3px 5px 3px 0px;
	float:left;
	font-family:arial;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	-moz-border-radius:5px;
	border-radius:5px;
}
.button3 a:hover {
	display: block;
	background-color: #dedede;
}
.game_column1 {
	margin: 0px 15px 15px 0px;
	text-align: center;
	width: 49%;
	float: left;
}
.game_column2 {
	width: 99%;
	float: left;
	padding-bottom: 15px;
	margin:0 5px 15px 0;
    background-color: #ecf5f9;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: #0abaf3 2px solid;
}
.game_column2 .test{
  font-size: 160px;
}
.more_games_wrapper {
	float: left;
}
.more_games_inner {
	width: 99%;
	float: left;
	padding-bottom: 15px;
	margin:0 0 15px 0;
    background-color: #ecf5f9;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #0abaf3 2px solid;
}
.comments_container {
	padding: 10px;
}

.add_comment_box {
	border: 1px solid #ccc;
	width: 450px;
}
.new_comment_container {
	text-align: left;
	font-family: Arial;
    background-color: #ecf5f9;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #0abaf3 2px solid;
}
.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;
    font-weight: bold;
}
.comment_username a {
	color: #439CF0;
	text-decoration: none;
}
.comment_username a:hover {
	color: #fd962e;
	text-decoration: none;
}
.thecomment {
	color: #2f2f2f;
	border-top:1px solid #dcd6d4;
}
.random_game {
	float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 5px;
    margin: 10px 7px 0 7px;
}
.random_game_image {
	float: left;
	padding: 5px 5px 0px 5px;
	text-align: center;
	border: 1px solid #ccc;
	height: 65px;
	width: 60px;
	margin-left: 8px;
}
.random_game_info {
	float: left;
	padding-left: 5px;
	width: 366px;
	text-align: left;
	font-family:arial;
	font-size: 12px;
	padding-top: 5px;
    color: #898989;
}
.random_game_info a {
	color: #cdcdcd;
}
.random_game_head {
    margin-bottom: 3px;
}
.random_game_head a {
	font-family:arial;
	font-weight: bold;
    font-size: 14px;
	color: #FD952D;
    text-decoration: none;
}
.random_game_head a:hover {
	color: #333333;
}
/* CATEGORY */
.category_container {
	border: #0abaf3 2px solid;
    border-top: 0px;
    background-color: #ecf5f9;
     padding-left: 1px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;

}
.category_container .homepage_game {
	float: left;
	width: 347px;
    height: 90px;
	margin:7px 0px 0px 8px;
	font-family:arial;
    padding: 3px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color:#ffffff;
}
.sort_options {
	border: #0abaf3 2px solid;
	border-bottom: 0px;
	padding:16px 8px 8px 8px;
	font-family: Arial;
	font-size: 14px;
    background-color: #ecf5f9;
	-moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    color: #ecf5f9;
}
.sort_options a {
	color: #63605f;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sort_options a:hover {
	color: #FFFFFF;
    text-decoration: none;
    background-color: #fd962e;
}
.category_pages {
	margin: auto;
	background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin: 10px;
	text-align: center;
	padding: 5px;
	font-family: Arial;
}
.category_pages a {
	color: #FFFFFF;
	padding: 0px 7px 0px 7px;
    font-weight: bold;
	text-decoration: none;
    background-color: #0abaf3;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
}

.category_pages a:hover {
    background-color: #fd962e;
}
/* PROFILE */
.profile_container {
	margin-bottom: 15px;
	width:100%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	height: 100px;
    background-image:url("images/profile_header.png");
    background-color:#FFFFFF;
    background-position:5px 1px;
	text-align: left;
}
.profile_container a {
	color: #871e16;
}
.profile_header_avatar {
	width:80px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	width: 650px;
	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: #dd953a;
	margin-left: 10px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	color: #fff;
	margin-top: 8px;
	padding: 0px 12px 0px 12px;
	border: 2px solid #ddbf72;
	-moz-border-radius: 12px;
}
.profile_right_title {
	margin: 0px;
    background-image:url("images/profile_right_title.png");
    background-repeat:no-repeat;
	height: 51px;
	font-family: Arial;
	font-size: 18px;
    font-weight:bold;
	color:#88ca49;
	padding: 9px 9px 0px 9px;
}
.profile_right_title1 {
	margin: 0px;
    background-image:url("images/profile_right_title1.png");
    background-repeat:no-repeat;
	height: 52px;
	font-family: Arial;
	font-size: 18px;
    font-weight:bold;
	color:#88ca49;
	padding: 30px 9px 0px 9px;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 12px;
	font-family:Geneva, Verdana, sans-serif;
    margin-left: 6px;
}
.profile_button a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding:6px 3px 3px 3px;
	border: 1px solid #cce0e7;
	-moz-border-radius: 15px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-sizing: content-box;
    background-image:url("images/button_background.png");
    background-color:#FFF;
	background-position: bottom;
	height: 22px;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	width:150px;
	margin-top: 10px;
	text-align: center;
}
.profile_button a:hover {
	border: 1px solid #7e7e7e;
	-moz-border-radius: 15px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.profile_column1 {
	margin-right: 12px;
	width: 70%;
	float: left;
}
.profile_column2 {
	background-color: #fff;
	font-family:Geneva, Verdana, sans-serif;
	font-size: 18px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 0px 8px 8px;;
    border-radius: 0px 0px 8px 8px;
}
.user_info {
	padding: 10px;
}
.user_info a {
	color: #2D8DD7;
}
.user_info a:hover {
	color: #000000;
}
.right_title {
	color: #8a8a8a;
}
.profile_content_item {
    background-color: #ecf5f9;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #0abaf3 2px solid;
	margin-bottom: 15px;
	font-family: Arial;
}
.fav_container {
	padding: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}
.profile_comment {
	border:1px solid #dcd6d4;
	margin-bottom: 10px;
	padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.profile_left_header {
    background-image:url("images/profile_title.png");
    background-repeat:no-repeat;
    padding: 13px 0 0 15px;
	height: 47px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 17px;
    font-weight: bold;
}
/* EDIT PROFILE */
.edit_avatar_container {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
    height: 100px;
    background-color:#ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    color: #7d7d7d;
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
    background-color:#ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    color: #7d7d7d;
}
.edit_profile_header {
	font-size: 20px;
	color: #353535;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px;
    margin-bottom: 10px;

}
.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;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c7e2ea;
	font-size: 15px;
	padding: 4px;
}
.edit_profile_textarea {
	height: 60px;
	width: 500px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c7e2ea;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* NEWS */
.news_wrapper {
    background-color: #ecf5f9;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #0abaf3 2px solid;
	margin-bottom: 15px;
	width:100%;
    color: #6d6d6d;
}
.news_header {
	background-color: #ffffff;
	width:98%;
    margin:5px 0px 5px 7px;
}
.news_image {
	float: left;
	width: 60px;
	margin: 5px 0px 0px 5px;
}
.news_title {
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 8px;
}
.news_title a {
	color: #439CF0;
	text-decoration: none;
}
.news_title a:hover {
	color: #000000;
}
.news_author {
	font-size: 14px;
}
.news_main {
	padding: 0px 10px 0px 10px;
	margin-bottom: 25px;
	font-family: Arial;
}
/* Private messages */
.pm_header {
	background-color:#cfecf4;
	border:2px solid #FFFFFF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:8px;
	color: #333333;
}
.pm_header a {
	color: #579fb9;
}
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	border: 1px solid #b9d3da;
	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;
}
.pm_message {
	padding: 10px;
    margin-top: 10px;
    border:2px solid #FFFFFF;
    -webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:8px;
}
.pm_footer {
	margin-top: 10px;
	padding-top: 5px;
    background-color:#cfecf4;
	border:2px solid #FFFFFF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:8px;
}
.pm_table td {
   border: 2px solid #ecf5f9;
   background-color: #ffffff;
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;

}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
    font-weight: bold;
    font-size: 18px;
}

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

#news_comments ul li {
	color:#FFF;
	line-height: 150%;
	border:1px solid #dcd6d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 4px;
	width:650px;
	margin: auto;
	margin-bottom:8px;
}
.news_comments_container {
	margin-bottom: 15px;
	width:722px;
    background-color:#ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #7d7d7d;
}
.news_comments_header {
	margin: 3px;
	background-image: url("images/module_header.png");
	height: 27px;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding-top: 9px;
	padding-left: 8px;
}
.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: 580px;
}
.news_comment_username {
	color: #2f2f2f;
	padding-top: 6px;
}
.news_comment_username a {
	color: #730702;
	text-decoration: none;
}
.news_thecomment {
	color: #2f2f2f;
	border-top:1px solid #dcd6d4;
}

/* 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;
    background-color:#ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #b1cf57;
    font-size: 15px;
    font-weight: bold;
    margin:0 5px 0 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: #790500;
}

.ads_600_160{
    clear:both;
    padding:15px 0px;
    text-align:center;
    height: 600px;
    background-color:#ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 9px 0 9px;
}
/* TAG CLOUD */

.tag_cloud {
	text-align: center;
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
}

/* 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;
}

/* 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;
}

/* AV Arcade popup */
#ava-popup {

    position: fixed;
    top: 30%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 4px solid #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    display: none;

    z-index: 3;
}

#overlay{
    background-color: #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-image: url("images/module_header.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 */
.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;
	padding: 7px;
    margin: 8px;
    font-weight: bold;
	background-color:#ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.game_highscore_container {
	height: 35px;
    border-top: 1px solid #e7e7e7;
    padding: 5px;
}
.game_highscore_container a {
	color: #439CF0
}
.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 10px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #7d7d7d;
}
.game_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.game_highscore_pages a {
	color: #505050;
    text-decoration: none;
}
#game_highscore_header {
	height: 35px;
    margin: 8px;
}
#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: 7px;
    margin: 8px;
    font-weight: bold;
	background-color:#ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* 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%;
}

.breadcrumb {
	font-size:18px;
	color:#ffffff;
	font-family:arial;
    background-image:url("images/breadcrumb.png");
    background-repeat:no-repeat;
    padding: 13px 0 0 10px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
    font-size: 15px;
    height:48px;
}
.breadcrumb a {
	color:#ffffff;
	text-decoration:none;
}

#quickpick {
	font-family:arial;
	font-size:12px;
	height:80px;
	padding:3px 5px 0px 0px;
	margin-bottom:10px;
	background-color:#f0f0f0;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#555;
}
#quickpick ul { margin:0; padding:0; }
#quickpick ul li { list-style-type:none; }
#quickpick a { font-size:12px; font-family:arial; color:#136ed0; font-weight:bold; font-size:13px; text-decoration:none; }
#quickpick a:hover { color:#000; text-decoration:underline; }
#quickpick img {
	width:60px;
	height:60px;
	background-color:#f7f7f7;
	padding:3px;
	border:1px solid #d7d7d7;
	margin:5px 6px 5px 6px;
}
#quickpick {}
.quickpick_img { float:left; }

#refresh { float:right; padding:0px 70px 0 6px; }

.reload:hover { cursor:pointer;}

a.signin {
	position:relative;
	margin-left:3px;
	background-color:#aaa;
	font-size:12px;
	text-decoration:none;
	outline:none;
	outline:0;
	padding:4px 5px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-top:-1px;
	height:15px;
}
a.signin:hover { text-decoration:none; background-color:#bbb; }


a.signout {
	position:relative;
	margin-left:3px;
	background-color:#ffffff;
	font-size:12px;
	text-decoration:none;
	outline:none;
	outline:0;
	padding:4px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-top:-1px;
	height:15px;
}
a.signout:hover { text-decoration:none; background-color:#ef8227; border: 1px solid #ffffff; }


a.signin span {
	background-image:url("images/icon/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:6px 16px 5px 0;
}
a.menu-open {
	background-color:#ccc!important;
	color:#fff!important;
	outline:none;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
    background-image:url("images/icon/toggle_up_dark.png");
    background-position:right center;
    background-repeat:no-repeat;
	color:#fff;
	*margin-top:-5px;

}
#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	display:none;
	background-color:#f0f0f0;
	border:3px solid #ccc;
	width:204px;
	z-index:100;
	text-align:left;
	padding:12px;
	top: 24.5px;
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
	position:absolute;
	margin-left:717px;
	margin-top:1px;
	width:216px;
	z-index:100;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #DDD;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#fff;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#136ed0!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    background-image:url("images/bg-btn-blue.png");
    background-color:#39d;
    background-position:0 0;
    background-repeat:repeat-x;
    background-attachment: scroll;

	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.t_login {
	margin-top:-18px;
	margin-right:10px;
}

.t_login a {float:right; outline:none; color:#999999; }
.t_login a:hover {float:right; outline:none; color:#ffffff; }


.top_reg {margin-top:-18px; margin-right:10px;}
.top_reg a {float:right; outline:none; color:#333; font-weight:bold; margin-top:3px; margin-right:5px;}

.top_reg span {
	vertical-align:top;
}
/* Links */
.add_link_form_container {
    background-color: #FFFFFF;
    padding: 9px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
}

.links_header  {
    background-color: #FFFFFF;
    padding: 9px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #0ABAF3;
}
.link_form_lable {
    color: #88CA49;
    font-weight: bold;
}
.link_exchange_info  {
    padding: 6px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #258815;
    background-color: #d4ffcd;
    border: 1px solid #9adf8f;
}

.link_item {
	padding:8px;
    border-bottom: 1px solid #E5E5E5;
    background-color: #FFFFFF;
}

.link_button, input[type='submit'], .button {
	display: inline-block;
	text-decoration: none;
	padding: 4px;
	margin: 2px 0;
    background-image:url("images/button_bg.png");
    background-color:#ffffff;
    background-repeat:repeat-x;
	border: 1px solid #C4C4C4;
	color: #333333;
    cursor: pointer;
    width: 157px;

}
.link_button:hover, input[type='submit']:hover, .button:hover {
	border: 1px solid #ABABAB;
	box-shadow: 0px 0px 3px #A3A3A3;
	-webkit-box-shadow: 0px 0px 3px #A3A3A3;
	-moz-box-shadow: 0px 0px 3px #A3A3A3;
	color: #333333;
}
.login_form,
.register_form
 {
	background-color:#ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #7d7d7d;
    padding-left: 220px;
}
.submit_form .submit_text_area,
.submit_form .submit_text_box,
.login_form .form_textbox,
.register_form .form_textbox
 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c7e2ea;
    padding: 4px;
    width: 300px;
}
.login_form input[type='submit'],
.register_form input[type='submit']
 {
    width: 310px;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.submit_form input[type='submit']
 {
    width: 310px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.submit_form
 {
	background-color:#ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #7d7d7d;
}
.submit_form_lable  {
  margin-top: 9px;
}
.submit_form_element {
  font-size: 12px;
  font-weight: normal;
}

/* Challenege a friend */
#game_message {
	background-color: #107b10;
	width: 90%;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-family: Helvetica;
	font-size: 14px;
}
#game_message a {
	color: #fff;
}

.challenge_buttons {
	border-top: 1px solid #bdbdbd;
	margin-top: 8px;
	padding-top: 8px;
}

.challenge_no_score {
	font-family: Verdana;
	font-size: 14px;
}

/* Challenge a friend PM */
.challenge_pm_container {
	width: 400px;
	background-color:#FFFFFF;
	border:1px solid  #CDCDCD;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin: auto;
	margin-top: 10px;
	overflow: auto;
}
.challenge_pm_image {
	float: left;
}
.challenge_pm_info {
	float: left;
	padding: 10px;
	font-size: 15px;
	color: #67747F;
}
/* Friends */
.friends_header, .friend_requests_header{
	font-size: 16px;
	background-color: #ffffff;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color: #439CF0;
    font-weight: bold;
    padding: 6px;
}
.friends_container, .friend_requests_container {
	margin: 7px 0px;
}

.friend_container {
	background-color: #ffffff;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding: 5px;
	height: 50px;
	margin-bottom: 5px;
    color: #6C6C6C;
    font-size: 12px;
}
.friend_avatar {
	float: left;
}
.friend_username {
	float: left;
	padding: 8px 0px 0px 15px;
	font-size: 16px;
}
.friend_buttons {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.friend_last_login {
	font-size: 14px;
}
.no_friends {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;

	background-color:#cfecf4;
	border:2px solid #FFFFFF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:8px;
	color: #333333;
}
/* Notifications */
.notification {
	z-index: 4;
	position: fixed;
	top: 0px;
	right: 0px;

	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.80);
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	padding: 5px;
	margin: 10px 10px 0px 0px;
	cursor: default;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	display: none;
	border: 1px solid #000;
}
.notification a {
	color: #000;
	padding: 1px 8px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 11px;
	background-color: #e7e7e7;
}
.notification a:hover {
	background-color: #fff;
}
.notification_icon {
	float: left;
	margin-right: 5px;
}
.notification_message {
	float: left;
	margin-right: 7px;
}
.notification_quit {
	font-size: 10px;
	background-color: #ac1818;
	color: #fff;
	margin: 2px 2px 0px 0px;
	padding: 1px 3px;
	font-weight: bold;
	cursor: pointer;
	float: right;
}
.notification_quit:hover {
	background-color: red;
}