#Control
{
	width: 525px;

}

#Grid
{
	width: 503px; /* 505 */
	float: left;
	height: 220px; 
}
#ScrollBar
{
	width: 20px;
	overflow: auto;
	clear: right;
	height: 220px;
}

#Compare
{
	width: 190px;
	float: left;
}

#SearchSort
{
	clear: right;
}
#HeadRow
{
	font-family: arial;
	font-size: 9pt;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: middle;
	background-color: #d9ecfa;
	color: black;
	font-weight: bold;

}

#HeadRow a
{
	margin-right: 10px;

}

#ddlSortBy
{
	font-size: 8pt;
	width: 82px;
}

#HeadRow input
{
	font-size: 8pt;
	width: 220px;
}
.Row
{
	background-color: #C0CBE5;
	height: 22px;
	font-size: 10pt;
}

.AltRow
{
	background-color: #DDE2EF;
	height: 22px;
	font-size: 10pt;		
}

.Row a
{

	font-size: 10pt;
}

.AltRow a
{
	font-size: 10pt;		
}




#MatchesFooter input
{
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#MatchesFooter a
{
	margin-right: 5px;
}

#MatchesFooter
{
	background-color: #d9ecfa;
	color: black;
	font-size: 8pt;
	clear: both;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#MatchesResults
{
	margin-right: 20px;
}

#Icons
{
	overflow: auto;

}

.ShowAllMatches
{
	margin-left: 0px;
	margin-right: 0px;
	overflow: scroll;
	height: 375px;
	width: 100%;
}

.ShowPartialMatches
{
	margin-left: 0px;
	margin-right: 0px;
	overflow: scroll;
	height: 250px;
	width: 100%;
}

/* Sub of matchespages.  Contains the results summary */
#MatchesResults
{
	float:left;
	width: 125px;
	margin: 0px 0px 0px 0px;
}

/* Sub of matchespages.  Contains the pager */
#MatchPager
{
	width: 163px; /* 169 */
	margin: 0px 0px 0px 0px;
}

/* bottom of matches window containing Results text and pager */
#MatchesPager
{
	width: 291px; /* 295 */
	padding-top: 3px;
	text-align: right;
	float: right;
}
/* Bottom of the matches window containing radio buttons */
#MatchesOptions
{
	width: 225px;
	float: left;
}

.objectListItemTable
{
	margin-left: 1px;
	margin-right: 1px;	
	width: 95px;
	font-size: 8pt;	
}
