h1 {
    background: none repeat scroll 0 0 #E1F0EB;
    border: 1px solid midnightblue;
    color: #1C449B;
    font-family: Verdana,Tahoma,Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 30px 10px 0;
    padding: 3px 10px 3px 3px;
}

h3 {
    color: #1C449B;
    font-family: Verdana,Tahoma,Arial;
    font-size: 14px;
    padding-right: 20px;
}

p {
    font-family: Verdana,Tahoma,Arial;
    font-size: 10pt;
    padding-right: 20px;
    text-align: justify;
}

input.button {
    background-color: midnightblue;
    color: white;
    font-family: Verdana,Tahoma,Arial;
    font-weight: bold;
    margin: 0 0 0 10px;
}
/* layout information for the results table */
table.search_results {
	border-collapse: collapse;
	border: 1px solid midnightblue;
	margin-bottom: 10px;
}

thead.search_results th {
    background-color: white;
    color: black;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 10px;
	margin: 10px 0px 0px 10px;
	text-align: left;
	border-right: 1px solid midnightblue;
	white-space: nowrap;
}

tbody.search_results td {
	font-size: 10pt;
	line-height: 1.4em;
	font-family: Verdana, Tahoma, Arial;
	color: #002043;
	padding: 10px 7px;
	border-top: 2px solid midnightblue;
	border-right: 1px solid midnightblue;
	text-align: left;
}

tbody.search_results td.alternate {
	background-color: #eaf1f8;
	font-size: 10pt;
	line-height: 1.4em;
	font-family: Verdana, Tahoma, Arial;
	color: #002043;
	padding: 10px 7px;
	border-top: 2px solid midnightblue;
	border-right: 1px solid midnightblue;
	text-align: left;
}

tbody.search_results tr.alternate {
	background-color: #eaf1f8;
}



h3.h3_local{
    color: #1C449B;
    font-family: Verdana,Tahoma,Arial;
    font-size: 14px;
    padding-right: 20px;
}
thead.search_results th {
    background-color: white;
    color: black;
}
#view_details{
    float:right;
    display:inline;
    color:#1C449B;
    background-color:#e1f0eb;
    margin:2px;
    padding:2px;
    cursor:hand;
}