/* ================================
    CSS STYLES FOR Module ObituarySearch
   ================================
*/
.SearchLabel 
{
	font-family:Verdana, Helvetica;
	font-size:11;
	font-weight:bold;
	text-align:right;
}

.SearchSubLabel 
{
	font-family:Verdana, Helvetica;
	font-size:9;
	font-weight:bold;
}	

.button
{
	width:100;
	font-family:Verdana,Helvetica;
	font-size:12;
	font-weight:bold;
	text-align:center;
}
A.button:visited
{
		width:100;
	font-family:Verdana,Helvetica;
	font-size:12;
	font-weight:bold;
	text-align:center;
}
A.button:active
{
		width:100;
	font-family:Verdana,Helvetica;
	font-size:12;
	font-weight:bold;
	text-align:center;
}

.linkbutton
{
	font-family:Verdana,Helvetica;
	font-size:12;
	font-weight:bold;
	color:Blue;
}
A.linkbutton:visited
{
	font-family:Verdana,Helvetica;
	font-size:12;
	font-weight:bold;
	color:Blue;
}
A.linkbutton:active
{
	font-family:Verdana,Helvetica;
	font-size:12;
	font-weight:bold;
	color:Blue;
}
.resultsheader
{
	font-family:Verdana,Helvetica;
	font-size:12;
	font-weight:bold;
	text-align:center;
	background:#999999;
}

.resultsitem
{
	font-family:Verdana,Helvetica;
	font-size:12;
}

.errorlabel
{
	font-family: Verdana,Helvetica;
	font-size:11px;
	font-weight:bold;
	color: red;
	white-space:nowrap;

}
.viewobitlabel
{
	font-family: Verdana,Helvetica;
	font-size:11px;
	font-weight:bold;
	color: #003366;
	white-space:nowrap;
}

.dgheader
{
	font-family: Verdana,Helvetica;
	font-size:11px;
	font-weight:bold;
	color: #003366;
	white-space:nowrap;
	background-color:Silver																																																																	
}

.viewobitfield
{
	font-family:Verdana,Helvetica;
	font-size:12;
	border:0;
}

.viewrelativefield
{
	font-family:Verdana,Helvetica;
	font-size:12;
	width:100;
}

.editobitfield
{
	font-family: Verdana, Helvetica;
	font-size:11;
}

.subheader
{
	font-family: Verdana,Helvetica;
	font-size:10;
	color: Red;
}

.norecordsfoundheader
{
	font-family: Verdana,Helvetica;
	font-size:14px;
	font-weight:bold;
	color: #003366;
	white-space:nowrap;
}