﻿#extra_content {
	background:#859aa7;
	height:200px;
	overflow:hidden;
  position: relative;
}

#ec_table {
	text-align:center;
}

#ec_stats {
	margin-top:10px;
}

.ec_active {display:block;}
.ec_inactive {display:none;}

ul#ec_tab_menu {
	margin:10px 0 0 20px;
	padding:0;
	float:left;
}

ul#ec_tab_menu li {
	list-style:none;
	background:#D4D4D4;
	padding: 0 7px 0 7px;
	margin-right:5px;
	float:left;
	height:20px;
	line-height:20px;
	cursor:pointer;
	color:#585858;
	font-weight:bold;
}

ul#ec_tab_menu li.active {
	background:#F6F6F6;
}

#ec_more 
{	background:#67920d;
	width:52px;
	height:33px;
	font-weight:bold;
	line-height:32px;
	color:#ffffff;
	font-size:15px;
	display:inline-block;
	top:-14px;
	left:463px;
	position:absolute;
	cursor:pointer;
}
#ec_more .hover
{background:#ffffff;}

* html #ec_more {
	background:url(view_more.png);
}

#ec_bot {
	position:relative;
	height: 6px;
	background:#67920d;
	text-align:center;
	border-top:13px solid #babbb8;
}

/* Extra Content END */

/* League Tables  */

.league_table {
	margin:0 auto;
	width:435px;
	display:inline-block;
}

.comp_tables_wrapper {
	margin:0 auto;
	width:840px;
}

.comp_table {
	margin:0 10px;
	float:left;
	width:400px;
	display:inline-block;
	background:#c0d8e6;
}

.comp_table_ko {
	margin:0 10px;
	width:500px;
	display:inline-block;
	background:#c0d8e6;
}

.table_row {
		display:block;
		border-bottom:1px dotted #CCC;
}
	
.table_cell {
		float:left;
		display:inline-block;
		margin:2px;
		text-align:center;
		padding:2px 0 2px 0;
		overflow:hidden;
}

.odd_row {
	background-color:#FCFCFC;
}

.cl {	background:#EAF8D8; }
.clq {	background:#F6FDF0; }
.el { background:#E4EDF9; }
.rel { background:#FDE6E6; }

.table_head 
{
	background: #999;
	border-bottom:2px solid #999;
}

.table_head .table_cell {
	border-bottom:none;
}

h2.table_title {
	margin:10px 0 5px 0;
	color:#747474;
	font-size:16px;
}

#table_help {
	line-height:14px;
	background:#FFFFFF;
	padding:5px 0 5px 0;
	color:#A4A4A4;
}

.table_guide {
	margin: 0 0 0 3px;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:10px;
	height:10px;
	_height:10px;
	*height:12px;

}

#table_help span {
	margin: 0 0 0 10px;
}


	
/* League Tables  END */

/* Stats Tables */

.stats_table {
	margin:0px auto 0 15px;
	float:left;
	display:inline;
	top:0;
}	

h2.stats_title {
	margin:5px;
	font-size:12px;
	text-align:center;
}

.stats_table .table_cell {
	text-align:left;
}

.stats_table .table_cell img {
	position:absolute;
	right:10px;
	width:11px;
	height:14px;
}

.stats_table .table_head {
	color:#FFF;
	font-weight:bold;
	border-bottom:none;
	background-color:#5C5C5C;
	position:relative;
}

.stats_table .table_head .table_cell {
	text-align:center;
	padding:1px;
	width:100%;
}
