﻿* find organisation */
span.findOrgLbl
{
	font-weight:bold;
}
.findOrgResult
{
	/*padding:26px 0 10px 0;*/
	padding: 15px 0px 10px 0px;
}
.findOrgSearchResult
{
	margin: 10px 0 5px 0;
}
.findOrgSearchResultEven
{
	padding: 3px 5px 3px 5px;
	background-color:#dcdcdc;
}
.findOrgSearchResultOdd
{
	padding: 3px 5px 3px 5px;
}
input.findOrg_button
{
	height: 19px; 
	width: 21px; 
	padding: 0;
	background: transparent url("/images/sportselect-button.gif") no-repeat; 
	border: none; 
	outline: 0; 
	cursor: pointer;
	
}
input.findOrgSearch_button
{
	height: 19px; 
	width: 21px; 
	padding: 0; 
	background: transparent url("/images/searchbutton1.gif") no-repeat; 
	border: none; 
	outline: 0; 
	cursor: pointer;
}
.findOrgSearchText
{
	font-size:1.1em;
	width:auto;
}
.findOrgTable
{
	/*border: 1px solid #BEBEBE;
	border-collapse: collapse;*/
	margin: 0.5em 0;
	padding: 0;
	/*width: 90%;*/
}
.findOrgTable th, .findOrgTable td
{
	/*border: 1px solid #BEBEBE;*/
	padding: 2px 10px 2px 0px;
	vertical-align: top;
}
.returnLinkDiv
{
	float:right;
	text-align:right;
}
.returnLink
{
	font-weight:normal;
	font:Verdana;
}
