#m-closed-column-container
{
	display: none;
}

#MPPhotos
{
	width:505px;
	height: 500px;
	float: left;
	overflow: auto;
}

#InformationControl
{
	overflow: auto;
	position: relative;
}

#InformationControl .loading
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background-image: url(img/cb_loading.gif);
}

#Statistics
{
	float: left;
	overflow: auto;
}

.mp
{
	padding: 15px;
	margin: 10px 0px 0px 10px;
	float: left;
	height: 80px;
	background-color:#C7C9CE;
	background-image: url(img/mp_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 4px solid #C7C9CE;
	width: 200px;
	cursor: pointer;
}

.mp img
{
	width: 50px;
	float: left;
}

.mp .details
{
	margin-left: 60px;
}

.labour
{
	border-color: #e70007;
}

.conservative
{
	border-color: #174187;
}

.libdems
{
	border-color: #e39a0d;
}

.mp h1, .mp h2, .mp h3
{
	margin: 0px;
	padding: 0px;
}

.mp h1
{
	font-size: 14px;
}

.mp h2
{
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
}

.mp h3
{
	margin-top: 6px;
	font-size: 11px;
	font-weight: normal;
}

#Statistics ul, #Statistics table
{
	padding: 0px;
	margin: 10px 5px 20px;
	font-size: 10px;
}

#Statistics ul.tabberlinks
{
	margin-bottom: 10px;
}

#Statistics ul li
{
	clear: both;
	list-style: none;
	margin-bottom: 5px;
	overflow: auto;
}

#Statistics ul li span
{
	/*float: left;*/
	display: inline-block;
}

#Statistics .barchart
{
	background-color: #C7C9CE;
	padding: 2px 5px;
	min-height: 10px;
	overflow: visible;
	display: inline-block;
}

#Statistics ul li span.party, #Statistics ul li span.expense, #Statistics table td.expense
{
	width: 160px;
	/*overflow: auto;*/
}

#Statistics .labour .barchart
{
	background-color: #174187;
}

#Statistics .conservative .barchart
{
	background-color: #e70007;
}

#Statistics .libdems .barchart
{
	background-color: #e39a0d;
}

#Statistics h1
{
	margin: 10px;
	font-size: 14px;
}

#Statistics .tabberlinks li
{
	float: left;
	clear: none;
	margin: 5px 5px 5px 0px;
	border: 1px solid #40474D;
	padding: 3px;
	font-size: 12px;
	cursor: pointer;
}

#Statistics .tabberlinks li.selected
{
	background-color: #C7C9CE;
}

.total
{
	font-weight: bold;
	font-size: 11px;
}

.tab
{
	clear: both;
}