* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration:none;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: 0 128px url(images/overall_bg.png) repeat-x;
	background-color: #FFFFdd;
	
}
img {
	border: 0px;
}
input {
	margin-top: 2px;
	border: 1px solid #111;
	background-color: #412400;
	color:#FFF;
	padding:1px 5px;
}
input:hover {
	border: 1px solid #EEE;
}
textarea {
	margin-top: 2px;
	border: 1px solid #111;
	background-color: #412400;
	color:#FFF;
}
textarea:hover {
	border: 1px solid #EEE;
}
/* REQUIRED CSS STYLES */
.game_not_found {
	height: 170px;
	padding-top: 130px;
	font-family: Arial;
}
#no_games {
	font-family: Arial;
	text-align: center;
	padding-top: 30px;
}
/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:20px;}
    #rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.png) no-repeat;width:20px; height:20px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

#comments ul {
	clear: both;
	list-style: none;
	padding: 0px;
	width: 94%;
	margin: 0 3% 15px 3%;
}

#comments ul li {
	color:#FFF;
	line-height: 100%;
	margin-bottom:8px;
	border:1px solid #000;
	padding: 4px;
	overflow: auto;
}
#error_message {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#pm_task_complete {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#member_list {
	font-size:12px;
	width: 100%;
}
#member_list td {
	
}
#member_list td a {
	color: #eee;
	text-decoration:none;
}
#member_list img {
	margin-top: 5px;
}
.link_item {
	padding:5px;
}
#login_to_comment {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	padding: 20px 0px;
}
/* END OF REQUIRED CSS STYLES */
.header_container {
	height: 100px;
	background: url(images/header_bg.png);
}
.logo {
	float: left;
	margin:11px 10px 0 0;
	height: 80px;
}
.social_top {
	float:right;
	padding-top: 63px;
}
.top_title {
	float: left;
	padding: 76px 0 0 0px;
}
.top_title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding: 0;
	border: 0;
}
.user_area {
	width: 190px;
	padding-top: 34px;
	float:right;
	font-family: Tahoma, Geneva, sans-serif;
}
.ua_avatar {
	float: right;
}
.ua_avatar img {
	border:#392000 solid 1px;
}
.ua_info {
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: 9px;
	text-transform: uppercase;
	width: 120px;
}
.ua_info a {
	text-decoration:underline;
	color: #000;
}
.ua_info a:hover {
	color: #7d321a;
}
.ua_menu {
	padding-top: 4px;
	line-height: 13px;
}
.ua_username {
	float:right;
	font-size: 11px;
	font-weight:bold;
}
.ua_username a {
	text-decoration: none;
}
.ua_points {
	float: right;
	background-color: #733c1b;
	margin-left: 4px;
	color: #fff;
	padding: 0px 8px 0px 8px;
	border: 1px solid #DDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.ua_points a {
	color: #fff;
	text-decoration: none;
}
.ua_points a:hover {
	color: #fff;
	text-decoration: none;
}
.main_menu_container {
	background: #4e2b00 url(images/menu_bg.png) repeat-x;
	border-top: 2px solid #fffff0;
	font: 0.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	height: 27px;
	clear: both;
}
.main_menu {
	width: 880px;
	margin: auto;
}
.main_menu_items {
	width: 700px;
}
ul#main_menu_items, ul#main_menu_items li {
	list-style-type:none;
	margin:0;
}
ul#main_menu_items {
	float:left;
	padding-left: 0;
}
ul#main_menu_items li {
	height: 27px;
	float:left;
	vertical-align: middle;
}
ul#main_menu_items a {
	float:left;
	line-height: 27px;
	color: #FFF;
	padding-left:8px;
	padding-right:8px;
}
ul#main_menu_items a:hover {
	color: #000;
	background-image:url(images/menu_bg_select.png);
}

.content_container {
	width: 880px;
	margin: 0 auto;
}
.pages_menu {
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
	padding: 4px 10px;
	padding-left: 10px;
	color: #333;
	float: right;
	text-align: right;
	-webkit-border-bottom-left-radius:7px;
  	-webkit-border-bottom-right-radius:7px;
  	-moz-border-radius-bottomleft:7px;
  	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.pages_menu a {
	color: #000;
	text-decoration: none;
}
.pages_menu a:hover {
	color: #7d321a;
}
.search {
	text-align:right;
	float: right;
	width: 150px;
	padding: 2px 4px 0 0;
}
.search_box {
	margin-top: 0px;
	background-color:#000;
	background-image: URL(images/search.gif);
    background-position: 4% 50%;
    background-repeat: no-repeat;
	border:1px solid #EEE;
	height:19px;
	width:120px;
	color:#FFF;
	font-size:12px;
	padding:1px 8px 1px 23px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.search_contain {
	float: left;
}
.search_button_contain {
	float: left;
}
.featured {
	margin-top: 6px;
	float:left;
	width:652px;
}
.featured_games {
	color: #FFF;
	background:url(images/featured_bg.png);
	width: 652px;
	margin-bottom: 5px;
	height: 220px;
	border:#392000 solid 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.featured_game {
	float: left;
	width: 190px;
	height: 120px;
	margin: 85px 0 0 19px;
	border:#AAA solid 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.featured_game_head a {
	font-size: 14px;
	color: #000;
}
.whats_new {
	margin-top: 6px;
	width:220px;
	float:right
}
.square_ads {
	background: #965200;
	width: 220px;
	height: 220px;
	margin:0;
	margin-bottom:0px;
	border:#392000 solid 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.ads_content {
	padding:10px;
}
.home_game_image {
	width: 190px;
	height: 120px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.home_game_info {
	color:#EEE;
	float:left;
}
.home_game_info a {
	color: #cdcdcd;
	text-decoration:none;
}
.game_title_:hover {
	position: relative;
	top: -2px;
	color: #ae4900;
	height: 22px;
}
.game_thumb_area {
	width: 190px;
	height: 96px;
	text-align: right;
}
.game_title_ {
	width:190px;
	height:20px;
	padding-top: 4px;
	background: url(images/bottom.png);
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	text-align:center;
	-webkit-border-bottom-left-radius:15px;
  	-webkit-border-bottom-right-radiusfle:15px;
  	-moz-border-radius-bottomleft:15px;
  	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-decoration:none;
	border-bottom: 0px;
}
.game_title_ a {
	text-decoration:none;
	border-bottom: 0px;
}
.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	height: 48px;
	letter-spacing: 2px;
	color: #6e0900;
	padding: 15px 0 0 0;
}
.title h1 {
	font-size: 28px;
	font-weight:normal;
	padding-left: 40px;
	margin-bottom: 0px;
}
.title_small {
	font-family: Arial;
	height: 35px;
	font-size: 20px;
	color: #6e0900;
	padding-top: 15px;
}
.leaderboard {
	text-align: center;
	padding: 10px;
}
.ad_banner {
	text-align: center;
	padding-bottom: 15px;
}
.ad_small_square {
	text-align: center;
	padding: 15px;
}
.main_left {
	width:648px;
	float: left
}
.main_right {
	width: 220px;
	float: right;
}
.home_left {
	width:220px;
	float: left
}
.home_right {
	width: 650px;
	float: right;
}
.misc_container {
	margin-bottom: 10px;
	padding: 15px;
	font-family: Arial;
	width:616px;
	font-size:14px;
	background-color:#965200;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.misc_container p {
	margin-left: 10px;
	font-size:14px;
}
.misc_container a {
	color: #eee;
}
.misc_container a:hover {
	color: #fff;
}
.form_textbox {
	height: 20px;
	width: 250px;
	font-size: 15px;
	padding: 4px;
}
.footer {
	height:40px;
	width: 880px;
	margin: 0 auto;
	margin-top:15px;
	background: #965200;
	border-top:#392000 solid 1px;
	border-left:#392000 solid 1px;
	border-right:#392000 solid 1px;
	color:#ff9e23;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-top-left-radius:12px;
  	-webkit-border-top-right-radius:12px;
  	-moz-border-radius-topleft:12px;
  	-moz-border-radius-topright:12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.footer a {
	color: #FFF;
}
.more_links {
	text-align: center;
}
/* HOMEPAGE */
.homepage_game {
	float: left;
	width: 190px;
	height: 120px;
	margin: 4px 16px 5px 0;
	border:#AAA solid 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.search_game {
	float: left;
	width: 190px;
	height: 120px;
	margin: 10px 30px 10px 70px;
	border:#AAA solid 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.module {
	float:left;
	color: #eee;
	background-color:#965200;
	font-size:11px;
	width: 220px;
	margin-bottom:4px;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.module_header {
	font-weight: bold;
	text-transform:uppercase;
	color: #FFFFF0;
	font: 0.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	letter-spacing:1px;
	padding-top: 7px;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
.module a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #000;
}
.module a:hover {
	color: #FFF;
	border-bottom:dotted 1px #FFF;
}
.module ul {
	list-style:none;
	padding:4px 0 5px 5px;
	margin:0px;
}
.module li {
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.home_cat {
	color: #EEE;
	background-color:#965200;
	padding-left: 20px;
	width: 630px;
	margin-bottom: 4px;
	height: 156px;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.home_cat_heading {
	text-align: left;
	padding: 6px 0 4px 20px;
}
.home_cat_heading h2 {
	font: 0.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-size:14px;
}
.home_cat_heading a {
	text-decoration:none;
	color: #FFF;
}
.home_cat_heading a:hover {
	border-bottom:1px dotted #000;
	color: #000;
}
/* VIEW GAME */
.game_container {
	background-color:#965200;
	margin:0 auto;
	width: 860px;
	font-size: 14px;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.game_info_container {
	float:left;
	color: #FFF;
	background-color:#965200;
	font-size:11px;
	width: 860px;
	margin: 10px 10px;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.game_info_content {
	padding: 5px 5px 5px 10px;
	font: 0.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	font-size: 14px;
}
.gi_column1 {
	float: left;
	width: 190px;
	padding: 13px 0px 10px 20px;
	margin-right: 10px;
	text-align: center;
	font-family: Arial;

}
.gi_column2 {
	float: left;
	width: 408px;
	padding-left: 8px;
	padding: 10px 0px 20px 0px;
}
.gi_column3 {
	float: right;
	height: 190px;
	margin: 16px 16px 16px 0;
	background-color:#FFF;
}
.game_options {
	margin-bottom: 5px;
	font-family: Arial;
	background: #331c00 url(images/gameplay_header_bg.png);
	color: #fff;
	overflow:auto;
	height: 34px;
	width:845px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.comments_options {
	margin-bottom: 5px;
	padding:6px 0 0 25px;
	font: 0.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	font-size:16px;
	background: #331c00 url(images/gameplay_header_bg.png);
	color: #fff;
	overflow:auto;
	height: 28px;
	width:835px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.game_options_column1 {
	float: left;
	padding-top: 8px;
	margin-right: 4px;
}
.game_options_column2 {
	float: left;
	padding-top: 6px;
	margin-right: 5px;
	width:105px;
}
.button2 {
	float: right;
	width: 103px;
	height: 21px;
	background: #000 url(images/button_bg.png);
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 8px;
	margin-top: 3px;
	border:#000 solid 1px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.button2 a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.button2 a:hover {
	display: block;
	color: #EEE;
	text-decoration: none;
}

.button2_fav {
	width:92px;
	font-family: Verdana;
	font-size: 13px;
	background-image: url(images/fav_small.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.button2_report {
	width:95px;
	font-family: Verdana;
	font-size: 13px;
	background-image: url(images/fs.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.button3 a {
	width: 123px;
	height: 23px;
	background: #dadada url(images/button3.png);
	padding-top: 2px;
	padding-right: 4px;
	margin: 0px 5px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.button3 a:hover {
	display: block;
	background-color: #dedede;
}
.game_column1 {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin: 0px 15px 15px 0px;
	text-align: center;
	width: 49%;
	float: left;
}
.game_column2 {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	width: 100%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.random_container {
	float:left;
	background-color:#965200;
	width: 838px;
	padding: 5px 0 4px 22px;
	margin: 0 0 5px 10px;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.comments_container {
	float:left;
	background-color:#965200;
	width: 860px;
	margin: 0 0 10px 10px;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.comments_body_container {
	float:left;
	width: 815px;
	margin: 0 0 5px 20px;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.add_comment_box {
	border: 1px solid #000;
	background-color: #412400;
	color:#FFF;
	margin: 12px 3% 3px 3%;
	width: 94%;
}
.add_comment_box:hover {
	border: 1px solid #CCC;
}
.comment_button_container {
	float:right;
	margin: 0 3% 10px 0;
}
#comment_submit {
	color: #FFF;
	width: 150px;
	text-align:center;
	height: 23px;
	background: #000 url(images/button_bg.png);
	border:#000 solid 1px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#comment_submit:hover {
	border:#CCC solid 1px;
}
.comment_avatar {
	float: left;
	margin: 4px 10px 0px 5px;
}
.comment_content {
	float: left;
	width: 90%;
}
.comment_username {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 6px;
}
.comment_username a {
	font-size: 12px;
	font-weight: bold;
	color: #730702;
	text-transform:uppercase;
	text-decoration: none;
}
.thecomment {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #FFF;
	border-top:1px solid #000;
	padding-top: 2px;
}
.game_report_text {
	font-family: Arial;
}
.comment_report_text {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
}


.comment_report_textbox {
	border: 1px solid #7b7b7b;
	width: 577px;
}
/* CATEGORY */
.cat_container {
	background-color:#965200;
	margin:0 auto;
	padding-left: 10px;
	width: 638px;
	font-size: 14px;
	border:#392000 solid 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.cat_name {	
	float: left;
	padding:11px 0 8px 18px;
}
.cat_name h1 {
	font: 0.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	font-size: 18px;
}
.sort_options {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding: 17px 21px 9px 0;
	font-size: 12px;
}
.sort_options a {
	text-decoration:none;
	color: #FFF;
}
.sort_options a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:dotted 1px #000;
}
.category_pages {
	margin: auto;
	margin: 15px;
	text-align: center;
	padding: 5px;
	font-family: Arial;
}
.category_pages a {
	color: #FFF;
	padding: 3px;
	text-decoration: none;
}
/* PROFILE */
.profile_container {
	background-color:#965200;
	margin:0 auto;
	width: 860px;
	font-size: 14px;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow:auto;
}
.profile_container a {
	color: #871e16;
}
.profile_header_avatar {
	width:85px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	width: 450px;
	height: 50px;
	float: left;
	padding-top: 45px;
	padding-left: 5px;
}
.profile_header_buttons {
	float: right;
	background-position:top right;
	width: 153px;
	height: 97px;
	padding-left: 20px;
	padding-top: 3px;
}
.profile_username {
	font-size: 30px;
	text-transform:uppercase;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0px;
	line-height: 95%;
	float: left;
}
.profile_points {
	float: left;
	margin-left: 10px;
	font-family: Arial;
	color: #fff;
	margin-top: 8px;
	padding: 0px 12px 0px 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
	background-color: #733c1b;
	border: 1px solid #DDD;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 14px;
	font-family: Arial;
}
.profile_button a {
	background: #ae3632 url(images/button2.png);
	width: 150px;
	margin: 7px 15px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;	
	height: 21px;
	background: #000 url(images/button_bg.png);
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border:#000 solid 1px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.profile_column1 {
	margin: 0 10px;
	width: 620px;
	float: left;
}
.user_info {
	font-family:Geneva, Verdana, sans-serif;
	font-size:14px;
	padding: 10px;
	overflow: hidden;
}
.user_info a {
	color: #000;
}
.right_title {
	color: #EEE;
}
.profile_content_item {
	margin-bottom: 15px;
	font-family: Arial;
	background-color:#965200;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.fav_container {
	padding: 0 0 5px 1px;
}
.profile_comments_container {
	padding: 20px;
}
.favourite_game {
	float: left;
	width: 190px;
	height: 120px;
	margin: 5px 0 5px 10px;
	border:#AAA solid 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.profile_comment {
	border:1px solid #000;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}
.profile_left_header {
	margin-bottom: 5px;
	padding:6px 0 0 25px;
	font: 0.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	font-size:16px;
	background: #331c00 url(images/gameplay_header_bg.png);
	color: #fff;
	overflow:auto;
	text-transform:uppercase;
	height: 28px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
/* EDIT PROFILE */
.edit_avatar_container {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	overflow:auto;
	width:680px;
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
}
.edit_profile_header {
	font-size: 20px;
	color: #353535;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}	
.edit_profile_lable {
	float:left;
	margin-right:10px;
	width:80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:left;
}
.edit_profile_element {
	float: left;
}
.edit_avatar_element {
	float: left;
	padding-top: 3px;
}
.edit_profile_textbox {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.edit_profile_textarea {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* NEWS */
.news_wrapper {
	color: #EEE;
	background-color:#965200;
	width: 645px;
	margin-bottom: 12px;
	border:#392000 solid 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.news_header {
	background: #412400;
	overflow:auto;
	width:100%;
	-webkit-border-top-left-radius:12px;
  	-webkit-border-top-right-radius:12px;
  	-moz-border-radius-topleft:12px;
  	-moz-border-radius-topright:12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.news_title {
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 80%;
	font-size: 18px;
	padding: 8px 0 4px 20px;
	color:#b96600;
}
.news_title a {
	color: #fff;
	text-decoration: none;
}
.news_title a:hover {
	color: #ffb65b;
}
.news_author {
	font-size: 11px;
}
.news_main {
	padding: 20px 20px 7px 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#000;
}
.news_main a {
	text-decoration:none;
	color:#ffb65b;
}
.news_main a:hover {
	color:#FFF;
}
/* Private messages */
.pm_subject_textbox {
	height: 20px;
	width: 585px;
	font-size: 15px;
	padding: 4px;
}
.pm_message_textbox {
	height: 100px;
	width: 585px;
	font-size: 15px;
	padding: 4px;
	font-family: Arial;
}
.pm_subject {
	font: 0.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
	font-size: 24px;
}
.pm_details {
	font-size:13px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
.pm_details a {
	text-decoration:none;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	font-size:13px;
	border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 5px;
}
.pm_footer a {
	text-decoration:none;
}
.pm_table td {
	border-bottom: 1px solid #000;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}
.pm_button {
	width: 150px;
	height: 26px;
	background: #000 url(images/button_bg.png);
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 6px;
	margin-top: 3px;
	border:#000 solid 1px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.dropdown-submit {
	width: 140px;
	height: 26px;
	background: #000 url(images/button_bg.png);
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 6px;
	margin-top: 3px;
	border:#000 solid 1px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.links_block {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
.links_block a {
	color:#341d00;
	text-decoration:none;
}
.copyright {
	margin: 15px 25px 0 0;
	font-weight:bold;
	float:right;
	font-size: 12px;
	color:#000;
}
.copyright a:hover {
	color:#FFF;
}
.copyright a {
	text-decoration:none;
	color:#ffe8cb;
}
.link_item a {
	text-decoration:none;
	color:#EEE;
}
.link_item a:hover {
	text-decoration:none;
	color:#FFF;
	border-bottom:#FFF dotted 1px;
}
.footer_menu {
	float:left;
	margin-top:15px;
	margin-left:25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	height: 20px;
}
.footer_menu a:link, .footer_menu a:visited {
	color:#ffe8cb;
	text-decoration:none;
}
.footer_menu a:hover {
	color:#FFF;
	border-bottom:#FFF solid 1px;
}
