/* CSS Document */
#ContentPanel1 #frmSearchBlk
{
	margin:0.5em auto;
	padding:12px 0;
	padding-left:128px;
	background-color:#f3f3f3;	
	border:1px solid #c4c4c4;
	width:50%;
	background-image:url(/img/logos/google.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:1em;
}
#ContentPanel1 #frmSearchBlk #frmSearch
{
	margin:0 auto;
	padding:0;
	display:block;
}
#ContentPanel1 #frmSearchBlk #frmSearch #keywords
{
	width:80%;
}
#ContentPanel1 #frmSearchBlk #frmSearch #frmSearchSubmit
{
	vertical-align:top;
}
#ContentPanel1 #SearchPagesNav
{
	margin-top:1em;
	text-align:center;
	font-weight:bold;
	color:#333;
}
#ContentPanel1 #SearchPagesNav a img
{
	border:none;
	vertical-align:top;
}
#ContentPanel1 #SearchPagesNav a
{
	color:#666;
}
#ContentPanel1 #SearchResultsHeader
{
	text-align:right;
	padding:0.5em;
	margin-bottom:1em;
	background-color:#f3f3f3;
	border:1px solid #ddd;
}
#ContentPanel1 #NoResultsFound
{
	margin-top:1em;
}
#ContentPanel1 #SearchResults div.SearchResultsElement
{
	padding-bottom:1em;
}
#ContentPanel1 #SearchResults div.SearchResultsElement div.SearchResultsElementTitle
{
	font-size:1.2em;
	padding-bottom:0.2em;
}
#ContentPanel1 #SearchResults div.SearchResultsElement div.SearchResultsElementTitle a
{
	text-decoration:underline;
}
#ContentPanel1 #SearchResults div.SearchResultsElement div.SearchResultsElementLink
{
	color:#666;
	overflow:hidden;
}
