th
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	background-color: #6f93ce;
	color: #fff;
}

table#searchResults thead tr 
{
	border-bottom:2px solid #555;
}

table#searchResults thead th#locNo 
{
	width: 200px;
}

.directory #titleLink
{
	text-decoration: none;
	color: #000;
}

table#searchResults tbody tr.odd
{
	background-color:#f0f0f0;
}

table#searchResults tbody tr.info td
{
	padding-left: 8px; 
	padding-right: 8px;
}

.clsError
{
	font-size: 13px;
	color: #ff0000;
	padding: 1.5em;
	background: #f0f0f0; 
	text-align:left;
	border: medium double #ff0000;
}