/**
 * LookUp Input CSS
 * (C) ICSoft, http://www.icsoft.ru
 *
 * author Egor Stremousov
 * version 1.0
 */ /* Main style */
.lookup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-decoration: none;
	font-weight: normal;
}

.lookup-hidden {
	visibility: hidden;
	display: none;
}

.lookup-input {
	border: 1px solid #e58334;
	width: 200px;
	height: 20px;
	color: black;
	font-size: 12px;
}

.lookup-container {
	background: #FFFFFF scroll 0%;
	position: absolute;
	z-index: 202;
	width: 198px; //
	width: 200px;
	border-bottom: solid 1px #e58334;
	border-left: solid 1px #e58334;
	border-right: solid 1px #e58334;
	overflow: auto;
	overflow-x: hidden;
	max-height: 200px; //
	height: expression(this . scrollHeight >   200 ?   "200px" :   "auto")
}

.lookup-container .element {
	border-top: solid 1px #e58334;
	padding: 2px;
	cursor: pointer;
	background: #f1f7fd;
	width: 195px; //
	width: 100%;
	color: black;
}

.lookup-container .element-selected {
	background: #f6c9ca;
	border-top: solid 1px #e58334;
	padding: 2px;
	cursor: pointer;
	width: 195px; //
	width: 100%;
	color: black;
}

.lookup-select {
	font-weight: bold;
}

.lookup-load-visible {
	visibility: visible;
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	z-index: 100;
	margin: 2px 0px 0px 178px;
}

.lookup-load-visible img {
	border: 0px;
}

/* "Top" style  width = 125px  */
.lookup-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-decoration: none;
	font-weight: normal;
}

.lookup-input-top {
	border: 1px solid #e58334;
	width: 130px; /* px  */
	height: 20px;
	color: black;
	font-size: 12px;
}

.lookup-container-top {
	background: #FFFFFF scroll 0%;
	position: absolute;
	z-index: 202;
	width: 128px; /* px  */ //
	width: 130px; /* px  */
	border-bottom: solid 1px #e58334;
	border-left: solid 1px #e58334;
	border-right: solid 1px #e58334;
	overflow: auto;
	overflow-x: hidden;
	max-height: 200px; //
	height: expression(this . scrollHeight >   200 ?   "200px" :   "auto")
}

.lookup-container-top .element-top {
	border-top: solid 1px #e58334;
	padding: 2px;
	cursor: pointer;
	background: #f1f7fd;
	width: 125px; /* px  */ //
	width: 100%;
	color: black;
}

.lookup-container-top .element-selected-top {
	background: #f6c9ca;
	border-top: solid 1px #e58334;
	padding: 2px;
	cursor: pointer;
	width: 125px; /* px  */ //
	width: 100%;
	color: black; /* px  */
}

.lookup-select {
	font-weight: bold;
}

.lookup-load-visible-top {
	visibility: visible;
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	z-index: 100;
	margin: 1px 0px 0px 108px; /* px  */
}

.lookup-load-visible-top img {
	border: 0px;
}