body {
	margin: 0px;
	padding: 0px;
    /*background:#4d4d4d;*/
	/* background:#e2e2e2 url(images/bg.png); */
    background: url(images/bg.gif);
    background-repeat: repeat-x repeat-y;
	
}
img {
	border: 0px;
}

.game_not_found {
	height: 170px;
	padding-top: 130px;
	font-family: Arial;
}
#no_games {
	font-family: Arial;
	text-align: center;
	padding-top: 30px;
}
/* STAR RATING CSS */
#rateStatus{float:left; clear:both; width:120px; height:24px;}
    #rateMe{float:left; clear:both; width:120px; height:auto; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(images/star.gif) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.gif) no-repeat;width:24px; height:24px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

#comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
}

#comments ul li {
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
	border:1px solid #dcd6d4;
	padding: 4px;
	overflow:hidden;
	width:435px;
}
#error_message {
	padding: 5px 5px 5px 10px;
	background-color: #FFFFD9;
	margin-bottom: 20px;
}
#pm_task_complete {
	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;
}
#member_list img {
	margin-top: 5px;
}
.link_item {
	padding:5px;
}
#login_to_comment {
	text-align: center;
	padding: 15px 0px 15px 0px;
}
/* END OF REQUIRED CSS STYLES */
.header_container {
	height: 100px;
	background: #292726;
	background: #292726 url(images/bg1.gif) repeat-x scroll 0 0;
}
.logo {
	float: left;
}
.user_area {
	float: right;
	/*background: #3a393a;*/
	height: 50px;
	width: 360px;
	border-top: 0px;
	color: #fff;
	font-family: Arial;
	margin-top: 6px;
}
.ua_avatar {
	float: left;
	margin: 5px 4px 0px 5px;
}
.ua_username {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	float:left;
}
.ua_unregistered {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
}
.ua_points {
	float: left;
	background-color: #565455;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 0px 7px 0px 7px;
	border: 2px solid #484647;
	-moz-border-radius: 12px;
	margin: 5px 0px 0px 5px;
}
.ua_info {
	float: left;
	font-size: 16px;
	margin-right: 10px;
}
.ua_info a {
	color: #dcdcdc;
	text-decoration: none;
}
.ua_info a:hover {
	border-bottom:1px dotted #ffffff;
	color:#5E92FC;
}
.main_menu_container {
background:#292726 url(images/member_bar.gif) repeat-x scroll 0 0;
font-family:Arial;
font-size:16px;
padding-top:5;
text-align:left;
}
.main_menu_container a {
	color: #fff;
	text-decoration: none;
}
.main_menu_container a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.main_menu {
	width: 990px;
	margin: auto;
	border-top: 0px solid #4f4d4e;
	padding-top: 7px;
	padding-bottom: 12px;
}
.content_container {
	width: 990px;
	margin: auto;
}
.pages_menu {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-top: 8px;
	margin-right: 3px;
	font-family: Arial;
	font-size: 16px;
	padding: 4px;
	padding-left: 10px;
	color: #e4ecec;
	float: left;
	width: 725px;
}
.pages_menu a {
	color: #535051;
	text-decoration: none;
}
.pages_menu a:hover {
	color: #000;
}
.search_contain {
	float: left;
}
.search_button_contain {
	float: left;
	margin-top: 12px;
}
.search_box {
	border: 1px solid #c8c8c8;
	height: 25px;
	margin-top: 8px;
	margin-right: 3px;
	font-size: 15px;
	padding: 2px 0px 0px 4px;
	width:205px;
}
.title {
	font-family: Arial;
	height: 50px;
	font-size: 30px;
	color: #fff;
	padding-top: 8px;
}
.title_small {
	font-family: Arial;
	height: 35px;
	font-size: 20px;
	color: #6e0900;
	padding-top: 15px;
}
.leaderboard {
	text-align: center;
	padding: 5px;
}
.ad_banner {
	text-align: center;
	padding-bottom: 0px;
}
.ad_small_square {
	text-align: center;
	padding: 0px;
}
.main_left {
	width:720px;
	float: left;
}
.main_right {
	width: 255px;
	float: right;
}
.misc_container {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 8px;
	font-family: Arial;
	overflow:hidden;
	width:703px;
}
.misc_container a {
	color: #484848;
	text-decoration:none;
}
.misc_container a:hover {
	border-bottom:1px dotted #000000;
	color: #000;
}
.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.footer {
	padding: 5px 0px 30px 0px;
	text-align: center;
	font-family: Arial;
	color: #a8a8a8;
	font-size: 12px;
}
.footer a {
	color: #a8a8a8;
	text-decoration:none
}
.footer a:hover{
	color: #a8a8a8;
	border-bottom:1px dotted #ffffff;
}
.more_links {
	text-align: center;
}
/* HOMEPAGE */
.featured_games {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	overflow:hidden;
	width:720px;
}
.home_category {
	border: 1px solid #c8c8c8;
	border-top: 0px;
	background-color: #fff;
	margin-bottom: 10px;
	overflow:hidden;
	padding-bottom:15px;
	width:720px;
}
.home_cat_title {
background:#FF9494 url(images/header_20.png) repeat scroll 0 0;
border-color:#C8C8C8 #C8C8C8 -moz-use-text-color;
border-style:solid solid none;
border-width:0px 0px 0;
font-family:Arial;
height:20px;
padding:8px;
width:706px;
}
.home_cat_name {
	font-size: 16px;
	float: left;
}
.home_cat_link {
	float: right;
	font-size: 16px;
	margin-top: 2px;
}
.home_cat_title a {
	color: #000000;
	text-decoration: none;
	text-shadow:1px 1px 2px #DC14F5;
}
.homepage_game {
	float: left;
	width: 350px;
	margin-top: 10px;
}
.home_game_image {
background:transparent url(images/thumb_back.png) repeat scroll 0 0;
float:left;
height:70px;
margin-left:8px;
padding-top:10px;
text-align:center;
width:80px;
}
.home_game_info {
	float: left;
	padding-left: 5px;
	width: 255px;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
.home_game_info a {
	color: #cdcdcd;
}
.home_game_head a {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration:none
}
.home_game_head a:hover {
	border-bottom:1px dotted #000000;
	color: #e368ff;
}

.module {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	font-family: Arial;
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	overflow: hidden;
}

.module a {
	color: #4c4c4c;
	text-decoration:none;
    font-family: 微軟正黑體;
}

.module .icon {
    float: left;
    width: 60px;
    height: 45px;
}

.module .right {
    float:left;
    margin: 0 0 0 5px;
    font-size: 10pt;
    font-family: 微軟正黑體;
    line-height:15px;
}

.module .right a {
	color: #4c4c4c;
	text-decoration:none;
    font-size: 10pt;
    font-family: 微軟正黑體;
}

.module .visit-count {
    font-size: 9pt;
}

.module a:hover {
	color: #ee365f;
	border-bottom:1px dotted #000000;
}
.module ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.module li {
	padding:4px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}

.module_header, .module_header h2 {
    background:transparent url(images/module_header.png) repeat scroll 0 0;
    color:#000000;
    font-family:Arial;
    font-size:18px;
    font-weight: bold;
    height:27px;
    margin:3px;
    padding-left:8px;
    padding-top:9px;
    text-shadow:1px 1px 2px #DC143C;
}

.sidebar_header {
    background:transparent url(images/sidebar_header.png) repeat scroll 0 0;
    color:#000000;
    font-family:Arial;
    font-size:16px;
    height:27px;
    margin:3px;
    padding-left:8px;
    padding-top:9px;
    text-shadow:1px 1px 2px #DC143C;
}

.module_content {
    padding: 15px 30px 15px 30px;
    line-height: 30px;    
}
.module_content a {
	font-family: arial;
	font-size: 16px;
	color: #000;
	text-decoration:none;
}

/* VIEW GAME */
.game_container {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 15px;
	text-align: center;
	padding-bottom: 30px;
}
.game_info_container {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 15px;
	overflow:hidden;
	width:100%;
}
.game_info_content {
	background-color:#fff6f5;
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 3px;
}
.game_info_content strong{
	color:#FF84A2;
	border-bottom:1px dotted #000000;
	letter-spacing:5px;
}
.game_info_header {
	margin: 3px;
	background: url(images/module_header.png);
	height: 27px;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	padding-top: 9px;
	padding-left: 8px;
	text-shadow:1px 1px 2px #DC143C;
}
.gi_column1 {
	float: left;
	width: 100px;
	padding: 18px 0px 10px 10px;
	text-align: center;
	font-family: Arial;

}
.gi_column2 {
	float: left;
	width: 850px;
	padding-left: 8px;
	padding: 10px 0px 20px 0px;
}
.game_options {
background:#CCE6FC none repeat scroll 0 0;
color:#000000;
font-family:Arial;
margin-bottom:30px;
overflow:hidden;
padding:8px;
width:972px;
}
.game_options_column1 {
	float: left;
	padding-top: 3px;
	margin-right: 4px;
}
.game_options_column2 {
	float: left;
	padding-top: 2px;
	margin-right: 5px;
	width:120px;
}
.button2 a {
	width: 123px;
	height: 23px;
	background: #ae3632 url(images/button2.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;
}
.button2 a:hover {
	display: block;
	background-color: #cf0000;
}
.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: 49%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.comments_container {
	padding: 10px;
}
.add_comment_box {
	border: 1px solid #ccc;
	width: 450px;
}
.new_comment_container {
	text-align: left;
	font-family: Arial;
}
.comment_button_container {
	padding-top:5px;
	text-align:right;
	margin-bottom: 10px;
}
.comment_avatar {
	float: left;
	margin: 4px 10px 0px 5px;
}
.comment_content {
	float: left;
	width: 365px;
}
.comment_username {
	color: #2f2f2f;
	padding-top: 6px;
}
.comment_username a {
	color: #730702;
	text-decoration: none;
}
.thecomment {
	color: #2f2f2f;
	border-top:1px solid #dcd6d4;
}
.random_game {
	float: left;
	margin-top: 10px;
}
.random_game_image {
	float: left;
	padding: 5px 5px 0px 5px;
	text-align: center;
	border: 1px solid #ccc;
	height: 65px;
	width: 60px;
	margin-left: 8px;
}
.random_game_info {
	float: left;
	padding-left: 5px;
	width: 390px;
	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_head a {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration:none;
}
.random_game_head a:hover {
	border-bottom:1px dotted #000000;
	color: #ea365f;
}
/* CATEGORY */
.category_container {
	border: 1px solid #c8c8c8;
	border-top: 0px;
	background-color: #fff;
	margin-bottom: 15px;
	overflow: hidden;
	width:718px;
}
.sort_options {
	border: 1px solid #c8c8c8;
	border-bottom: 0px;
	padding: 8px;
	font-family: Arial;
	font-size: 16px;
	background: #DEE9FF;
	text-decoration: none;
}
.sort_options a {
	color: #454342;
	text-decoration: none;
}
.sort_options a:hover {
	border-bottom:1px dotted #000000;
	color: #ea365f;
}
.category_pages {
	margin: auto;
	background: #EEF;
	border: 0px solid #FFF;
	margin: 15px;
	text-align: center;
	padding: 5px;
	font-family: Arial;
}
.category_pages a {
	color: #4379E2;
	padding: 3px;
	text-decoration: none;
}
/* PROFILE */
.profile_container {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 15px;
	overflow:hidden;
	width:100%;
}
.profile_container a {
	color: #4379E2;
	border-bottom:1px dotted #000000;
	text-decoration:none
}
.profile_header_avatar {
	width:80px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	width: 650px;
	height: 80px;
	float: left;
	padding-top: 20px;
	padding-left: 5px;
}
.profile_header_buttons {
	float: right;
	background-position:top right;
	width: 173px;
	height: 97px;
	padding-left: 20px;
	padding-top: 3px;
}
.profile_username {
	font-size: 30px;
	font-family: Arial;
	padding: 0px;
	float: left;
}
.profile_points {
	float: left;
	background-color: #ff9900;
	margin-left: 10px;
	font-family: Arial;
	color: #fff;
	margin-top: 8px;
	padding: 0px 12px 0px 12px;
	-moz-border-radius: 12px;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 16px;
	font-family: Arial;
}
.profile_button a {
	background: #ae3632 url(images/button2.png);
	width: 150px;
	height: 23px;
	padding-top: 2px;
	padding-right: 4px;
	margin: 10px 15px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.profile_button a:hover {
	display: block;
	background-color: #cf0000;
}
.profile_column1 {
	margin-right: 12px;
	width: 70%;
	float: left;
}
.profile_column2 {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	width: 28%;
	float: right;
	font-family:Geneva, Verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}
.user_info {
	padding: 10px;
	overflow: hidden;
}
.user_info a {
	color: #000;
	border-bottom:1px dotted #000000;
	text-decoration:none
}
.right_title {
	color: #8a8a8a;
}
.profile_content_item {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 15px;
	font-family: Arial;
}
.fav_container {
	padding: 20px;
}
.profile_comment {
	border:1px solid #dcd6d4;
	margin-bottom: 10px;
	padding: 10px;
}
.profile_left_header {
	background: #fff;
	height: 28px;
	padding-top: 12px;
	padding-left: 15px;
	color: #4379E2;
	font-family: Arial;
	font-size: 16px;
}
/* EDIT PROFILE */
.edit_avatar_container {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	overflow:hidden;
	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 {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	margin-bottom: 15px;
}
.news_header {
	background: #eeeeee;
	overflow:hidden;
	width:100%;
}
.news_image {
	float: left;
	width: 60px;
	margin: 5px 0px 0px 5px;
}
.news_title {
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 8px;
}
.news_title a {
	color: #4379E2;
	text-decoration: none;
}
.news_author {
	font-size: 12px;
}
.news_main {
	padding: 0px 10px 0px 10px;
	margin-bottom: 25px;
	font-family: Arial;
}
/* 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;
}




.tag_cloud a {
	color: #4c4c4c;
	text-decoration:none;
    font-family: 微軟正黑體;
}

.tag_content {
    padding: 10px;
    line-height: 30px;
    word-spacing: 10px;
}


.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:visited {
    color: white;
}
