/** search **/

#page {
	float: left;
	width: 542px;
	padding-right: 2em;
	z-index: 40 !important;
}


#search-results {
	margin: 10px 0;
	border: 1px solid #a9bbc7;
}
#search-results thead {
	background: #a9bbc7;
}
#search-results thead th {
	border: 1px outset #a9bbc7;
	text-align: left;
	font-size: 11px;
	padding: 5px;
	color: #fff;
	white-space:nowrap;
}
#search-results tbody {
}
#search-results tbody tr.row1 {
	background: #fff;
}
#search-results tbody tr.row2 {
	background: #eaeff3;
}

#search-results tbody td {
	border-bottom: 1px groove #a9bbc7;
	font-size: 11px;
	padding: 5px 7px;
}

#search-results tfoot {
	background: #a9bbc7;
}
#search-results tfoot th {
	padding: 5px;
}

#search-results a.popuplink {
	background: transparent url('../images/shared/new_window.gif') no-repeat right center;
	text-decoration:none;
	font-size: 11px;
	padding: 5px;
	padding-right: 18px;
	color: #fff;
	white-space:nowrap;
	cursor: pointer;
}


.hover-container {
	position: relative;
	width: 23px;
	overflow: visible;
	white-space: no-wrap;
	margin: 0 auto;
	z-index: 25 !important;
	height: 35px;
}
.hover-icon {

	border: 0;
	margin-top: 4px;
	cursor: pointer;
	z-index: 20;
	width: 14px;
	height: 23px;
}


.hover-image {
	position: absolute;
	z-index: 19;
	left: 480px;
	margin-top: -100px;
	cursor: pointer;
	border: 2px solid #000;
}




#customslide-form {
	margin: 0; padding: 0;
}
#customslide-form fieldset {
	margin: 0;
	border: 1px solid #ddd;
}
#customslide-form fieldset legend {
	font-weight: bold;
	color: #444;
}
#customslide-form fieldset ol {
	list-style: none;
	margin: 1em;
	padding: 0;
}
#customslide-form .details {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #777;
}
#customslide-form .buttonset {
	text-align: center;
}

