* { margin:0;
	padding:0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	min-height:100%;
	background-color:#0f7ccc;
	background-color:#04253d;
	background-color:#7ec3f5;
	background-color:#6d6d6d;
	
	font-size: 14px;
	margin:0;
	padding:0;
	margin-top: 10px;
}

img {
	border:0px;
}
/* BUILT-IN CSS STYLES - Can be modified but must exist */
.game_not_found {
	height: 170px;
	padding-top: 130px;
}
#no_games {
	text-align: center;
	padding-top: 30px;
	height: 100px;
}
/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:20px;}
    #rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.png) no-repeat;width:20px; height:20px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

#comments {
	padding-top: 10px;
	background-color:#834800;
	background-color:#0f7ccc;
	margin: 0 auto;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
}

#comments ul li {
	background-color:#d7efff;
	background-image: url(images/profile_comment_back.png);
	background-repeat: repeat-x;
	padding:8px;
	margin:0px auto;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
	width:750px;
	border:1px solid #C4C4C4;
}
#error_message {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#member_list {
	width: 100%;
}
#member_list td {
	border-bottom: 1px solid #dfdfdf;
	height: 40px;
}
#member_list td a {
	color: #373737;
}
#pm_task_complete {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#login_to_comment {
	text-align: center;
	padding: 15px 0px 15px 0px;
}

.home_icon {
	padding-top:6px;
	vertical-align:text-bottom;
}
/* END OF REQUIRED CSS STYLES */

/* GLOBAL TEMPLATE STYLES */

.header {
	width:930px;
	margin:0 auto;
	background:url(images/header_bg.png) repeat-x;
	background-color:#ff9e29;
	background-color:#0f7ccc;
	background-color:#04253d;
	background-color:#7ec3f5;
	border-left:#444 1px solid;
	border-right:#444 1px solid;
	border-top:#444 1px solid;
	height:120px;
	-webkit-border-top-left-radius:20px;
  	-webkit-border-top-right-radius:20px;
  	-moz-border-radius-topleft:20px;
  	-moz-border-radius-topright:20px;
}
.logo {
	float: left;
	margin:0 0 0 20px;
	height: 100px;
	display:inline;
}

.divider {
	width:2px;
	height:110px;
	margin-top:5px;
	background:#111;
	display:inline;
	float:left;
}

.ads {
	width:400px;
	height:60px;
	margin:23px 0 0 60px;
	display:inline;
	float:left;
}

.ads a {
	text-decoration:none;
	color:#000;
}

.ads h1 {
	display:inline;
	font-size:14px;
	font-weight:bold;
}

.user_area {
	width: 170px;
	height: 108px;
	padding: 12px 0px 0px 10px;
	float:right;
}
.ua_avatar img {
	border:#111 solid 1px;
}
.ua_info {
	padding-top: 3px;
	font-size: 9px;
	text-transform:uppercase;
}
.ua_info a {
	color: #000;
}
.ua_info a:hover {
	color: #7d321a;
}
.ua_username {
	margin-top:2px;
	float:left;
	font-size: 13px;
	font-weight:bold;
}
.ua_username a {
	text-decoration: none;
}
.ua_points {
	float: left;
	background-color: #733c1b;
	margin-left: 4px;
	color: #fff;
	margin-top: 3px;
	padding: 0px 8px 0px 8px;
	border: 1px solid #DDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.ua_points a {
	color: #fff;
	text-decoration: none;
}
.ua_points a:hover {
	color: #fff;
	text-decoration: none;
}
.menu_container {
	width:930px;
	margin:0 auto;
	border-left:#444 1px solid;
	border-right:#444 1px solid;
	border-top:#222 1px solid;
	border-bottom:#222 1px solid;
	clear:both;
	height:30px;
	background: #333 url(images/menu_bg.png) repeat-x;
}
.categories_menu {
	text-transform:uppercase;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#BBB;
	font-size:14px;
	padding-left:10px;
	position:relative;
	top:-3px;
	float:left;
	width: 730px;
}
.categories_menu a:link, .categories_menu a:visited {
	color:#EEE;
	text-decoration:none;
}
.categories_menu a:hover {
	color:#FFF;
	text-decoration:none;
	border-top:#FFF dotted 1px;
	border-bottom:#FFF dotted 1px;
}
.search {
	text-align:right;
	padding-top:3px;
	padding-right:10px;
	float: right;
	width: 180px;
}
.search_box {
	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:3px 8px 0 23px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.search_contain {
	float: left;
}
.search_button_contain {
	float: left;
}
.pages_menu {
	float:left;
	margin-top:15px;
	margin-left:25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #777;
	height: 20px;
}
.pages_menu a:link, .pages_menu a:visited {
	color:#333;
	text-decoration:none;
}
.pages_menu a:hover {
	color:#C30;
		color:#0f7ccc;
}

.ad_small_square {
	margin-bottom: 20px;
}
.content {
	font-size: 14px;
	text-align: left;
	padding: 0px 20px 0px 20px;
}
.profile_content {
	text-align: left;
}
.misc_page_title {
	border-bottom:1px solid #222;
	color:#000;
	padding: 10px 0 0 0;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom: 15px;
}
.square_ads {
	background-color:#834800;
	background-color:#0f7ccc;
	width: 230px;
	height: 220px;
	margin:0;
	margin-bottom:0px;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.cat_intro{
	float:left;
	color: #DDD;
	background-color:#834800;
	background-color:#0f7ccc;
	font-size:14px;
	width: 230px;
	margin: 0 auto;
	margin-bottom:6px;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.ads_content {
	padding:10px;
}
.sidebar_ads {
	float:left;
	background-color:#834800;
	width: 230px;
	height: 623px;
	margin:0;
	margin-bottom:0px;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.sidebar_ads_content {
	padding: 10px 0 10px 35px;
}

.module_header {
	font-weight: bold;
	text-transform:uppercase;
	color: #EEE;
	letter-spacing:3px;
	padding: 7px 0px 10px 25px;
	font-size: 14px;
	text-align: left;
	margin: auto;
}
.featured_games .module_header {
	font-size:16px;
	padding-bottom:0px;
}
.module_content {
	padding:10px 0 5px 0;
}

.module {
	float:left;
	color: #DDD;
	background-color:#834800;
	background-color:#0f7ccc;
	font-size:11px;
	width: 230px;
	margin: 0 auto;
	margin-bottom:6px;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.module a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #000;
}
.module a:hover {
	text-decoration:none;
	color:#FFF;
	border-bottom:#FFF dotted 1px;
}
.module ul {
	list-style:none;
	padding:0 0 10px 0;
	margin:0px;
}
.module li {
	padding:1px 4px 0 4px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.content_left {
	float: left;
	width: 160px;
	margin: 5px 0 0 15px;
}
.content_right {
	float: right;
	width:673px;
}
.content2_left {
	float: left;
	width:660px;
	margin: 10px 0 0 15px;
}
.content2_right {
	margin:10px 15px 0 0;
	float: right;
	width: 230px;
}
.misc_left {
	float: left;
	width: 650px;
	text-align: left;
	margin: 10px 0 0 15px;
}
.misc_left a {
	color:#000;
}
.misc_right {
	margin:10px 15px 0 0;
	float: right;
	width: 230px;
}
.footer {
	height:40px;
	width: 930px;
	margin: 0 auto;
	margin-top:15px;
	background: #CCC;
	-webkit-border-top-left-radius:20px;
  	-webkit-border-top-right-radius:20px;
  	-moz-border-radius-topleft:20px;
  	-moz-border-radius-topright:20px;
}

.copyright {
	margin: 15px 25px 0 0;
	font-weight:bold;
	float:right;
	font-size: 12px;
	color: #777;
}
.copyright a:hover {
	color:#C30;
		color:#0f7ccc;
}
.copyright a {
	text-decoration:none;
	color: #333;
}
.link_item a {
	text-decoration:none;
	color:#EEE;
}
.link_item a:hover {
	text-decoration:none;
	color:#FFF;
	border-bottom:#FFF dotted 1px;
}
.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.more_links {
	text-align: center;
}
/* HOMEPAGE */
.home_container {
	width:930px;
	background:url(images/content_bg.png) repeat-x;
	background-color:#ff9e29;
	background-color:#0f7ccc;
	background-color:#04253d;
	background-color:#7ec3f5;
	border-left:#444 1px solid;
	border-right:#444 1px solid;
	border-bottom:#444 1px solid;
	margin: 0 auto;
	padding-bottom:5px;
	-webkit-border-bottom-left-radius:20px;
  	-webkit-border-bottom-right-radius:20px;
  	-moz-border-radius-bottomleft:20px;
  	-moz-border-radius-bottomright:20px;
}
.home_categories {
	width: 660px;
	margin-top: 5px;
}
.home_cat_heading a {
	text-decoration:none;
	color: #EEE;
}
.home_cat_heading a:hover {
	border-bottom:1px dotted #000;
	color: #000;
}
.home_cat_heading {
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	text-align: left;
	font-weight:900;
	letter-spacing: .5px;
	padding-left: 20px;
	padding-top: 8px;
	margin-left: 10px;
}
.home_cat {
	color: #EEE;
	background-color:#834800;
	background-color:#0f7ccc;
	padding-left: 10px;
	width: 648px;
	margin-bottom: 10px;
	height: 156px;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.homepage_game {
	float: left;
	width: 190px;
	height: 120px;
	margin: 4px 11px 5px 10px;
	border:#AAA solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.home_game_image {
	width: 190px;
	height: 120px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.home_game_info {
	float:left;
}
.game_title_ {
	width:190px;
	height:22px;
	padding-top:5px;
	position: relative;
	background: url(images/bottom.png);
	top: -30px;
	float:left;
	color:#DDD
	text-align: left;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	-webkit-border-bottom-left-radius:20px;
  	-webkit-border-bottom-right-radius:20px;
  	-moz-border-radius-bottomleft:20px;
  	-moz-border-radius-bottomright:20px;
}
.home_game_info a {
	color: #cdcdcd;
	text-decoration:none;
}
.home_game_info a:hover {
	color: #ae4900;
		color:#0f7ccc;
	text-decoration:none;
}

.btnct {
	text-align: right;
	padding-left: 520px;
}
.cat_button {
	width: 123px;
	height: 23px;
	background: url(images/button2.png);
	padding-top: 2px;
	padding-right: 4px;
	margin-top: 3px;
}
.cat_button a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.cat_button_more {
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
	background-image: url(images/more.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
	text-align:left;
}
.hot_spot {
	width:100%;
}
.featured {
	margin: 10px 0 0 15px;
	float:left;
	width:660px;
}
.featured .module_header{
	font-size:18px;
}
.whats_new {
	margin: 10px 15px 0 0;
	width:230px;
	float:right
}

.featured_games {
	color: #FFF;
	/*background:	#834800 url(images/topgame.gif) no-repeat 40px 0;*/
	background-color:#834800;
	background-color:#0f7ccc;
	padding-left: 10px;
	width: 648px;
	margin-bottom: 0;
	height: 220px;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.featured_game {
	float: left;
	width: 190px;
	height: 120px;
	margin: 55px 8px 0 12px;
	border:#AAA solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.featured_game_image {
	float: left;
	background: url(images/featured_thumb_back.png);
	padding-top: 10px;
	width: 80px;
	height: 70px;
	text-align: center;
}
.featured_game_info {
	float: left;
	padding-left: 5px;
	width: 240px;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
.featured_game_info a {
	color: #cdcdcd;
}
.featured_game_info a:hover {
	color: #4da2b8;
}
.featured_game_head a {
	font-size: 14px;
	color: #000;
}
/*View game*/
.game_header {
	height:70px;
	width:880px;
	background-color:#834800;
	background-color:#0f7ccc;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.game_header_left {
	padding-top:5px;
	float: left;
}
.game_header_right {
	float: right;
	padding-top: 4px;
	padding-right: 10px;
}
.button2 {
	width: 123px;
	height: 21px;
	background: #222;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 8px;
	margin-top: 3px;
	border:#000 solid 1px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.button2 a {
	display: block;
	color: #EEE;
	text-decoration: none;
}

.button2 a:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.button2_fav {
	width:112px;
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	background-image: url(images/fav.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.button2_fs {
	width:115px;
	font-family: Verdana;
	font-size: 13px;
	color: #EEE;
	background-image: url(images/fs.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.game_header_text {
	text-align:left;
	margin-top:8px;
	float:left;
	padding-left:10px;
}
.game_title {
	font-size:25px;
	color: #EEE;
}
.game_info_column1 {
	float: left;
	padding-top: 2px;
	margin-right: 4px;
	color:#000;
	font-size:14px;
}
.game_info_column1 a {
	color: #111;
}
.game_info_column2 {
	float: left;
	margin-right: 5px;
	color:#111;
	font-size:14px;
	width:105px;
}
.game_container {
	margin-top:20px;
	text-align: center;
}
.game_description_head {
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 18px;
	text-align: left;
	width: 840px;
	margin-top:20px;
	margin-left: 20px;
}
.game_description {
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #363636;
	margin-left: 20px;
}
.comment_header {
	height:34px;
	width:870px;
	font-weight:bold;
	background-color:#834800;
	background-color:#0f7ccc;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 30px;
	padding: 13px 0px 0px 15px;
	color: #fff;
	font-size: 17px;
}
.comment_avatar {
	float: left;
	margin-right: 10px;
}
.comment_content {
	float: left;
	width: 680px;
}
.comment_username {
	font-size:14px;
	padding-bottom:2px;
	padding-left:2px;
	font-weight:bold;
	color: #c0743e;
	text-align:left;
}
.comment_username a {
	color:#5B82BF;
}
.lighturl a {
	color: #9fb1c8;
}
.thecomment {
	padding:4px;
	color:#000;
	background-color: #f2f8ff;
}
.new_comment_container {
	text-align: left;
	width: 500px;
	margin:	auto;
	padding: 20px;
}
.new_comment_container textarea {
	margin-top:2px;
	background-color:#888;
	color:#FFF;
	border:#444 1px solid;
}

.comment_button_container {
	margin-top:3px;
	text-align:right;
}
#comment_submit {
	color:#EEE;
	width: 123px;
	height: 24px;
	background: #222;
	padding-right: 4px;
	margin-top: 0px;
	border:#000 solid 1px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.random_game {
	float: left;
	width: 470px;
	margin-top: 10px;
}
.random_game_image {
	float: left;
	background: url(images/thumb_back.png);
	padding-top: 10px;
	width: 80px;
	height: 70px;
	text-align: center;
}
.random_game_info {
	float: left;
	padding-left: 5px;
	width: 370px;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
.random_game_info a {
	color: #cdcdcd;
}
.random_game_info a:hover {
	color: #ae4900;
}
.random_game_head a {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 14px;
	color: #000;
}

/* PROFILE */
.profile_header {
	width: 880px;
	height: 98px;
	margin-left: 20px;
	text-align: left;
	background-color:#834800;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.profile_header a {
	color: #5592d7;
}
.profile_header_avatar {
	width:80px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	width: 600px;
	height: 86px;
	float: left;
	padding-top: 38px;
	padding-left: 5px;
}
.profile_header_buttons {
	float: right;
	background-position:top right;
	width: 60px;
	height: 60px;
	padding-left: 20px;
	padding-top: 3px;
	margin-right:90px;
}
.profile_username {
	font-size: 26px;
	font-family:Geneva, Verdana, sans-serif;
	padding: 0px;
	float: left;
}
.profile_points {
	float: left;
	background-color: #dd953a;
	margin-left: 10px;
	color: #fff;
	margin-top: 8px;
	padding: 0px 12px 0px 12px;
	border: 1px solid #000;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.profile_stats {
	font-size: 14px;
}
.profile_button a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	padding: 3px;
	padding-top:6px;
	border: 1px solid #000;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-sizing: content-box;
	background-color: #222;
	height: 20px;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	width:136px;
	margin-top: 2px;
	text-align: center;
}
.profile_button a:hover {
	border: 1px solid #FFF;
}
.main_profile_left {
	width: 600px;
	float: left;
	margin-left: 20px;
	text-align: left;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 14px;
}
.main_profile_right {
	width:260px;
	border-left: 1px solid #cbcbcb;
	float: right;
	margin-right:20px;
	text-align: left;
	padding-left: 15px;
	height: 400px;
	font-family:Geneva, Verdana, sans-serif;
	font-size: 18px;
}
.right_title {
	color: #EEE;
}
.profile_h2 {
	font-size: 18px;
	color: #353535;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	margin-bottom: 20px;
}
.user_comment {
	background-color:#d7efff;
	background-image: url(images/profile_comment_back.png);
	background-repeat: repeat-x;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #e5f1ff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.user_comment_title {
	padding-left: 5px;
}
.user_comment_title a {
	color: #333639;
}
.user_comment_text {
	background-color: #f2f8ff;
	padding: 5px;
}
/* EDIT PROFILE */
.edit_avatar_container {
	background-image:url(images/edit-avatar-back.jpg);
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	overflow:auto;
	width:610px;
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
}
.edit_profile_header {
	font-size: 20px;
	color: #353535;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}	
.edit_profile_lable {
	float:left;
	margin-right:10px;
	width:80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:left;
}
.edit_profile_element {
	float: left;
}
.edit_avatar_element {
	float: left;
	padding-top: 3px;
}
.edit_profile_textbox {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.edit_profile_textarea {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* CATEGORY PAGE */
.cat_container {
	background-color:#834800;
	background-color:#0f7ccc;
	margin:0 auto;
	padding-left: 10px;
	width: 647px;
	font-size: 14px;
	border:#111 solid 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.cat_name {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
	float: left;
	padding:6px 0 10px 15px;
	font-size: 18px;
	color:#fff;
}
.sort_options {
	float: right;
	padding: 10px 15px 10px 0;
	font-size: 14px;
}
.sort_options a {
	text-decoration:none;
	color: #DDD;
}
.sort_options a:hover {
	color:#FFF;
	text-decoration:none;
	border-bottom:dotted 1px #FFF;
}
.category_pages {
	margin: auto;
	margin: 15px;
	text-align: center;
	padding: 5px;
	font-family: Arial;
}
.category_pages a {
	color: #fff;
	padding: 3px;
	text-decoration: none;
}
/* NEWS */
.news_header {
	width:100%;
	overflow:auto;
}
.news_image {
	float: left;
	width: 60px;
}
.news_title {
	float: left;
	font-size: 22px;
	letter-spacing:2px;
	padding-left: 10px;
	padding-top: 3px;
}
.news_title a {
	color: #FFF;
	text-decoration: none;
}
.news_author {
	letter-spacing:0px;
	color:#555;
	font-size: 10px;
}
.news_main {
	padding: 10px 10px 0px 10px;
	margin-bottom: 25px;
	color:#000;
}
/* Private messages */
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.pm_message_textbox {
	height: 100px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: Arial;
}
.pm_subject {
	font-size: 20px;
}
.pm_details {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c6c6;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	border-top: 1px solid #c6c6c6;
	margin-top: 10px;
	padding-top: 5px;
}
.pm_table td {
	border-bottom: 1px solid #c6c6c6;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}