div#floatingImage{
	visibility: hidden;
}

.divError{
	visibility: hidden;
	background-color: aqua;
	float: left;
	z-index: 1000;
	position: absolute;
	border: 2px solid blue;
	white-space: pre;
	font-family: sans-serif;
	font-size: 10px;
}

.divErrorTitle{
	background-color: blue;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 2px;
	color: white;
	font-weight: bold;
	font-family: sans-serif;
}

.searchFieldName{ 
 	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	width:150;
}

.searchFieldVal{ 
 	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.advSearch{
	background-color:#EEEEEE;						
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;		
	position: static;
	width:100px;
}

.searchTitle{
	padding: 10px;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.searchBody{
	margin-left: 40px;
	width: 850px;
}

.resultTable{
	border:2px solid #0000bf;
}

.resultHeader{
	background-color: #0000bf;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: white;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: white;
	font-variant: small-caps;
	font-family: verdana, arial, fantasy;
	font-weight: bold;
	color: white;

	cursor: pointer;
}

.resultHeaderText{
	color: white;
	z-index: 120;
}

.shadow{
	left: 1px;
	top: 1px;
	color:black;
	z-index: 10;
}

.resultCell{
	text-align: center;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: white;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: white;
}

.resultLineDark{
	background-color: #ddddff;
	cursor: pointer;
}

.resultLineHell{
	background-color: #ffffff;
	cursor: pointer;
}

.contact{ 
 	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 800px;
}

.mandatory{
	color: red;
	font-size: 12px;
}
