.DynLookup_List
{
	position: absolute;
	z-index: 1;
	
	border: 1px solid #CCCCCC;
	border-top: 0;
	border-bottom: 0;
	
	word-wrap: break-word;
	cursor: default;
	font-size: 0.95em;
}

.DynLookup_List_IE
{
	position: absolute;
	z-index: 2;
	
	border: 1px solid #CCCCCC;
	border-top: 0;
	border-bottom: 0;
	
	word-wrap: break-word;
	cursor: default;
	font-size: 0.95em;
	
	overflow:hidden;/*must have*/
}

.DynLookup_List_IE Lookup
{
	border: 1px solid #CCCCCC;
	border-top: 0;
	border-bottom: 0;
}

.DynLookup_List_IE iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

.DynLookup_Highlighted, .DynLookup_Normal, .DynLookup_Normal_Alternate
{
	padding: 0 1px 0 1px;
	border-bottom: 1px solid #CCCCCC;
}


.DynLookup_Highlighted
{
	background-color: Highlight;
	color: HighlightText;
}

.DynLookup_Highlighted span
{
	background-color: Highlight;
	color: HighlightText !important;
}

.DynLookup_Normal, .DynLookup_Normal_Alternate
{
	background-color: #FFFFFF;
	color: #000000;
}

.DynLookup_NextPrevious
{
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
}

.DynLookup_NextPrevious_Highlighted
{
	background-color: Highlight;
	color: HighlightText;
	text-align: center;
}

.DynLookup_Suggestion_Col
{
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
}

.DynLookup_Suggestion_LastCol
{
	display: block;
	text-align: right;
	color: #337733;
}

