.lovDescrItem {
	color: black;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #009933;
	padding-left: 3px ;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 11px;
}

.lovDescrItem a {
	text-decoration: none;
	color: black;
	font-weight: 300 !important;
}

#popupLOVbackground{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;left:0;
	background:#cecece;  
	border:1px solid #cecece;  
	z-index:1;  
}

#popupLOV{  
	position:absolute; 
	width:500px; height:400px; 
	padding:5px; z-index:200; 
	background:#fff;  
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;
}

#popupLOVheader { 
	display:block; position:relative; 
	padding:3px 6px 7px; height:14px; 
	font-size:14px; font-weight:bold;
	/* background:url(error_header.gif) repeat-x; */

	background: #999; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A1E5F6', endColorstr='#0F1963'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#A1E5F6), to(#0F1963)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #A1E5F6,  #0F1963); /* for firefox 3.6+ */ 

	color: white; 
	border:1px solid #0F1963; 
	border-bottom:none; 

}

#popupLOVtitle {float:left  }

#popupLOVClose {float:right; cursor:pointer;
				margin:3px 3px 0 0; height:11px; width:11px; 
				/* background:url(dialog_close.gif) no-repeat */
				}

#popupLOVGrid {	background:#fff bottom right no-repeat; height:373px;
				border:1px solid #924949;border-top:none; overflow: auto; }

#popupLOVGrid table { width: 100% }
#popupLOVGrid table td { border-bottom: dotted Silver thin  ; font-size: 11px; padding: 2px }
#popupLOVGrid a {
	color: black;
	font-size: 12px;
	font-weight: 300 !important;
}

#popupLOVGrid #lovFilterRow #searchField {
	width: 200px; 
	vertical-align: middle !important; 
	background-color: rgb(255, 255, 255);
}

#popupLOVGrid #lovFilterRow img {
	cursor: pointer; 
	vertical-align: middle !important; 
	height:24px; 
	margin-left:5px;
}