/* *****************
Author: Ben Weeks
Created: 15th November 2005
Templates:
	XML/CouncillorDetails.xml
	XML/councillorListing.xml
*/ 

.CouncillorsDetailImage
{
	float: right;
	width: 200px;
	clear: both;
	overflow: visible;
	text-align: right;
}
/* Hides from IE-mac \*/
* html .CouncillorsDetailImage { height: 100%; } /* Ensure the container div "stretches, see: http://www.quirksmode.org/css/clearing.html */
/* End hide from IE-mac */

.CouncillorsDetailImage img, .CouncillorsDetail img
{
	width: 160px;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.CouncillorsDetail
{
	/* font-weight: bold; */
	/* padding-bottom: 20px; */
}

.CouncillorsHeader
{
	font-weight: bold;
}

.CouncillorSearchItem
{
	font-weight: bold;
	width: 150px;
	text-align: left;
	display: inline-block;
}

.CouncillorSearchField select, .CouncillorSearchField input:text
{
	border-width: 1px;
	border-style: solid;
	width: 350px;
	padding: 2px;
	margin: 0px;
}

.CouncillorResultsHeader
{
	text-align: left;
	padding-top: 20px;
}

.CouncillorResults
{
	text-align: left;
}

.CouncillorResultsHead
{
	background-color: #005AAB;
	color: #FFFFFF;
	display: inline-block;
	width: 175px;
	padding: 2px;
	margin: 2px;
}

.CouncillorResults a, .CouncillorResults span
{
	background-color: #CAE5D3;
	color: #005AAB;
	width: 175px;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	margin: 2px;
	padding: 2px;
}

.CouncillorResults .email
{
	display:none;
}

