
/* Search options entry */
table.SearchFields {
	width:90%;
	border:solid 1px black;
	border-collapse: collapse;
	color: black;
	margin:1ex;
	text-align:left;
	vertical-align:top;
}

td.SearchFieldsName {
	/* The caption for the search fields */
	width:100px;
}

td.SearchFields  {
}

tr.SearchFields {
}

td.SearchOptionsName {
	width:250px;
	height: 30px; 
	border-top:solid 1px black;
	border-left:solid 0px black;
	border-right:solid 0px black;
	border-bottom:solid 1px black;
}

th.SearchOptions {
	height: 30px; 
	text-align:center;
	border:solid 1px black;
	background-color: ghostwhite;
}

td.SearchOptions {
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}


table.QuickSearch {
	/* Quick search */
	width:95%;
	border:solid 1px black;
	border-collapse: collapse;
	color: black;
	margin:1ex;
}

th.QuickSearch {
	text-align:center;
	color: black;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 2px;
	background-color: Lavender;
	color: black;
	border:solid 1px black;
}

td.QuickSearch {
	background-color: snow;
	color: black;
	text-align:center;
}
td.QuickSearchRight {
	background-color: snow;
	color: black;
	text-align:right;
}

td.QuickSearchFirst {
	background-color: snow;
	color: black;
	width:20%;
	text-align:right;
}

img.QuickSearch {
}

input.QuickSearch {
}

