@font-face{
	font-family:'UpperEastSide';
	src:url(UpperEastSide.ttf);
}
body {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 14px;
    background-repeat: repeat-x;
    background-color: #f5f5f5;
}
body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #494949;
  outline: 1px solid slategrey;
}
pre {
  display: inline-block;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: none;
  padding: 0;
  margin: 0;
}
h2#tit-list{
	font-family: 'JustLikeThis';
    font-size: 17px;
    margin-bottom: 0;
    margin-left: 20px;
}

div#line-header {
    background: url("images/line.png") no-repeat center top;
    width: 100%;
    height: 17px;
    margin-top: 10px;
}
ul li{
	list-style: none;
}
h1#logo-tit {
    display: inline-block;
    color: #8d2424;
    font-family: 'UpperEastSide';
    font-size: 300%;
	text-shadow: #5F5353 3px 3px 3px;
	margin-left:5px;
}
form input {
    font-size: 12px !important;
}
div#gamenotload{
  width: 96%;
  margin: auto;
  padding: 5px;
  border: 1px solid #A3A3A3;
  margin-bottom: 10px;
  background: #f00;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-shadow: 0 1px 1px #000;
}
div#gamenotload a {
  font-size: 18px;
  text-shadow: none;
}
iframe#iframe-stmblpn-widget-1{
	padding: 3px !important;
}
ul#games {
    float: left;
    padding: 5px;
    margin: 5px;
}
ul#games li {
    font-size: 12px;
    font-weight: bold;
    color: #6D6D6D;
    font-family: Tahoma;
    margin: 0 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed;
   	width: 205px;
}
ul#games li a {
    font-size: 14px;
    color: #6D6D6D;
    font-family: 'Merriweather', serif;
}
ul#games h3 {
    margin: 0;
    padding-left: 10px;
}
div#list-games {
    width: 99%;
    margin: auto;
    overflow: hidden;
}
div#row {
    overflow: hidden;
}
div#list-line {
    width: 90%;
    margin: 10px auto;
    border-bottom: 1px solid #ccc;
}
.share_this {
    padding-bottom: 15px !important;
}
div#share {
    text-align: center;
    margin-bottom: 10px;
}
h2#tell {
    color: #8D2424;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}
.main_content{
  background: #D6D1C1;
  overflow: hidden;
  width: 97%;
  margin: auto;
  margin-top: 10px;
  border-radius: 10px 10px 5px 5px;
  padding-bottom: 10px;
}
.main_content h2 {
	font-weight: bold;
	margin: 7px 0px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0;
	display: initial;
}
.main_content p{
	margin:0;
}
.title_hover{
  display: none;
  left: -2px;
  top: -125px;
  color: #000;
  padding-top: 5px;
  overflow: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 102%;
  height: 100%;
  text-align: center;
  font-family: 'Vollkorn', serif;
  vertical-align: middle;
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
  text-shadow: 0px 1px 1px #FFF;
  text-transform: capitalize;
}
.name_hover {
  width: 100%;
  margin:3px auto;
  font-size: 11px;
  color: #525252;
  font-weight: bold;
}
.game_info_header {
  overflow: hidden;
}
.game_info_header a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  padding-top: 9px;
  color: #000000;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
}
.game_info_header a:hover{
  background: #716F68 !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  color: #FFF !important;
  text-decoration: none;
}
.comment_active{
  background: #716F68 !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  color: #FFF !important;
}
span#rp{
	  font-size: 14px;
  font-weight: bold;
}
.comment_game2 {
  padding-left: 10px;
  border: 1px solid #CACACA;
  width: 95%;
  background: #fff;
  border-top: 0;
  box-shadow: 0px 0px 0px 1px #CACACA;
  float: left;
}
.ua_info a {
  display: inline-block;
  color: #FFF;
  margin: 0px 5px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.38);
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
}
.ua_info a:hover{
	color: #FFF;
}
.user-right a {
  display: inline-block;
  color: #FFF;
  margin: 0px 5px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.38);
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
    margin-top: 5px;
}
.user-right a:hover{
	color: #FFF;
	text-decoration: underline;
}
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;
  color: #000;
}
div#col-cate {
  float: left;
  width: 210px;
  margin-left: 40px;
}
.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;
}
.home_main_middle{
	overflow: hidden;
}
div#gsc-iw-id1 {
border-radius: 5px;
}

.menu_dropdown{
	  position: absolute;
	  margin-top: 0px;
	  overflow: hidden;
	  width: 100%;
	  min-width: 200px;
	  left: 0;
	  padding: 5px;
	  display: none;
	  z-index: 5;
	  color: #000000;
	  background-color: #FFFFFF;
	  border-radius: 0px 0px 5px 5px;
	  border-top: 0;
}
div.sub_menu_cate_header a{
	padding: 0;
	color: #000 !important;
	font-weight: bold;
	font: bold 12px arial, sans-serif;
	box-shadow: #272626 0 0 0 inset;
	background: none;
	text-align: left;
	width: 100%;
}
.sub_menu_cate_header{
	padding: 4px 6px;
	cursor: pointer;
}
div.sub_menu_cate_header a:hover{
	box-shadow: #000 0 0 0px inset;
	background: none;
	text-shadow:none;
	text-decoration: none;
}
.sub_menu_cate_header:hover{
	background: #EFEFEF;
	color: #000000 !important;
	border-radius: 3px;	
	box-shadow: #000 0 0 2px inset;
}
.sub_menu_cate_header:hover a{
	color: #000000 !important;
	text-shadow:none !important;
}
form {
  margin: 0;
}
.form_login_header{
	font-size: 11px;
	font-weight: bold;
  text-align: left;
  margin: 5px;
}
.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: #FFF url("images/bg-path.jpg") repeat-x;
	border: 1px solid #b3bac1;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 4px;
	padding: 3px 5px;
	cursor: pointer;
}
.button_header:hover{
	background-image: none;
}
div#title_cate a {
	text-decoration: none;
	color: #0479CF;
}
div#title_cate a:hover {
	text-decoration: none;
	color: #0093FF;
}
.cate_description{
	margin: 5px;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
	border-radius: 5px;
}
.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 {
	padding: 5px 15px;
	border-radius: 15px 0px 0px 15px;
}
.register_form,.login_form{
  padding: 5px 15px;
  border-radius: 15px 0px 0px 15px;
  width: 320px;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.register_form input,.login input{
  min-width: 300px;
  margin: auto;
  margin-top: 5px;
  color: #000000;
}
a.button-header{
    margin: 10px;
    line-height: 13px;
    cursor: pointer;
    text-shadow: 0 0 1px #000;
    padding: 5px 10px;
    background-color: #bd0009;
    color: #fff!important;
    font-weight: bold;
    border: 1px solid #650004!important;
    box-shadow: inset 0 0 2px #f9001f;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 4px;
}
a.button-header:hover{
	color: #000;
	text-decoration:none;
}
b.sub_triangle{
	  margin-left: 2px;
  margin-top: 4px;
  border-top: 7px solid #626262;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
a#cate{
	display: flex;
  float: left;
  padding-top: 5px;
  margin-right: 10px;
    font-weight: bold;
  text-decoration: none;
}
.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: 97%;
	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: 12px;
  padding: 4px 3px;
  color: #000;
    padding-top: 6px;
}
.path_games{
  font-size: 12px;
  border-radius: 2px;
  padding: 15px;
}
.page_container h2 {
    font-size: 18px;
}
.page_container h3 {
    font-size: 16px;
}
.page_container h4 {
    font-size: 14px;
}
.body_cus {
  width: 997px;
  margin: auto;
  overflow: hidden;
  margin-top: 10px;
}
span#path{
  text-transform: capitalize;
  text-decoration: underline;
}
/*Font Anwsome*/
span.fa.fa-angle-double-right {
  margin: 0 5px;
  color: #5F5F5F;
  font-size: 14px;
  font-weight: bold;
}
span.fa.fa-home {
  font-size: 17px;
  margin-right: 4px;
}
span.fa.fa-folder-open {
  margin-right: 3px;
  font-size: 14px;
}
span.fa.fa-bar-chart{
  margin-right: 3px;
  font-size: 14px;	
}
span.fa.fa-laptop{
  margin-right: 3px;
  font-size: 14px;	
}
span.fa.fa-comment{
	margin-right: 3px;
}
span.fa.fa-info-circle{
	margin-right: 3px;
}
span.fa.fa-calendar {
  font-size: 14px;
  margin-right: 3px;
  color: #5994d0;
}
span.fa.fa-thumbs-o-up{
	font-size: 13px;
	margin-right: 3px;
	margin-left: 15px;
	color: #BD0009;
}
span.fa.fa-lock {
	margin-right: 5px;
}
span.fa.fa-tag {
	margin-right: 2px;
}
span.fa.fa-backward, span.fa.fa-forward{
	font-size: 12px;
}
/*Font Anwsome*/
.path_games a{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.path_games a:hover{
	color: #000;
}
.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%;
}
#link_web{
  font-family: 'Ropa Sans', 'Comic Sans MS', cursive;
  font-size: 16px;
  text-transform: lowercase;
  width: 235px;
  margin: auto;
  font-weight: normal;
  text-shadow: 1px 1px #C2C2C2;
  margin-top: -5px;
}
span#text_4{
	color: #f60;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 50px;
	line-height: 50px;
}
.header_logo a{
	text-decoration: none;
}
.box_header{
	box-shadow: 0px 0px 200px 133px #C0C0C0;
}
table.option{
	border-spacing: 0;
	font-weight: bold;
}
.button_fullscreen{
	padding: 15px 0;
	height: 30px;
	margin: auto;
	text-align: center !important;
}

.main_sidebar{
	width: 100%;
	background: #fff;
	margin: 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 a, #pm_task_complete a {
	color: #fff;	
}

/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:16px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;opacity:1;}
    #rateMe a{display:inline-block;background:url(images/empty_star.png) no-repeat;width:20px; height:20px;opacity:0.6;}
    #ratingSaved{display:none;}
    .saved{color:red; }
    
/* AV Arcade popup */

#ava-popup-error {
  
    position: fixed;
	  top: 15px;
	  left: 5%;
	  width: 900px;
	  background-color: #EEE;
	  color: #333;
	  border: 1px solid #fff;
	  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-game_container{
	
}
#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] {

}

#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;
	width: 400px;
}
#games_container{
	width: 100%;
	margin: auto;
  text-align: center;
}
#random_games_container{
	width: 100000px;
	position: relative;
	opacity: 0.9;
}
.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;
}
.ads_text{
	width: 85%;
  margin: auto;
  margin-top: 15px;
    font-weight: bold;
  text-transform: uppercase;
}
.ad_center_text {
	text-align: center;
	margin: 15px 0;
	color: #fff;
}
.home-right-ads {
  width: 300px;
  margin: 10px 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(#D7D7D7, #B3B3B3);
	box-shadow: 0px 0px 0px 1px #939393;
}
div#name_randomg_ame {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #A2A2A2;
}
.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;
}
.search_home{
	display: inline-block;
}
.header_search_right {
	  border-radius: 5px;
	  border-left: 0px;
	  margin-right: 5px;
	  float: left;
	  padding: 2px 15px;
	  background: linear-gradient(#138B0B, #053C01);
	  box-shadow: 0 0 1px 1px #ffffff;
	  margin-top: 1px;
	  cursor: pointer;
}
.header_search_right:hover{
	background: linear-gradient(#138B0B, #30742B);
}
.search_cus{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
.header_search_button {
	padding: 0px;
	margin: 0px;
}
.main_menu {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 5px;
}
.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{
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
}
.user-left a {
    display: inline-block;
    margin: 4px 2px;
    color: #00A4EC;
    font-weight: normal;
}
.user-left a:hover{
  text-decoration: underline;
}
.user-left {
    font-size: 12px;
    text-align: left;
}
.ua_avatar {
    float: right;
}
.user_area_click{
    position: absolute !important;
    z-index: 100 !important;
    min-width: 30% !important;
    max-width: 30% !important;
    margin-top: 110px !important;
    left: 35%;
}
.user_area_ddc {
	position: relative;
}
.user-right{
	position: relative;
}
.user_area_dropdown {
    position: absolute;
    overflow: inherit;
    left: 0px;
    display: none;
    background: #B9B5A8;
    z-index: 3;
    border-radius: 0 0 5px 5px;
    text-align: center;
    padding: 5px 0;
    border: 5px solid #D6D1C1;
}
.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_info {
	float: left;
}
.ua_info > * {
  margin: 5px;
  margin-top: 6px;
}
.ua_username {
	float: left;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.ua_username:hover{
	text-decoration: underline;
}
.ua_points {
  float: left;
  padding: 2px 3px;
  font-size: 11px;
}
.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;
}
.close_fullscreen a:hover{
	color: #fff;
}
.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: linear-gradient(#138B0B, #053C01); /* 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: #ffffff;
}
.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: #358D21;
}
.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 {
    text-align: left;
    line-height: 18px;
    padding: 5px;
}
.tag_cloud a:hover {
  color: #00A4EC !important;
}
.tag_cloud a {
    text-decoration: none;
    padding: 0px 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    text-transform: capitalize;
    display: inline-block;
        background: #FFFFFF;
}
/* VIEW GAME */
.tags_container ul li {
  float: left;
  list-style-image: url("images/tag-icon.png");
}
.tags_container ul{
  overflow: hidden;
  margin-left: 30px;
}
.view_game_header {
  overflow: auto;
}
.view_game_header2{
  overflow: auto;
}
.view_game_header_left {
	  display: inline-block;
	  width: 100%;
}
a.play_this_game{
    background-color: #bd0009;
    color: #fff!important;
    font-weight: bold;
    border: 1px solid #650004!important;
    box-shadow: inset 0 0 2px #f9001f;
    display: inline-block;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 5px;
    text-decoration: none;
}
a.play_this_game:hover {
    background-color: #CF000A;
    border: 1px solid #AE030A!important;
}
a.homebtnload{
	  width: 130px;
  text-align: center;
  margin: auto;
    display: block;
}
.view_game_thumbnail {
  float: left;
  margin-right: 15px;
  padding: 3px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 1px 2px 5px 1px #000;
  background: #FFFFFF;
  margin-left: 5px;
}
.view_game_title_ratings {
	float:left;
	width: 65%;
}
.view_game_title_ratings2 {

}
.ratings_left {
	margin-right: 3px;
}
.ratings_right {
  float: left;
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
  padding: 0px 4px;
  border-radius: 3px;
  text-shadow: 0px 1px 1px #7A8289;
  padding-top: 1px;
}
div#date_add{
	display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 13px;
    margin: 12px 10px;
}
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: 11px;
}
.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 {

}
.ad_info {
	font-size: 14px;
	margin-bottom: 20px;
}
.ad_info a {
	color: #7b7b7b;
}
.user_control {
	overflow: hidden;
	padding: 2px 10px;
	background: #F5F5F5;
}
div#no_games {
  padding-left: 10px;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
}
.view_game_details a {
	color: #000;
}
.view_game_details a:hover {
	color: #000;
}

.view_game_details2 h2 {
	font-weight: bold;
	color: #000000;
	margin: 7px 0px;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
}
.view_game_details_left {
	color: #000000;
	font-size: 12px;
	line-height: 19px;
  	padding-right: 7px;
}
.view_game_details_right {
	width: 750px;
	position: relative;
}
.view_game_stats {
	font-size: 12px;
	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: 10px !important;
}
.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 h1{
	color: inherit;
	font-size: 22px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	border-radius: 5px;
	line-height: 27px;
	padding-bottom: 5px;
	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 */
.view_random_games{
	padding: 0px !important;
	width: 100%;
	margin: auto;
	text-align: center;
}
.view_random_games a{
  float: none !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 3px !important;
}
.random_games {
	border-top: 0px;
  	border-bottom: 0px;
  	overflow: hidden;
  	margin-top: 0px;
  	max-height: 722px;
}
.random_game_options {
	font-size: 11px;
	text-align: center;
	color: #000;
}
.random_games_title {
	position: relative;
  overflow: hidden;
  color: #000;
  padding: 5px 10px;
  background: #FFF url("images/bg-path.jpg") repeat-x;
  z-index: 2;
}
.random_games_title h3 {
  	font-size: 14px;
  	margin: 0;
  	line-height: 17px;
}
.random_game {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.random_game_image {
  text-align: center;
  padding: 2px;
  background: #000;
  border-radius: 4px;
}
.search_form_container{
	padding: 10px;
}
.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: 13px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Ropa Sans', "Comic Sans MS", cursive;
}
.random_game_head a:hover {
	text-decoration: underline;
}

/* GAME COMMENTS */
.related_games {
	margin: 10px auto;
	width: 967px;
	border-top: 0px;
	overflow: hidden;
	background: #D6D1C1;
	padding:5px 0;
	border-radius: 5px;
}
.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: 96%;
	height: 40px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	color: #000;
	resize: none;
}
.view_game_details p a {
  color: #000;
}
.view_game_details p a:hover {
  color: #000;
}
.comment_button_container {
	margin-top: 5px;

}
div#comment_on_site {
  padding-top: 10px;
  padding-bottom: 5px;
}
.report_game{
  text-align: center;
  margin: auto;
  padding: 4px;
  overflow: hidden;
    margin-top: 4px;
}
.report_game a{
	width: 230px;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  padding: 3px 5px;
  border-radius: 3px;
  overflow: hidden;
  color: #000;
  background: #FFF url("images/bg-path.jpg") repeat-x;
  border: 1px solid #DDD;
}
.report_game a:hover{
	background-image: none;
	text-decoration: none;
}
#comment_submit, #close_report {
	background: #FFF url("images/bg-path.jpg") repeat-x;
	border: 1px solid #dedede;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 2px;
	padding: 3px 10px;
	color: #3d3d3d;
}
#comment_submit {
  background: #a00;
  font-size: 15px;
  line-height: 22px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  padding: 5px 15px;
  border: 0;
}
#report_submit:hover, #close_report:hover {
	border-color: #9e9e9e;
	cursor: pointer;
	background-image: none;
}
#close_report {
	border-color: #b8b8b8;
	font-weight: bold;
}
/* 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 5px 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 {
	font-size: 13px;
}
.comment_username a {
	text-decoration: none;
	font-weight: bold;
}
.thecomment {
	font-size: 13px;
}
.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;
}
div#line-footer {
    background: url("images/line-footer.png") no-repeat center top;
    width: 100%;
    height: 32px;
    margin: 10px 0;
}

.footer a {
	text-decoration: none;
}

.link_footer a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 3px 2px;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
}
.link_footer span.fa {
  font-size: 14px;
}
a.random-over {
  display: inline-block;
  position: relative;
}
.infor_footer{
  margin:auto;
  width: 1005px;
  border-top: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 1px 1px #ccc;
  background: #fff;
  text-align: left;
}
.infor_footer h2{
	font-weight: bold;
  color: #000000;
  margin: 7px 0px;
  font-size: 17px;
  text-shadow:0px 1px 1px #BBBBBB;
  line-height: 25px;
  margin-bottom: 0;
}
.infor_footer a{
	color: #000000 !important;
}
.infor_footer_title{
	position: relative;
  overflow: hidden;
  color: #000;
  padding: 5px 10px;
  background: #FFF url("images/bg-path.jpg") repeat-x;
  z-index: 2;
  font-family: 'Ropa Sans', "Comic Sans MS", cursive;
}
.infor_footer_title h3 {
  font-size: 14px;
  margin: 0;
  line-height: 17px;
}
/* HOMEPAGE */


.img-active{
  position: absolute;
  width: 210px;
  height: 170px;
  left: -28px;
  top: -20px;
}
a.game-over{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 116px;
    height: 126px;
    overflow: hidden;
    background: #EEEEEE;
    padding: 2px;
    margin: 10px;
    box-shadow: 0px 0px 1px 1px #C5C5C5;
}
img#new-game {
  position: absolute;
  left: 0;
  top: 0;
}
div.game.masonry {
    width: 166px;
    height: 160px;
}
.masonry {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div#menu-list {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 23px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    margin-top: 15px;
}
div#menu-list a {
    font-size: 21px;
    font-family: 'Merriweather', serif;
    color: #565654;
    border-bottom: 1px dashed;
    text-decoration: none;
}
div#menu-list a:hover{
	text-decoration: none;
}
div#search {
    width: 90%;
    margin: auto;
    overflow: hidden;
    height: 30px;
    padding: 2px;
    text-align: center;
}

input#search_textbox:focus{
	color: #000;
}
div#des-hover{
	font-size: 11px;
	padding-bottom: 5px;
	min-width: 170px;
	max-width: 300px;
}
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;
}

.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 {
	overflow: hidden;
}
.cate_info {
	float: left;
	margin: 10px;
	width: 170px;
}
.cate_info img {
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}
.links_container{
	overflow: hidden;
}
.links_container ul li {
  border: 0px;
  margin-right: 10px;
  float: left;
  width: 170px;
  height: 30px;
  margin-bottom: 5px;
}
div#ads-home{
  padding-bottom: 2px;
  font-weight: bold;
  font-size: .7em;
  letter-spacing: .09em;
  color: #9b70c1;
  background-color: #D6D1C1;
  text-transform: uppercase;
  margin: auto;
  width: 95%;
  text-align: center;
  padding: 7px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: default;
}
.ads-home{
  box-shadow: 1px 1px 10px 1px #000000;
  border-radius: 2px;
  width: 300px;
  height: 250px;
  margin: 10px auto;
}
.ads.masonry{
	width: 332px;
	height: 320px;
}
.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: #69348E;
  overflow: hidden;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px 20px 0 0;
}
.homepage_featured_header{
	overflow: hidden;
	margin-left: 10px;
	  width: 760px;
  margin: auto;
}
.border-des{
    width: 99%;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    display: inline-block;
    margin: 5px auto;
    padding: 5px;
}
div.border-des.in-game{
	text-align: center;
}
div#rating-in-game {
  display: inherit;
}
.path-cate{
    padding: 0 10px;
    padding-top: 10px;
}
.path-cate a{
   font-size: 12px !important;
}
.path-cate h1{
  display: initial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 16px;
}
.homepage_featured_buttons {
	float: right;
	cursor: pointer;
}
div#featured_games_container ul{
	margin: 0px;
	padding: 0;
}
div#featured_games_container {
  background-color: #3D1459;
}
.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 {
}
.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{
	font-size: 14px;
	font-weight: bold;
}
.featured_game_head{
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 3px;
  border-bottom: 1px solid #5c327e;
	
}
.featured_game_head li{
	margin-left: 15px;
  	padding: 3px 0;
  	text-transform: capitalize;
}
.featured_game_head a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.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;
}
.main_games {
    width: 830px;
    margin: auto;
    overflow: hidden;
}
.categories {
  float: left;
  width: 660px;
}

.category_home {
  display: inline-block;
  width: 310px;
  margin: 10px 15px;
  margin-left: 0;
  background-color: #69348E;
  border-radius: 5px 20px 0 0;
  overflow: hidden;
  border: 2px solid #69348E;
}
.aa {
  background-color: #3D1459;
  overflow: hidden;
}
.game_category{
  width: 145px;
  float: left;
  margin:10px 5px;
}
.name_category_home {
  background-color: #B9B5A8;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
.name_category_home img{
	float: right;
	opacity: 0.8;
}
.name_game_category {
  font-size: 11px;
  padding-top: 3px;
}
.img_game_category {
  float: left;
  margin-right: 5px;
  background-color: #121212;
  overflow: hidden;
  padding: 3px;
  border-radius: 3px;
}
.more_cate {
  display: inline-block;
  text-align: right;
  background-color: #69348E;
  width: 300px;
  padding: 5px;
  font-size: 12px;
}
.more_cate a{
  font-size: 11px;
  text-decoration: underline;
  font-weight: bold;
}
/* CATEGORY PAGE */
.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 a,.tag_pages a {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    color: #000;
    padding: 2px 8px;
    background: #FFF url("images/bg-path.jpg") repeat-x;
    border: 1px solid #FFF;
    cursor: pointer;
}
.category_alone_pages a:hover, .tag_pages a:hover{
    background-image: none;
    background-color: #E6E6E6;
    box-shadow: 0px 0px 1px 1px #D5D5D5 inset;
}
.category_alone_pages b a{
	opacity: 0.8;
}
.category_pages {
	overflow: auto;
	padding: 10px 5px;
	width: 720px;
	border-top: 1px solid #ccc;
}
.category_pages_inner {
	display: inline-block;
}
/* PROFILE */
.profile_header {
    background: #F2F2F2;
    overflow: hidden;
    border-bottom: 0px;
    box-shadow: 0px 0px 1px 1px #CDCDCD;
    margin-bottom: 10px;
}
.profile_header_avatar {
	width:80px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	height: 75px;
	float: left;
	padding-top: 25px;
	padding-left: 5px;
}
.profile_button {
  text-align: center;
}
.profile_header_buttons {
	float: right;
	width: 280px;
	height: 97px;
	padding-left: 20px;
	padding-top: 3px;
}
.profile_username {
	font-size: 40px;
	padding: 0px;
	float: left;
}
.profile_points {
	float: left;
	margin-left: 10px;
	padding: 0px 5px 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
    font-size: 14px;
    background: #DBDBDB;
    overflow: hidden;
    border-top: 0px;
    padding: 7px 10px;
    width: 100%;
}
.profile_stats a {
	padding: 2px;
	border-radius: 3px;
	text-decoration: none;
}
.profile_button a {
    margin: 5px;
    line-height: 15px;
    cursor: pointer;
    text-shadow: 0 0 1px #000;
    padding: 7px;
    background-color: #bd0009;
    color: #fff!important;
    font-weight: bold;
    border: 1px solid #650004!important;
    box-shadow: inset 0 0 2px #f9001f;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 10px;
}
.profile_main {
	overflow: auto;
  padding:2px;
}
.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 {
	font-weight: bold;
}
.profile_content_item {
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 1px #CDCDCD;
}
.fav_container {
	padding: 10px;
}
.fav_container img {
  padding: 2px;
  border-radius: 5px;
}
.fav_container a:hover {
	text-decoration: underline;
}
.profile_comment {
line-height: 150%;
    margin-bottom: 5px;
    overflow: hidden;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
}
.profile_comment .comment_username {
	padding: 0px 4px;
}
.profile_comment .thecomment {
	padding: 4px 6px;
}
.profile_left_header {
	background: #DFDFDF;
	overflow: auto;
	padding: 8px 0px 5px 8px;
	margin-bottom: 2px;
	font-size: 14px;
}
.profile_left {
	float: left;
	width: 29%;
}
.profile_module_header {
	padding: 5px 0px 5px 8px;
	overflow: auto;
	background: #DFDFDF;
	font-size: 14px;
	margin-bottom: 5px;
}
.profile_module {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 1px 1px #CDCDCD;
}
.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 #E4E4E4;
	margin-bottom: 10px;
	overflow:auto;
}
.edit_info_container {
	
}
.edit_profile_header {
	font-size: 20px;
	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: 400px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	background: url(images/textbox_bg.png) repeat-x #fff;
}
.edit_profile_textarea {
	height: 60px;
	width: 400px;
	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;
}

.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: 12px;
    line-height: 16px;
    float: left;
    color: #fff;
    text-shadow: 0px 0px 1px #1E1E1E;
}
.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;
	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 {
    font-size: 12px;
    padding-left: 10px;
}
.news_title a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.news_title a:hover {
	text-decoration: underline;
}
.news_author {
    font-size: 11px;
    float: right;
    font-weight: normal;
    line-height: 15px;
}
.news_main {
    padding: 5px;
    font-size: 12px;
    line-height: 15px;
}
.news_main h2 {
    font-size: 20px;
}
.news_main h3 {
    font-size: 16px;
}
.news_main h4 {
    font-size: 14px;
}
.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 #DADADA;
    border-top: 0px;
    background: #ECECEC;
    margin-bottom: 15px;
    overflow: auto;
    padding-bottom: 20px;
    margin-left: 5px;
}
.news_comments_header {
	color: #FFF;
	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: hidden;
}
.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 td {
    border-bottom: 1px solid #E8E8E8;
    height: 35px;
    font-size: 12px;
}
.member_list_pages {
	width: 715px;
	margin-top: 15px;
}
/* Friends */
.friends_header, .friend_requests_header, .links_header {
    font-size: 16px;
    border-bottom: 1px solid #D7D7D7;
    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 #D7D7D7;
    background: #DBDBDB;
}
.friend_container a {
	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 */
div#misc_games_container form {
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
}
.pm_subject_textbox {
	height: 20px;
	width: 380px;
	background: #fff;
	border: 1px solid #d0d0d0;
	font-size: 15px;
	padding: 4px;
	border-radius: 5px;
}
.pm_message_textbox {
	height: 100px;
	width: 380px;
	background: #fff;
	border: 1px solid #d0d0d0;
	font-size: 15px;
	padding: 4px;
	font-family: Arial;
	border-radius: 5px;
}
.pm_subject {
	font-size: 20px;
}
.pm_details {
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	border-top: 1px solid #000000;
	padding-top: 5px;
	padding-left: 10px;
}
.pm_footer a {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    padding: 2px 4px;
    background: #DDDDDD;
    border-radius: 4px;
}
.pm_table td {
	border-bottom: 1px solid #D4D4D4;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}
.view_message {
  padding: 10px;
  background-color: #F4F4F4;
  margin:10px auto;
}
/* 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;
}
#content h2{ font-size:24px;}
#content h3{ font-size:20px;}

#playnow {padding-top: 10px; border: 1px solid #ccc; border-radius: 8px; width: 150px; height: 28px; text-align: center; background-color: #363C92; 
box-shadow: #ccc 2px 2px 5px;}
#playnow a { color:#fff; font-weight:bold; text-decoration:none;}