/* 자동완성기능 목록 span */
span.spanTextDropdown {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	z-index: 101;
	background-color: #000040;
	border: 1px solid #000000;
	padding-left: 2px;
	overflow: visible;
	display: none;
	}
	
span.spanMatchText {
	text-decoration: underline;
	font-weight: blod;
	}

/* 기본 style */
span.spanNormalElement {
	background: #C0C0C0;
	}
/* 선택된 추천 항목 style */
span.spanHighElement {
	background: #000040;
	color: white;
	cursor: pointer;
	}
	
span.noMatchData {
	font-weight: bold;
	color: #0000FF;
	}


/* module suggestion */

.suggestDiv {
	border: 1px solid #DBDBDB;
	background-color: #FFFFFF;
}

.suggestion {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
}
.match {
	text-decoration:underline;
	color: orange;
}

/* suggestion close button */
.suggestionClose {
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-bottom: 2px;
}
