/* Title */
table.platform_title {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 800px;
}
table.platform_title td.platform_name {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: white;
}
table.platform_title td.platform_tag {
	text-align: right;
	padding: 5px;
}

#platform_guest {
	margin-right: 10px;
}
table.platform_intro {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 580px;
	border: 1px solid #ccc;
	padding: 20px 10px;
}
table.platform_intro td.desc {
	padding-left: 20px;
}
a.platform_register {
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ccc;
}
a.platform_register:hover {
	text-decoration: none;
}
.playing {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.register_statement {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}
.register_button {
	text-align: right;
	margin-top: 35px;
}
/* default left side */
.title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
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;
}
table.play_table {
	margin-top: 5px;
	width: 560px;
}
table.play_table td.play_game {
	text-align: left;
	color: #666;
	font-size: 12px;
}
table.play_table td.play_submit {
	text-align: right;
}
.search_game {
	margin-left: 5px;
	height: 19px;
	width: 350px;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 5px;
}
/* ---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;
}

/* right side menu */
#platform_menu {
	font-weight: bold;
}
.pmenu_first_item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	text-align: left;
	margin-right: 10px;
	padding-left: 5px;
}
.pmenu_item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: left;
	margin-right: 10px;
	padding-left: 5px;
}
#top10games {
}
.top10_title {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 3px;
}
.top10_list {
	margin-top: 5px;
	padding-left: 5px;
}

/* --- platform DIVs --- */
#platform_header {
	clear: both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

#play {
	margin-right: 10px;
}

#activity {
	margin-right: 10px;
}
#game_dash_section {
	margin-right: 20px;
}

/* 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;*/
}