/* Title */
table.game_title {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 800px;
}
.p_360 {
	background-color: #91c63a;
}
.p_wii {
	background-color: #61c6d4;
}
.p_ps3 {
	background-color: #989799;
}
.p_nds {
	background-color: #dd5ac4;
}
.p_psp {
	background-color: #3b3b3b;
}
.p_ps2 {
	background-color: #264799;
}
.p_web {
	background-color: #e24d16;
}
.p_pc {
	background-color: #d0180e;
}
table.game_title td.game_name {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: white;
}
table.game_title td.platform_tag {
	text-align: right;
	padding: 5px;
}
/* --- home --- */
#game_guest {
	
}
table.game_intro {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 560px;
	border: 1px solid #ccc;
	padding: 20px 10px;
}
table.game_intro td.desc {
	padding-left: 20px;
}
.register_statement {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}
.register_button {
	text-align: right;
	margin-top: 35px;
}
a.game_register {
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ccc;
}
a.game_register:hover {
	text-decoration: none;
}
.playing {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
/* ---Activity Feed -- */
table.activity_feed {
	width: 560px;
	margin-bottom: 10px;
}
table.activity_feed td.feed_icon {
	padding-left: 5px;
	padding-top: 15px;
}
table.activity_feed td.feed_first_line {
	padding-top: 15px;
	padding-left: 10px;
}
table.activity_feed td.feed_second_line {
	padding-left: 20px;
}

/* --- Left side pages shared --- */
.title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 10px 20px 0 5px;
}
table.left_header {
	width: 560px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;	
}
table.left_header td.left_header_title {
	font-weight: bold;
	font-size: 14px;
}
table.left_header td.left_header_option {
	font-weight: bold;
	text-align: right;
}

/* --- overview page --- */
.game_description {
	margin: 15px 20px 0 5px;
}
.game_website {
	margin: 25px 20px 0 5px;	
}
table.game_info {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
table.game_info td.label {
	text-align: right;
	padding-right: 5px;
	color: #989898;
}
table.game_info td.info {
	text-align: left;
	padding-left: 5px;
}
/* --- discussions page --- */
.topic_list {
	margin-top: 20px;
	position: relative;
	float: left;
}
.topic_count {
	margin: 10px 0 10px 5px;
}
table.board {
	width: 560px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 0px 0px 5px;
}
table.board td {
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.topic {
	width: 560px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 0;	
}
table.topic td.head {
	background-color: #f2eedb;
	padding-left: 5px;
	padding-right: 5px;
}
table.topic td.pic {
	width: 75px;
	text-align: center;
	border-right: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.topic td {
	padding: 5px;
}
table.reply td.quote {
	border: 1px dashed #ccc;
}
.quote {
	border: 1px dashed #ccc;
	color: #666;
	padding: 5px;
	margin-right: 5px;
}
.topic_font {
	font-size: 12px;
	display: inline;
	font-weight: bold;
}
.headbar_board{
	position: relative;
	height: 15px;
}
.leftbar_board {
   position: absolute;
   left: 0;
   top: 0px;
   width: 70%;
   }

.rightbar_board {
   position: absolute;
   right: 0;
   top: 5px;
   width: 30%;
   margin-right: 15px;
   text-align: right; /* depends on element width */
   }
.headbar_topic{
	position: relative;
	height: 10px;
}
.leftbar_topic {
   position: absolute;
   left: 0;
   top: -2px;
   width: 40%;
   }

.rightbar_topic {
   position: absolute;
   right: 0;
   top: -2px;
   width: 60%;
   text-align: right; /* depends on element width */
   }
/* --- right side menu --- */
#game_menu {
	font-weight: bold;
}
.game_logo {
	margin-top: 5px;
}
.gmenu_first_item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	text-align: left;
	margin-right: 10px;
	padding-left: 5px;
	margin-top: 5px;
}
.gmenu_item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: left;
	margin-right: 10px;
	padding-left: 5px;
}
.upper {
	text-align: right;
}
#related_games {
}
.related_games_title {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 3px;
}
.related_games_list {
	margin-top: 5px;
	padding-left: 5px;
}

.game_status_prefill
{
	color: #666666;
	background: #EAEAEA;	
}

/* --- game DIVs --- */
#game_header {
	clear: both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}
#game_dash_section {
	margin-right: 20px;
}
#activity {
	margin-right: 10px;
}

/* column container */
.colmask {
	position:relative;		
/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;	
/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
	background:#fff;
}
.rightmenu .colleft {
    float:left;
    width:200%;
    margin-left:-200px;
    position:relative;
    right:100%;
    background:#fff;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
    margin: 0 0 0 200px;
    overflow:hidden;
	/*border-right: 1px solid #ccc;*/
}
.rightmenu .col2 {
    float:right;
    width:200px;
    position:relative;
    left:201px;
}
/* Footer styles */
#footer {
	clear:both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
	text-align: right;
	border-top: 1px solid #ccc;
}
.foot_menu {
	margin: 0;
	padding: 0;
}

/* My Comment */

.clear:after { 
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	content: "."; 
}
.clear { 
	display: inline-block; 
}

#header {
	clear: both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #ccc;*/
}