body {
	font-family: Arial,Helvetica,sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000;
	background: linear-gradient(#FFFFFF ,#57A9E0);
	font-size: 14px;
}
.title_hover{
	color: #000;
	top: -125px;
	padding-top: 5px;
	overflow: hidden;
	position: absolute;
	background: rgba(255, 255, 255, 0.85);
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: 'Noto Serif', serif;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-shadow: 0px 1px 1px #6B6B6B;
}
.name_hover {
  position: absolute;
  width: 100%;
  top: 30%;
}
.game_info_header h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  width: 220px;
  text-align: center;
  background: #CDE6F5;
  color: #6C6C6C;
}
.comment_active{
	color: #FFF !important;
  	background: #0679C3 !important;
  	text-shadow: 0px 1px 1px #000;
  	box-shadow: 0px 1px 1px 1px #13547E inset;
}
.comment_game {
  position: absolute;
  padding: 3px;
  box-shadow: 0px 0px 1px 1px #13547E inset;
  width: 438px;
}
.homepage_right_title a,.homepage_right_title a:hover {
  color: #fff;
}
.homepage_right_title a:hover{
	text-decoration: underline !important;
}
.ua_info a {
  color: #000;
  text-transform: uppercase;
}
.user-left {
  width: 300px;
  overflow: hidden;
}
.user-right a {
  display: inline-block;
  color: #000;
  margin: 3px 5px;
  text-decoration: underline;
}
.view_game_details_left p b {
  color: #fff;
  padding: 1px 5px;
  background: #0066AA;
  border-radius: 2px;
  margin: 0 2px;
  font-weight: normal;
  text-shadow: 0px 1px 1px #000000;
  box-shadow: 0 2px 2px 0px #000000;
}
h1{
	text-transform: capitalize;
}
p#footer-des {
  width: 700px;
  float: right;
  margin-right: 10px;
  text-align: right;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 19px;
}
span#key {
  color: #fff;
  padding: 1px 5px;
  background: #0066AA;
  border-radius: 2px;
  margin: 0 2px;
  font-weight: normal;
  text-shadow: 0px 1px 1px #000000;
  box-shadow: 0 2px 2px 0px #000000;
}
.change-game{
	  padding: 10px;
	  width: 80%;
	  margin: 10px auto;
	  margin-top: 20px;
	  overflow: hidden;
	  background: #D2D6E2;
	  border: 1px solid #B8B8B8;
}
.change-game a{
	  font-size: 20px;
	  text-transform: capitalize;
}
div#col-cate ul li{
	list-style-image: url("images/game_per_cate.png");
	margin-left: 25px;
	text-transform: capitalize;
	margin-bottom: 3px;
}
div#col-cate h3 {
  font-size: 14px;
  margin: 0;
  line-height: 25px;
  text-decoration: underline;
  text-transform: capitalize;
}
div#col-cate {
  float: left;
  width: 210px;
  margin-left: 40px;
}
.content {

}
.descrip {
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}
/* Google Search */
.gsc-control-cse.gsc-control-cse-en {
	padding: 0;
	background: none;
	border: 0px;
	width: 470px;
}
div#___gcse_0 {
	overflow: hidden;
	height: 30px;
}
input.gsc-search-button.gsc-search-button-v2 {
	margin: 0px !important;
	width: 0px !important;
	padding: 6px 19px;
	border: 1px solid #6481DF;
	border-radius: 5px;
}
/*-------*/
p.mess_rp {
	margin: 0 0 5px 0;
	padding-left: 26px;
	color: #F00;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
.related_tag a {
	padding: 3px 5px;
	margin-right: 10px;
	background: #0068AF;
	border-radius: 5px;
	color: #ffffff;
	line-height: 30px;
}
.related_tag a:hover{
	color: #ffffff;
}
.related_tag {
	padding: 15px;
}
.main_game_play {
	position: relative;
}
.left{
	position: absolute;
	top: 30%;
	left: -130px;
}
.right{
	position: absolute;
	top: 30%;
	right: -130px;
}
div.left:hover{
	left: -20px
}
div.right:hover{
	right: -20px;
}
.home_main_middle{
	overflow: hidden;
}
div#gsc-iw-id1 {
border-radius: 5px;
}

.menu_dropdown{
	position: absolute;
	margin-top: 3px;
	overflow: hidden;
	width: 100%;
	min-width: 200px;
	left: 0;
	padding: 5px;
	display: none;
	z-index: 5;
	color: #6e6e6e;
	background-color: #272626;
	border-radius: 0px 5px 5px 5px;
}
div.sub_menu_cate_header a{
	color: #fff;
	padding: 0;
	font-weight: bold;
	text-shadow: #264013 0 1px 1px;
	font: bold 12px arial, sans-serif;
	box-shadow: #272626 0 0 0 inset;
}
.sub_menu_cate_header{
	padding: 6px;
}
div.sub_menu_cate_header a:hover{
	box-shadow: #000 0 0 0px inset;
	background: none;
}
.sub_menu_cate_header:hover{
	background:linear-gradient(#27A2E2, #0071BD);
	color: #fff;
	border-radius: 3px;	
	box-shadow: #000 0 0 2px inset;
}
form {
  margin: 0 !important;
}
.form_login_header{
	font-size: 11px;
	font-weight: bold;
}
.form_textbox_header{
	cursor: pointer;
	width: 125px;
	height: 14px;
	border-radius: 5px;
	font-size: 11px;
	background: url(images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	padding: 3px 5px;
}
.form_login_header a {
	font-size: 11px;
	margin-left: 5px;
}
.form_login_header a:hover{
	color: #4479CF;
	text-decoration: underline;
}
.button_header{
	background: url(images/simple_gradient.png);
	border: 1px solid #b3bac1;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 4px;
	padding: 3px 5px;
}
div#title_cate a {
	text-decoration: none;
	color: #0479CF;
}
div#title_cate a:hover {
	text-decoration: none;
	color: #0093FF;
}
.header_categories_menu{
	height: 40px;
	border-bottom: 1px #4D4949 solid;
}
.menu_cate_header {
	  float: left;
	  padding: 3px;
	  padding-top: 12px;
	  height: 23px;
	  position: relative;
}
.header_categories_menu a{
	color: #fff;
	padding: 5px;
	font-weight: bold;
	text-shadow: #05436C 0 1px 1px;
	font: bold 15px arial, sans-serif;
	text-transform: capitalize;
}
.menu_hover{
	background-color:#272626;
	color: #fff;
	border-radius: 3px;
	box-shadow: #000 0 0 2px inset;
}
.header_categories_menu a:hover{
	background-color:#272626;
	box-shadow: #000 0 0 2px inset;
	color: #fff;
	border-radius: 3px;
}
.header_categories_menu a:focus{
	color: #fff;
}
.cate_description{
	margin: 5px;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
	border-radius: 5px;
}
a{
	font-size: 13px;
	color: #4479CF;
	text-decoration: none;
}
a:hover{
	color: #0074C2;
	text-decoration: none !important;
}
.home_category_game{
	overflow: hidden;
	width: 980px;
	margin: 25px auto;
	border-radius: 5px;
	border: 1px solid #E1E1E1;
	position: relative;
}
.home_categame_header{
	color: #000;
	height: 28px;
	padding: 0px 10px;
	padding-top: 12px;
	background: -webkit-linear-gradient(#fdfdfd, #b2b2b2);
	background: -o-linear-gradient(#fdfdfd, #b2b2b2);
	background: -moz-linear-gradient(#fdfdfd, #b2b2b2);
	background: linear-gradient(#fdfdfd, #b2b2b2);
	box-shadow: 0 0 200px 50px #DDD;
	box-shadow: 0 0 200px 50px #DDD;
}
.home_categame_header a {
	text-decoration: none;
	color: #000;
	text-shadow: #eee 1px 1px 0;
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
}
.home_categame_header span:hover{
	background: #1e242d;
	color: #f2f1f1;
	text-shadow: #111 0 -1px 0;
	box-shadow: #FFFFFF 0px 0px 4px inset;
	border-radius: 5px;
	background-image: linear-gradient(#404753, #1e242d);
}
.login_form,.register_form {
	padding: 10px 20px;
	background: url("images/bg_lines.png") #DADADA;
	border-radius: 15px 0px 0px 15px;
}
b.sub_triangle{
	margin-left: 5px;
	margin-top: 4px;
	border-top: 8px solid #FFF;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.sub_triangle{
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
div#cate_name_home_2 a {
	letter-spacing: 1px;
	padding: 4px 3px 2px 3px;
	margin: 2px 0px 0 6px;
	color: #fff;
	font-size: 9px;
	line-height: 1em;
	font-family: Arial;
	text-transform: uppercase;
	background-color: #3a87ad;
	text-shadow: #000 0 1px 2px;
	float: right;
}
div#cate_name_home a {
	color: #fff;
	font-size: 9px;
	line-height: 10px;
	font-family: Arial;
}
div#catwrapper {
	margin-top: 10px;
}
div#title_cate {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 10px;
}
div#cate_name_home {
	overflow: hidden;
	float: right;
}
.module-search {
    width: 95%;
  margin: 10px;
  height: 30px;
  padding-top: 2px;
}
div#cate_name_home_2 {
	width: 130px;
	float: left;
}
td.rating{
	background: #0A676B;
	color: #FFFFFF !important;
	padding: 2px 4px;
}
td.rating_view{
	font-size: 11px;
	background: #0A676B;
	color: #FFFFFF !important;
	padding: 2px 4px;
}
td.plays{
	padding: 1px 3px;
	color: #000;
	  line-height: 12px;
}
td.plays_view{
	font-size: 11px;
	background: #fff;
	padding: 1px 3px;
	color: #000;
}
.path_games{
	height: 14px;
	background: #FFF url("images/bg-path.jpg") repeat-x;
	width: 960px;
	font-size: 12px;
	margin: 10px auto;
	margin-top: 25px;
	padding: 5px 5px;
	border-radius: 2px;
	box-shadow: 0px 0px 2px 2px #ccc;
}
.body_cus {
	background: #EAEAEA;
	position: relative;
	overflow: auto;
	width: 1000px;
	margin: auto;
	border: 1px solid #B5B5B5;
	box-shadow: #002133 0 0 10px;
}
.path_cate{
display: initial;
  font-size: 13px;
  line-height: 13px;
  color: #000;
}
.path_games ul{
	  margin: 0;
	  padding: 0;
}
.path_games li{
	float: left;
	background: url("images/arrow-path.png") no-repeat center right;
	list-style: none;
	margin-left: 5px;
	padding-right: 15px;
	  line-height: 16px;
}
span#path{
	color: #000;
	text-transform: capitalize;
}
.path_games a{
	text-decoration: none;
	color: #0679C3;
}
.path_games a:hover{
	color: #0C3C5F;
	text-decoration: underline;
}
.bg_footer{
	background: #fff;
	float: right;
	width: 100%;
	border-radius: 0 0 7px 7px;
}
.bg_main{
	width:998px;
	height:0px;
	margin:auto;
	z-index:0;
}
.home_page_cate{
	border: 1px solid #DE96C9;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}
.header_logo h1{
		  display: none;
	  position: absolute;
	  font-size: 1px;
	  top: 23px;
	  left: 90px;
	  line-height: 1px;
	  margin: 0;
}
.main_header{
	
}
.box_header{
	box-shadow: 0px 0px 200px 133px #C0C0C0;
}

table.option{
	border-spacing: 0;
	font-weight: bold;
	border: 1px solid #EDEDED;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
}
.button_fullscreen{
	padding: 15px 0;
	height: 30px;
	margin: auto;
	text-align: center !important;
}
 .sidebar_cus{
	margin: auto;
 }
.main_sidebar{
	width: 100%;
	background: #fff;
	margin: 15px auto;
	overflow: hidden;
}
.intro_page{
	width: 960px;
	margin: auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#333;
	font-weight:normal;
}
.intro_page a{
	color:#0C3C5F;
}
.intro_page a:hover{
	color:#2788CF;
}
.intro_page h3 { color:#0C3C5F;}
img {
	border: 0px;
}

input::-moz-focus-inner {
    border:0;
    padding:0;
}

.notification {
	z-index: 4;
	position: fixed;
	top: 0px;
	right: 0px;
	
	background: rgb(0,0,0);
	background: 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: #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;
}

#error_message, #pm_task_complete {
	background: #0068AF;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 3px;
	color: #e8edf6;
	font-size: 14px;
	margin: 10px;
}
#error_message a, #pm_task_complete a {
	color: #fff;	
}

/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:16px;}
    #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:16px; height:16px;}
    #ratingSaved{display:none;}
    .saved{color:red; }
    
/* AV Arcade popup */
#ava-popup {
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid #182434;
    display: none;
    
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
    z-index: 3;
}

#ava-popup-error {
  
    position: fixed;
	  top: 15px;
	  left: 5%;
	  width: 900px;
	  background-color: #EEE;
	  color: #333;
	  border: 1px solid #182434;
	  display: none;
	  border-bottom-right-radius: 5px;
	  border-bottom-left-radius: 5px;
	  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;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}
#ava-popup-header {
	background: #335181 url(images/highscores_header.png) repeat-x;
	font-size: 14px;
	color: #fff;
	padding: 5px 0px;
	padding-left: 8px;
	text-shadow:1px 1px 1px #000;
	overflow: auto;
	border-bottom: 1px solid #0e2234;
}
#ava-popup-content {
	padding: 10px;
	text-align: center;
}
#ava-popup-content input[type=text] {
	background: url(images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
}
#ava-popup-content input[type=submit] {
	background: url(images/simple_gradient.png);
	border: 1px solid #b3bac1;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	padding: 6px 15px;
	color: #3d3d3d;
}

#ava-popup-title {
	float: left;
}
#popup-close-button {
	float: right;
	margin-right: 8px;
}
.comment_report_text {
	font-size: 14px;
	margin-bottom: 10px;
}
#the_report {
	background: url(images/textbox_shadow.png) repeat-x #fff;
	border: 1px solid #b5b5b5;
	padding: 4px;
}
#popular_games_container,#new_games_container{
	padding: 5px 0;
	overflow: hidden;
	padding-top: 10px;
}
#random_games_container{
	overflow: auto;
	position: relative;
	padding: 5px 0;
}
#featured_games_container, #new_games_container,{
	overflow: auto;
	position: relative;
	padding: 5px 0;
}
.report_button_container {
	margin-top: 10px;
}
.ad_sidebar {
	width: 160px;
	height: 600px;
	margin: 10px auto;
}
.ad_categories{
	width: 336px;
	height: 280px;
	border: 1px solid;
	margin: 20px auto;
}
.gfl {
	float: left;
}
.gfr {
	float: right;
}
.ad_center_text {
	text-align: center;
	margin: 15px 0;
	color: #fff;
}
.home-right-ads {
  width: 300px;
}
.ad_center {
	text-align: center;
	margin: 15px auto;
}
.ad_center_viewgame {
	text-align: center;
	margin: 15px auto;
	width: 336px;
	height: 280px;
	border: 1px solid;
}
.ad_center_head_view{
	text-align: center;
	margin: 15px auto;
}
.main_width {
	width: 100%;
	margin: auto;
	position:relative;
	background: linear-gradient(#27A2E2, #0071BD);
}

.header_container {
	overflow: auto;
	position:relative;
	height: 120px;
	background: linear-gradient(#00263F, #0577C1);
	border-bottom: 1px solid #0466A5;
}
.header_logo {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.header_search {
	float: left;
	padding: 0px 0;
	padding-left: 10px;
	overflow: hidden;
	padding-top: 5px;
	height: 33px;
}
.homepage_featured_title a {
	color: #000000;
	text-shadow: 0 0 0;
	padding: 0 10px;
	font-weight: normal;
}
.header_search_left {
	float: left;
}
.header_search_right {
	  border-radius: 5px;
	  border-left: 0px;
	  margin-left: 5px;
	  float: left;
	  padding: 2px 15px;
	  background: #0076C5;
	    box-shadow: 0 0 1px 1px #121212;
}
.search_cus{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
#search_textbox {
	margin: 0px;
	color: #747474;
	font-size: 12px;
	padding: 5px 0px 5px 5px;
	width: 500px;
	height: 12px;
	box-shadow: #333 0px 0px 0px inset;
}
.header_search_button {
	padding: 0px;
	margin: 0px;
}
.main_menu {
	display: none;
	height: 41px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial;
	margin: auto;
	position: relative;
	background: #000000 url("images/menu_homepage.png") repeat-x;
}
.main_menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
}
.main_menu a:hover {
	color: #2293E5;
}
.pages_menu {
	float: left;
	margin-left: 3px;
}
.pages_menu a {
	font-size: 12px;
	display: block;
	float: left;
	padding: 10px 10px;
	margin-top: 3px;
	font-weight: bold;
	text-transform: capitalize;
}
.pages_menu a:hover {
	background-color: rgba(89, 89, 89, 0.39);
	margin-top: 3px;
	padding: 10px 10px;
	color: #fff;
}
.pages_menu a:focus{
	color: #0479CF;
}
.user_area_custom{
	background: url("images/bg_lines.png") #DADADA;
	float: right;
	height: 80px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-radius: 25px 0px 0px 25px;
}
.user_area {
}
.user_area_ddc {
	position: relative;
}
.user_area_dropdown {
	position: absolute;
	margin-top: 32px;
	margin-right: 5px;
	overflow: inherit;
	width: 100%;
	min-width: 150px;
	right: 0px;
	display: none;
	z-index: 5;
	color: #6e6e6e;
}
.user_area_dropdown_top {
	background: url(images/ua_dd_top.png) right bottom no-repeat;
	height: 10px;
}
.user_area_dropdown_main {
	background: #000000;
	padding: 5px 0px;
	-moz-box-shadow: 1px 4px 6px #4a4a4a;
	-webkit-box-shadow: 0px 1px 6px #4a4a4a;
	box-shadow: 0px 1px 6px #4a4a4a;
}
.user_area_dropdown_main a {
	display: block;
	padding: 2px 10px;
}
.user_area_dropdown_main a:hover {
	color: #fff;
	background-color: #2788CF;
}
.ua_avatar {
	float: left;
	margin-top: 7px;
}
.ua_info {
	float: left;
}
.ua_username {
	float: left;
	padding-top: 10px;
	margin: 0px 5px 0px 5px;
	font-size: 14px;
	font-weight: bold;
}
.ua_points {
	float: left;
	padding: 2px 3px;
	margin: 9px 10px 0px 0px;
	border: 1px solid #000;
	border-radius: 4px;
	color: #000;
	font-size: 12px;
}
.ua_notifications {
	float: left;
	font-size: 12px;
	color: #3a3a3a;
	margin-right: 7px;
	margin-top: 3px;
}
.ua_notifications_left {
	float: left;
}
.ua_notifications_right {
	float: left;
}
.ua_unregistered {
	margin: 3px 15px 0px 10px;
	color: #fff;
	font-size: 12px;
}
.ua_unregistered a {
	font-size: 14px;
}

.categories_menu {
	background-color: #203146;
	padding: 10px;
	font-size: 14px;
	/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
	border: 1px solid #1F2B40;
	margin-bottom: 15px;
	color: #666666;
	margin-top: 5px;
	border-radius: 10px;
}
.categories_menu a {
	color: #000000;
	text-decoration: none;
	background: #C7C7C7;
	height: 10px;
	padding: 10px;
	font-weight: bold;
}
.categories_menu a:hover {
	color: #000000;
	text-decoration: none;
	background: #F0F0F0;
	height: 10px;
	padding: 10px;
}
/* SIDEBAR */
.module_footer {
	margin-bottom: 10px;
	border-radius: 7px;
	font-weight:normal;
}
.module_footer a{
	color: #006CBB;
	text-decoration: none;
	font-size: 13px;
}
.module_footer a:hover {
	text-decoration: none;
	color: #4CA0DD;
}
.module_header {
	overflow: auto;
	color: #000;
	height: 22px;
	padding: 0px 10px;
	padding-top: 5px;
	background: -webkit-linear-gradient(#7BA1D3, #0071BD); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7BA1D3, #0071BD); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7BA1D3, #0071BD); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7BA1D3, #0071BD); /* Standard syntax */
}
.module_header_home {
	overflow: hidden;
	color: #000;
	height: 20px;
	padding: 0px 10px;
	padding-top: 5px;
	background: -webkit-linear-gradient(#7BA1D3, #0071BD); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7BA1D3, #0071BD); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7BA1D3, #0071BD); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7BA1D3, #0071BD); /* Standard syntax */
}
.module_title {
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #30383C 1px 1px 0;
}
.module_title_home, .module_title_home a {
	color: #ffffff !important;
	float: left;
	font-size: 13px !important;
	font-weight: bold !important;
	text-shadow: #30383C 1px 1px 0;
}
.module_icon {
	float: right;
	margin-right: 10px;
}
.module_icon_home {
	float: right;
	margin-right: 10px;
}
.module {
	overflow: hidden;
	background: #EAEAEA;
}
.module_home {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	background: #fff;
	width: 162px;
	height: 778px;
	overflow:hidden;
}
.module a {
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	text-transform: capitalize;
}
.module_home a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
}
.module_notice {
	text-align: center;
	color: #3d5680;
	font-size: 14px;
	padding: 10px 0px;
}
.module a:hover {
	text-decoration: none;
	color: #0074C2;
}
.module_home a:hover {
	text-decoration: none;
	color: #0093FF;
}
.module_home ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.module ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.ua_avatar img {
	border-radius: 5px;
}
.module_home li {
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom: 2px solid #D2D2D2;
	font-size: 12px;
	color: #000;
}
.module li {

}
.ad_small_square {
	text-align: center;
	margin: 15px auto;
	border: 1px solid #cccccc;
	width: 728px;
	height: 90px;
}
.more_links {
	text-align: right;
	margin: 5px 10px;
}
.tag_cloud_container {
	margin-top: 20px;
}
.tag_cloud {
	padding: 0px 10px;
	padding-left: 40px;
	text-align: left;
	line-height: 30px;
}
.tag_cloud a:hover {
  color: #F4B40D !important;
}
.tag_cloud a {
	color: #fff !important;
	  text-decoration: none;
	  background: #0066AA;
	  padding: 0px 5px;
	  margin-bottom: 5px;
	  border-radius: 3px;
	  text-shadow: 0px 1px 1px #000000;
	  text-transform: capitalize;
	  display: inline-block;
}
/* VIEW GAME */
.tags_container ul li {
  float: left;
  list-style-image: url("images/tag-icon.png");
}
.tags_container ul{
  overflow: hidden;
  margin-left: 30px;
}
.tags_view_game  a:hover {
  color: #F4B40D !important;
}
.tags_view_game a {
	color: #fff !important;
	text-decoration: none;
	background: #0066AA;
	padding: 0px 5px;
	margin-bottom: 5px;
	border-radius: 3px;
	text-shadow: 0px 1px 1px #000000;
	font-size: 12px;
	text-transform: capitalize;
	display: inline-block;
	font-weight: bold;
}
.view_game_header {
	overflow: auto;
	padding: 10px 0px 10px 0px;
	color: #000;
}
.view_game_header_left {
	overflow: hidden;
}
.view_game_thumbnail {
	float: left;
	margin-right: 15px;
}
.view_game_title_ratings {
	float:left;
	width: 305px;
}
.ratings_left {
	margin-right: 3px;
}
.ratings_right {
	  float: left;
	  font-weight: bold;
	  font-size: 13px;
	  margin-left: 5px;
	  padding: 0px 4px;
	  background: #343434;
	  color: #FFA500;
	  text-shadow: 0 1px 1px #FC8613;
	  border-radius: 3px;
}
div#view_game_cate a{
	letter-spacing: 1px;
	padding: 4px 3px 2px 3px;
	margin: 2px 0px 0 10px;
	color: #fff;
	font-size: 10px;
	line-height: 1em;
	font-family: Arial;
	text-transform: uppercase;
	background-color: #3a87ad;
	text-shadow: #000 0 1px 2px;
	float: left;
}
.like_game{
	float: left;
	margin-top: 9px;
	color: #0C3C5F;
	font-size: 13px;
	font-weight: bold;
}
.view_game_admin_options a {
	font-size: 10px;
	color: #fff;
}
.view_game_ratings {
	margin-top: 5px;
	overflow: hidden;
	height: 25px;
}
.view_game_header_right {
	width: 210px;
	float: right;
	margin-top: 45px;
}
.fav_button {
	float: left;
	font-family: Arial;
	font-weight: bold;
	margin-right: 10px;
}
.fav_button a {
	display: block;
	height: 23px;
	text-align: center;
	text-decoration: none;
	color: #453d01;
	font-size: 12px;
}
.fav_button a:hover {
	background-position: 0px -31px;
}
.fav_button a:active {
	background-position: 0px 0px;
}
div#reportgame, .fav_button{
	background-color: #E8E8E8;
	border-radius: 3px;
	padding: 5px;
}
div#reportgame {
	float: left;
	margin-right: 10px;
	font-family: Arial;
	font-weight: bold;
}
div#reportgame a {
	display: block;
	width: 40px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	color: #2e3949;
	font-size: 12px;
	text-shadow: 0px 1px 0px #8ab3da;
}
.game_button a:hover {

}
.game_button a:active {

}
.view_game_embed_container {
	text-align: center;
	padding-top: 15px;
	overflow: hidden;
	background: #fff;
	border-bottom: 0px;
	position: relative;
	width: 970px;
	box-shadow: 0px 0px 1px 1px #ccc;
	margin: auto;
}
.ad_info {
	font-size: 14px;
	margin-bottom: 20px;
}
.ad_info a {
	color: #7b7b7b;
}
.user_control {
	overflow: hidden;
	padding: 2px 10px;
	background: #F5F5F5;
}
.view_game_details {
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px;
	overflow: auto;
	font-size: 14px;
	margin: 15px auto;
	width: 950px;
	box-shadow: 0px 0px 1px 1px #ccc;
	background: #fff;
}
div#no_games {
  padding-left: 10px;
  font-size: 24px;
}
.view_game_details a {
	color: #185FB2;
}
.view_game_details a:hover {
	color: #185FB2;
}
.view_game_details h2 {
	font-weight: bold;
	color: #000000;
	margin: 7px 0px;
	font-size: 13px;
	text-shadow: 0px 1px 1px #7A8289;
	line-height: 20px;
	  margin-bottom: 0;
}
.view_game_details_left {
	float: left;
	width: 50%;
	color: #000000;
	font-size: 12px;
	line-height: 19px;
  	padding-right: 7px;
  	margin-top: 7px;
}
.view_game_details_right {
	float: right;
	width: 47%;
	position: relative;
  	height: 600px;
  	padding-top: 9px;
}
.view_game_stats {
		color: #747575;
	  font-size: 12px;
	  margin-bottom: 10px;
	  font-weight: bold;
}
.share_options {
	overflow: auto;
	margin: 0px;
	background-color: #e6e6e6;
	border: 1px solid #d8ddd7;
	border-radius: 5px;
	padding: 5px;
}

.social_text {
	font-size: 12px;
	color: #454545;
}
.social_icons {
	float: left;
}
.social_ref_url {
	float: right !important;
}
.share_this{
	margin-top: 6px;
}
.refer_textbox {
	border: 1px solid #c3c3c3;
	width: 180px;
	background: url(images/simple_gradient.png);
}

/* Challenege a friend */
#game_message {
	background: url(images/highscores_header.png) #30518d;
	width: 90%;
	margin: auto;
	margin-top: 15px;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-family: Helvetica;
	font-size: 14px;
	border: 1px solid #5c6982;
}
#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: url(images/homepage_game_bg.png) #e2e4e5 repeat-x;
	border:1px solid #b6bcc7;
	-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: 14px;
	color: #56616b;
}
.view_game_title h2{
	color: inherit;
	font-size: 22px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	border-radius: 5px;
	line-height: 27px;
	padding-bottom: 10px;
	text-transform: capitalize;
}
/* View game highscores */
.view_game_highscores_header {
	background: url(images/highscores_header.png);
	height: 24px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 6px 0px 0px 10px;
	color: #fff;
	text-shadow: 1px 1px 1px #18203e;
	overflow: auto;
	padding-right: 6px;
}
.view_game_highscores {
	background-color: #e6e6e6;
	border: 1px solid #d8ddd7;
	border-top: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.highscore_title {
	background-color: #e0e0e0;
	padding: 5px 10px;
	border-bottom: 1px solid #cbd0cb;
	color: #555755;
}
.game_highscore_list {
	list-style: none;
	font-size: 13px;
	padding: 0px 20px;
	margin: 0px;
	font-family: Verdana;
}
.game_highscore_container {
	height: 35px;
	background: url(images/highscore_seperator.png) repeat-x bottom;
}
.game_highscore_container a {
	color: #323232;
}
.game_highscore_avatar {
	float: left;
}
.game_highscore_name {
	float: left;
	padding: 7px 10px 1px 6px;
	width: 130px;
}
.game_highscore_name a {
	text-decoration: none;
}
.game_highscore_score {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	width: 120px;
	color: #393a39;
}
.game_highscore_date {
	float: left;
	padding-top: 7px;
	color: #545454;
	width: 120px;
}
.game_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.game_highscore_pages {
	text-align: center;
	margin-top: 5px;
	height: 20px;
}
.game_highscore_pages a {
	color: #505050;
	text-decoration: none;
}
#game_highscore_header {
	height: 35px;
}
#game_highscore_header .game_highscore_score, #game_highscore_header .game_highscore_date {
	font-weight: bold;
	color: #555755;
}
#game_highscore_header .game_highscore_name {
	padding-left: 0px;
	width: 166px;
	color: #555755;
	font-weight: bold;
}

/* RANDOM GAMES */
.random_games {
	border-top: 0px;
  	border-bottom: 0px;
  	overflow: hidden;
  	margin-top: 0px;
}
.random_game_options {
	font-size: 11px;
	text-align: center;
}
.random_games_title {
	overflow: hidden;
  	color: #FFF;
  	padding: 5px 10px;
  	background: linear-gradient(#7BA1D3, #0071BD);
  	text-shadow: 0px 1px 1px #000;
}
.random_games_title h3 {
  	font-size: 14px;
  	margin: 0;
  	line-height: 17px;
}
.random_game {
	float: left;
  	width: 150px;
	overflow: hidden;
	margin: 4px 16px;
	padding: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.random_game_image {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	text-align: center;
	height: 120px;
}
.search_form_container{
	padding: 10px;
}
.random_game_info {
}
.random_game_info a {
	color: #242424;
	text-decoration: none;
	font-size: 10px;
}
.random_game_head {
	width: 100%;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 3px;
  	text-align: center;
}
.random_game_head a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.random_game_head a:hover {
	text-decoration: none;
	color: #1978BD;
}

/* GAME COMMENTS */
.view_game_comments {
	margin:15px auto;
  	width: 970px;
  	border-top: 0px;
  	overflow: hidden;
  	box-shadow: 0px 0px 1px 1px #ccc;
  	background: #fff;
}
.view_game_comments_title {
	margin-bottom: 10px;
	color: #1d1d1d;
}
.view_game_comment_form_container {
	margin: auto;
}
.add_comment_box {
	background: #ffffff;
	border: 1px solid #d0d0d0;
	width: 425px;
	height: 40px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	color: #0E3A89;
	resize: none;
}
.view_game_details p a {
  color: #000;
}
.view_game_details p a:hover {
  color: #000;
}
.comment_button_container {
	margin-top: 5px;
	text-align: right;
  	padding-right: 10px;
}
.report_game{
	overflow: hidden;
  	width: 230px;
  	text-align: center;
  	margin: auto;
  	margin-top: 15px;
  	padding: 3px;
  	background: linear-gradient(#000000, #5F5F5F);
  	border-radius: 5px;
  	box-shadow: 0px 0px 1px 1px #060606;
}
#comment_submit, #report_submit, #close_report {
	background: url(images/simple_gradient.png);
	border: 1px solid #dedede;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 2px;
	padding: 3px 10px;
	color: #3d3d3d;
}
#comment_submit:hover, #report_submit:hover, #close_report:hover {
	border-color: #9e9e9e;
	cursor: pointer;
}
#report_submit, #close_report {
	border-color: #b8b8b8;
}

/* REQUIRED COMMENTS LI STYLING */
#comments ul {
	list-style: none;
	margin:10px 0px;
	padding:0px;
}
i#not_comment {
	font-size: 14px;
}
#comments ul li {
	line-height: 150%;
	margin-bottom: 5px;
	padding: 5px 0px 0px 0px;
	overflow:hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #565656;
	width: 90%;
	margin: auto;
}
/* END OF REQ STYLING */
.comment_avatar {
	float: left;
	margin: 0px 10px 0px 5px;
}
.comment_content {
	float: left;
	width: 80%;
}
.comment_username {
	color: #989898;
	font-size: 13px;
}
.comment_username a {
	text-decoration: none;
	color: #1085CC;
}
.thecomment {
	font-size: 13px;
  	color: #000;
}
.comment_pages {
	width: 90%;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	height: 30px;
	font-size: 14px;
}
.comment_pages a {
	border: 1px solid #b1b1b1;
	border-radius: 2px;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #5d5d5d;
}
.comment_pages a:hover {
	background: url(images/simple_gradient.png);
	border-color: #7c7c7c;
}
.comment_pages a b {
	color: #1a2938;
}
.comments_container{
	width: 550px;
}
.footer {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	float: right;
	width: 100%;
	margin: auto;
	background: #0066AC url("images/menu_category_home.png") repeat-x;
	font-weight:normal;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}

/* HOMEPAGE */
a.game-over{
  display: inline-block;
  vertical-align: top;
  width: 150px;
  overflow: hidden;
  position: relative;
  margin-left: 9px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #7C7C7C;
  background: #7C7C7C;
  box-shadow: 0 0 4px 0px #000000;
}
a.game-over img{
	float: left;
	border-radius: 10px;
}
div#des-hover{
	font-size: 11px;
	padding-bottom: 5px;
	width: 250px;
}
div#des-hover table{
	float: left;
	margin-right: 10px;
}
div#des-hover img#thumb{
	float:left;
	margin-right:7px;
	margin-bottom:5px;
}
div#des-hover p#content-des{
	margin: 0px;
}
div#des-hover p#infor{
	margin: 3px 0 0 0;
}
div#des-hover p#infor div#ratings{
	float: left;
}
div#ratings {
	padding-top: 2px;
}
div#ratings img{
	float: left;
	margin-right: 2px;
}
div#ratings div{
	float: left;
	padding-top: 3px;
}
.sidebar_cus h2{
	margin: 10px 0 0px 30px;
	font-size: 15px;
	color: #005C98;
	line-height: 40px;
}
.cate-ratings {
	float: right;
	margin-right: 5px;
}
.cate-ratings img{
	float: left;
}
.cate-ratings div{
	float: left;
	margin-left: 3px;
	padding-top: 4px;
	font-weight: bold;
}
.categories_container {
	padding: 0px 35px;
	overflow: hidden;
}
.cate_info {
	float: left;
	margin: 10px 5px;
	width: 170px;
}
.cate_info img {
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}
.links_container{
	padding: 0px 35px;
	overflow: hidden;
}
.links_container ul li {
	  border: 0px;
	  margin-left: 45px;
	  float: left;
	  width: 180px;
	  height: 30px;
	  margin-bottom: 5px;
}
.home-right{
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-top: 35px;
}
.homepage_featured {
	  float: left;
	  width: 100%;
	  margin: auto;
	  padding: 0px;
	  overflow: hidden;
	  margin-bottom: 10px;
}
.homepage_right_header {
	background: url("images/menu_category_home.png");
	overflow: hidden;
	color: #000;
	height: 20px;
	padding: 0px 10px;
	padding-top: 5px;
	border: 1px #45708B solid;
}
.homepage_featured_header{
	overflow: hidden;
	margin-left: 5px;
}
.homepage_featured_header a{
	  display: inline-block;
	  overflow: hidden;
	  color: #000;
	  padding: 3px 10px;
	  background: #FFF url("images/bg-path.jpg") repeat-x;
	  border: 1px solid #DDD;
	  margin-right: 5px;
}
.homepage_featured_header a:hover{
	background-image: none;
}
.homepage_featured_buttons {
	float: right;
	cursor: pointer;
}
.homepage_featured_title {

}
div#featured_games_container ul{
	margin: 0px;
	padding: 0;
}
div#featured_games_container {
	overflow: hidden;
}
.featured_game {
}
.featured_game_image {
	float: left;
	border: 1px solid #2C2C2C;
	height: 75px;
	overflow: hidden;
	border-radius: 10px;
}
.featured_game_info{
	font-size: 11px;
	margin: auto;
	overflow: hidden;
	padding: 0 5px;
	float: left;
	width: 190px;
}
.featured_game_info p{
	margin: 0;
}
.new_game {
	margin: 0px 14px;
	margin-bottom: 25px;
	float: left;
	width: 150px;
	overflow: hidden;
	padding: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #EDEDED;
	box-shadow: #000000 0 0 2px;
}
.new_game_info {
	overflow: hidden;
	bottom: 0px;
	padding: 5px;
}
.new_game_info p, .popular_game_info p{
	margin: 0px 0 5px 0;
	font-size: 11px;
	color: #000000;
}
.popu_game {
	margin: 0px 14px;
	margin-bottom: 25px;
	float: left;
	width: 150px;
	overflow: hidden;
	padding: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #EDEDED;
	box-shadow: #000000 0 0 2px;
}
.new_game_image img,.popular_game_image img{
	background: #fff;
}
.popular_game_image {
}
.description{
	height: 35px;
	width: 216px;
}
.popular_game_info{
	overflow: hidden;
	bottom: 0px;
	padding: 5px;
}
.featured_game_info,.popular_game_info a {
	color: #313131;
}
.featured_game_options {
	margin-top: 3px;
	font-size: 10px;
	text-transform:uppercase;
}
.featured_game_options a {
	text-decoration: none;
	color: #67747f;
}
.featured_game_options a:hover {
	text-decoration: none;

}
.featured_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.homepage_right_title{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px #151515;
}
.featured_game_head{
	font-size: 11px;
	color: #006FB9;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid;
	
}
.featured_game_head li{
	list-style-image: url("images/game_per_cate.png");
	margin-left: 25px;
  	padding: 3px 0;
  	text-transform: capitalize;
}
.featured_game_head a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.featured_game_head a:hover{
	color: #0074C2;
}
.popular_game_head{
	font-size: 11px;
	color: #006FB9;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 3px;
}
.new_game_head{
	text-align: center;
	font-size: 10px;
	color: #006FB9;
	text-decoration: none;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.homepage_game {
	float: left;
	margin: 10px 9px;
	padding: 3px;
	background: rgba(221, 220, 220, 0.21);
	width: 220px;
	height: 72px;
	overflow: hidden;
	position: relative;
}
.home_game_image {
	float: left;
}
.home_game_image img{
	padding: 2px;
	border: 1px solid #B0B0B0;
	background: #fff;
}
.home_game_info {
	float: left;
	text-align: left;
	font-size: 12px;
	color: #383f4a;
	margin-left: 3px;
}
.home_game_info_2 {
	float: left;
	text-align: left;
	font-size: 12px;
	color: #383f4a;
	margin-left: 3px;
}
.home_game_info_2 a {
	color: #313131;
}
.home_game_info a {
	color: #313131;
}
.home_game_options {
	font-size: 11px;
	text-align: center;
	float: left;
}
.home_game_options_2 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: center;
}
.home_game_options_2 a {
	text-decoration: none;
	color: #67747f;
}
.home_game_options_2 a:hover {
	text-decoration: underline;
}
.home_game_options a {
	text-decoration: none;
	color: #67747f;
}
.home_game_options a:hover {
	text-decoration: underline;
}
.home_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.home_game_head{
	width: 130px;
	margin-left: 4px;
}
.home_game_head_2{
	width: 130px;
	margin-left: 4px;
}
.home_game_head a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.home_game_head a:hover {
	text-decoration: none;
	color: #19447E;
}
.homepage_main {
	overflow: hidden;
	height: 670px;
	position: relative;
	border-bottom: 18px solid #AE5C93;
}
.text_viewall{
	bottom: 0;
	right: 0;
	margin: 20px 15px 0px 0px;
	font-size: 11px;
	height: 30px;
	position: absolute;
}
.text_viewall a {
	background: #2D76AB;
	padding: 6px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.text_viewall a:hover{
	color: #000;
	text-shadow: 0 0 0;
}
.homepage_left {
	width: 20%;
	position: relative;
	background: #AE5C93;
	height: 850px;
	float: left;
}
.homepage_left ul{
	padding: 10px 0px 10px 0px !important;
	margin: 0;
}
.homepage_left li{
	list-style: none;
	padding-left: 10px;
}
.homepage_left ul a{
	text-decoration: none;
	color: #F3CF0B;
}
.homepage_left ul a:active{
	color: #FF00AB !important;
}
.homepage_left ul a:hover{
	text-decoration: none;
	color: #F2f2f2;
}
.cate_menu{
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
}
.cate_menu_active{
	background: #1e242d;
	color: #f2f1f1;
	text-shadow: #111 0 -1px 0;
	box-shadow: #FFFFFF 0px 0px 4px inset;
	border-radius: 5px;
	background-image: linear-gradient(#404753, #1e242d);
}
.homepage_left a:hover div.cate_menu{

}

.homepage_left ul a:active{
	color: #000;
}
.homepage_right {
	width: 80%;
	position: relative;
	float: left;
}
.home_cat_row {
	position: absolute;
	width: 980px;
	background: #E7F5FF;
}
.homepage_category {
	overflow: hidden;
	height: 245px;
}
.home_cat_title {
	overflow: auto;
	padding: 10px;
	background: repeat url("images/bg_menu_title.jpg");
	color: #fff;
}
.home_cat_name {
	float: left;
}
.home_cat_name a, .home_cat_link a {
	text-decoration: none;
	color: #fff;
}
.home_cat_name a:hover, .home_cat_link a:hover {
	color: #F65FEF;
	text-decoration: none;
}
.home_cat_link {
	float: right;
	font-size: 12px;
	margin-right: 14px;
	margin-top: 2px;
}

/* CATEGORY PAGE */
.category_container {
}
.catepage_featured_header {
	background: #000000 url("images/menu_homepage.png") repeat-x;
	padding: 10px 0px;
	color: #ffffff;
}
.category_alone {
	width: 970px;
	margin: 15px auto;
	background: linear-gradient(#FAFEFF,#F1F9FD);
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	border: 1px solid #D1E6F4;
}
.category_options {
	overflow: auto;
	padding: 10px 0px 8px 8px;
	border-bottom: 1px solid #a6a6a6;
	font-size: 14px;
	color: #000;
	background: #0076C5 url("images/menu_category_home.png") top left repeat-x;
}
.category_options a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.category_options a:hover {
	text-decoration: underline !important;
}
.category_game {
  float: left;
  width: 150px;
  height: 165px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: #B3B3B3 0 0 4px;
  overflow: hidden;
}
.category_game_head {
	overflow: hidden;
	padding-right: 3px;
}
.category_game_head h2 {
	font-size: 11px;
	margin: 0;
	line-height: 11px;
	text-align: center;
}
.category_game_image {

}
.category_game_info {
	float: left;
	text-align: left;
	font-size: 12px;
	color: #000000;
	word-break: break-word;
	margin-left: 2px;
}
.category_game_info a {
	color: #313131;
}
.category_game_options {
	margin-top: 3px;
	font-size: 10px;
	overflow: hidden;
  	width: 150px;
}
.category_game_options p{
	font-size: 11px;
	margin: 0px 0 3px 0;
}
.category_game_options a {
	text-decoration: none;
	color: #67747f;
}
.category_game_options a:hover {
	text-decoration: underline;
}
.category_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.category_game_head a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.category_game_head a:hover {
	text-decoration: underline;
}
.categories_main {
	overflow: hidden;
}
.category_alone_pages, .tag_pages{
	overflow: auto;
	padding: 10px 5px;
	width: 970px;
}
.category_alone_pages a,.tag_pages a {
	  text-decoration: none;
	  float: left;
	  font-size: 14px;
	  display: inline-block;
	  overflow: hidden;
	  color: #000;
	  padding: 3px 10px;
	  background: #FFF url("images/bg-path.jpg") repeat-x;
	  border: 1px solid #DDD;
	  margin-right: 5px;
}
.category_alone_pages a:hover, .tag_pages a:hover{
	background-image:none;
}
.category_pages {
	overflow: auto;
	padding: 10px 5px;
	width: 720px;
	border-top: 1px solid #ccc;
}
.category_pages_inner {
	float: left;
	overflow: auto;
}
/* PROFILE */
.profile_header {
	background: url(images/profile_container.png) #dcdee1;
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: #282f3a;
}
.profile_container a {
	color: #fff;
}
.profile_header_avatar {
	width:80px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	width: 650px;
	height: 75px;
	float: left;
	padding-top: 25px;
	padding-left: 5px;
}
.profile_header_buttons {
	float: right;
	width: 173px;
	height: 97px;
	padding-left: 20px;
	padding-top: 3px;
}
.profile_username {
	font-size: 40px;
	padding: 0px;
	float: left;
}
.profile_points {
	float: left;
	margin-left: 10px;
	color: #2c2c2e;
	padding: 0px 5px 0px 5px;
	border: 1px solid #6e6e73;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 14px;
	background: linear-gradient(#7BA1D3, #0071BD);
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-top: 0px;
	padding: 7px 10px;
	color: #FFFFFF;
}
.profile_stats a {
	color: #3b3b3c;
	border: 1px solid #b5b5b5;
	padding: 2px;
	border-radius: 3px;
	text-decoration: none;
}
.profile_button a {
	font-family: Arial;
	display: block;
	width: 115px;
	height: 23px;
	background: url(images/profile_button.png);
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	color: #545454;
	font-size: 12px;
	text-shadow: 0px 1px 0px #d6d6d6;
	float: right;
	margin: 10px 10px 0px 0px;
}
.profile_button a:hover {
	display: block;
	background-position: 0px -31px;
}
.profile_button a:hover {
	display: block;
}
.profile_main {
	overflow: auto;
}
.profile_right {
	width: 70%;
	float: right;
}
.profile_column2 {
	font-size: 14px;
	margin-bottom: 20px;
}
.user_info a {
	color: #67747F;
	font-size: 14px;
}
.user_info a:hover {
	color: #e2e2e2;
}
.right_title {
	color: #0A9DFF;
}
.profile_content_item {
	overflow: auto;
	border: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.fav_container {
	padding: 10px;
	color: #1e1f22;
}
.fav_container a {
	color: #000000;
}
.fav_container a:hover {
	text-decoration: underline;
}
.profile_comment {
	line-height: 150%;
	margin-bottom: 5px;
	overflow:hidden;
	background: #ffffff repeat-x;
	border: 1px solid #d3d3d3;
}
.profile_comment .comment_username {
	background: #0073C0;
	padding: 0px 4px;
	color: #fff;
}
.profile_comment .thecomment {
	padding: 4px 6px;
}
.profile_left_header {
	background: linear-gradient(#7BA1D3, #0071BD);
	overflow: auto;
	padding: 8px 0px 5px 8px;
	border-bottom: 1px solid #a6a6a6;
	margin-bottom: 2px;
	color: #FFFFFF;
	font-size: 14px;
}
.profile_left {
	float: left;
	width: 29%;
}
.profile_module_header {
	color: #fff;
	padding: 5px 0px 5px 8px;
	overflow: auto;
	background: linear-gradient(#7BA1D3, #0071BD);
	font-size: 14px;
	margin-bottom: 5px;
}
.profile_module {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #000000;
	font-size: 14px;
}
.profile_module_content {
	padding: 8px 0px 4px 8px;
	word-wrap: break-word;
}
.profile_module_content a {
	color: #b5bdd1;
}
/* EDIT PROFILE */
.edit_avatar_container {
	padding: 10px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	overflow:auto;
}
.edit_info_container {
	padding: 10px;
}
.edit_profile_header {
	font-size: 20px;
	color: #353535;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	padding: 0 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;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	background: url(images/textbox_bg.png) repeat-x #fff;
}
.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;
	background: url(images/textbox_bg.png) repeat-x #fff;
}
.profile_submit_button {
	background: url(images/simple_gradient.png);
	border: 1px solid #767676;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	padding: 3px 10px;
	color: #3d3d3d;
	float: right;
}
.profile_submit_button:hover {
	border-color: #0c2450;
	color: #000;
}
.sig_editor {
	margin-top: 10px;
}
/* Profile page highscores */
.user_highscore_list {
	list-style: none;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.user_highscore_container {
	height: 32px;
	border-bottom: 1px solid #1c1b23;
	margin-bottom: 2px;
}
.user_highscore_container a {
	color: #8FA9D4;
	text-decoration: none;
}
.user_highscore_container a:hover {
	text-decoration: underline;
}
.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;
	color: #8FA9D4;
	text-align: right;
}
.user_no_highscores {
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.user_highscore_pages {
	text-align: center;
}
.user_highscore_pages a {
	color: #8FA9D4;
}
#user_highscore_header {
	height: 25px;
	font-weight: bold;
}
#user_highscore_header .user_highscore_score {
	color: #3D5680;
	padding: 0px;
}
#user_highscore_header .user_highscore_name {
	color: #3D5680;
	padding: 0px;
	width: 41%;
}
/* NEWS */
.news_title h1 {
	margin: 0;
	font-size: 28px;
	line-height: 32px;
}
.news_left {
	float: left;
	width: 670px;
}
.news_options {
	color: #000;
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
}
.news_options a {
	color: #1B7DD3;
}
.news_wrapper {
	background-color: #fff;
	padding-bottom: 1px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #E1E1E1;
	border-radius: 20px 0 0 0;
	overflow: hidden;
}
.news_header {
	color: #fff;
	background: #000000 url("images/menu_homepage.png") repeat-x;
	overflow: auto;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: #d9d9d9 1px solid;
}
.news_image {
	float: right;
	width: 60px;
	margin: 5px 8px 0px 0px;
}
.news_title {
	float: left;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 16px;
}
.news_title a {
	color: #0076C5;
	text-decoration: none;
	font-weight: bold;
}
.news_title a:hover {
	text-decoration: underline;
}
.news_author {
	font-size: 14px;
}
.news_main {
	padding: 0px 10px 0px 10px;
	margin-bottom: 25px;
	font-family: Arial;
	margin-top: 10px;
}
.news_footer {
	text-align: right;
	padding: 3px 10px;
}
.news_footer a {
	color: #1a2e4c;
	text-decoration: none;
	font-size: 15px;
}
.news_footer a:hover {
	text-decoration: underline;
}

/* News comments */
#news_comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#news_comments ul li {
	line-height: 150%;
	margin-bottom: 5px;
	padding: 5px 0px 10px 0px;
	overflow:hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #565656;
	width: 95%;
	margin: auto;
}
.news_comments_container {
	border: 1px solid #c8c8c8;
	border-top: 0px;
	background: #DFF2FF;
	margin-bottom: 15px;
	overflow: auto;
	padding-bottom: 20px;
	margin-left: 5px;
}
.news_comments_header {
	color: #FFF;
	border-radius: 5px 5px 0 0;
	margin-left: 5px;
	background: #000;
	padding: 10px;
}
.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: 0px 10px 0px 5px;
}
.news_comment_content {
	float: left;
	width:620px;
	padding-top: 3px;
}
.news_comment_username {
	color: #989898;
	font-size: 13px;
}
.news_comment_username a {
	text-decoration: none;
	color: #3b3b3b;
}
.news_thecomment {
	font-size: 14px;
}


/* MISC PAGES */
.misc_container {
	/*overflow: auto;*/
}
.misc_left {
	float: left;
	width: 725px;
	background-color: #dee2e5;
	padding: 10px;
	font-size: 15px;
	color: #272a34;
}
.misc_left a {
	color: #2f447c; 
}
.misc_left a:hover {
	color: #4361b0;
}
.misc_right {
	float: left;
  width: 300px;
  margin-left: 15px;
  margin-top: 35px;
}

/* Member list */
#member_list {
width: 100%;
  overflow: hidden;
  margin-left: 10px;
}
#member_list td {
	border-bottom: 1px solid #CFCFCF;
	height: 40px;
	font-size: 14px;
}
#member_list td a {
	color: #373737;
}
#member_list img {
	margin-top: 5px;
}
.member_list_pages {
	width: 715px;
	margin-top: 15px;
}
/* Friends */
.friends_header, .friend_requests_header, .links_header {
	font-size: 16px;
	border-bottom: 1px solid #d5d8db;
	color: #1A2E4C;
	font-weight: bold;
	margin: 10px;
}
.friends_container, .friend_requests_container {
	margin: 7px 0px;
	padding: 0 15px;
}

.friend_container {
	padding: 5px;
	height: 50px;
	margin-bottom: 5px;
	border: 1px solid #F2F2F2;
	background: #1C74B0;
	color: #fff;
}
.friend_container a {
	color: #000000;
	font-weight: bold;
}
.friend_container a:hover{
	text-decoration: underline;
}
.friend_avatar {
	float: left;
	border-radius: 10px;
	overflow: hidden;
}
.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;
}
/* Link exchange */
.add_link_form_container {
	margin-bottom: 10px;
	padding: 10px;
}
.link_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px 10px 0px;
	font-size: 13px;
	border-bottom: 1px solid #d5d8db;
	width: 515px;
	margin: auto;
}
.link_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 9px;
}
.link_form_element {
	float: left;
}
.link_form_element input {
	background: url(images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
}
.link_button_container {
	text-align: right;
}
.link_button, .dropdown-submit, .pm_button, .challenge_buttons input {
	border: 1px solid #E7E7E7;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	padding: 6px 15px;
	color: #3d3d3d;
	background: #fff;
}
.link_button:hover, .dropdown-submit:hover, .pm_button:hover, .challenge_buttons input:hover {
	border-color: #6c6c6c;
}
.link_exchange_info {
	margin: 10px;
	font-size: 14px;
}
.link_item {
	margin: 0 10px;
	margin-top: 5px;
}

/* Private messages */
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	background: #fff;
	border: 1px solid #d0d0d0;
	font-size: 15px;
	padding: 4px;
	border-radius: 5px;
}
.pm_message_textbox {
	height: 100px;
	width: 600px;
	background: #fff;
	border: 1px solid #d0d0d0;
	font-size: 15px;
	padding: 4px;
	font-family: Arial;
	border-radius: 5px;
}
.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;
	padding-left: 10px;
}
.pm_header{
	padding:10px;
}
.pm_footer a {
	text-decoration: none;
}
.pm_table td {
	border-bottom: 1px solid #c6c6c6;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}

/* SEARCH/TAGS - BASED ON CATEGORY GAMES CSS */
.search_game {
	padding:5px 0px 5px 10px;
	border-bottom: 1px solid #cfcfcf;
	float: left;
	width: 352px;
}
.search_game .category_game_info {
	width: 250px;
}
.search_game a {
	color: #313131;
}
.search_game a:hover {
	color: #313131;
}
.misc_left .category_pages, .tag_pages {

}
.tag_pages {
	margin-top: 10px;
}
.tag_sort_options {
	margin-bottom: 10px;
}

/* General */
.form_textbox {
	border: 1px solid #d0d0d0;
	height: 18px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
	border-radius: 5px;
	margin-top: 5px;
}

/* Submit game */

.submit_text_box {
	border: 1px solid #d0d0d0;
	height: 18px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
	border-radius: 5px;
	margin-top: 5px;
}
.submit_text_area {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	width: 400px;
	height: 80px;
}
.submit_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	border-bottom: 1px solid #cdd7e3;
}
.submit_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 2px;
}
.submit_form_element {
	float: left;
}
.submit_button_container {
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
}
.submit_button {
	background: #fff;
	border: 1px solid #E5E5E5;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	padding: 3px 10px;
	color: #3d3d3d;
}
.submit_button:hover {
	border-color: #14629a;
	cursor: pointer;
}