
#searchbox{
	width:40px;
	border:solid 1px #000;
	padding:3px;
}

.display_box{
	padding:4px;
	border-bottom: 1px dotted #e2e2e2;
	font-size:12px; 
	color:#666666;
	text-align:justify;
	font-weight:normal;
}

.display_box a{
	color:#333333;
}

.display_box a:hover{
	color:#3ba8ed;
}

.display_box:hover{
	background:#f0f0f0;
}

.sub_name{
	font-size:8pt;
	color:#3ba8ed;
	font-family:tahoma;
	font-weight:normal;
}

.pointer_cursor{
	cursor:pointer;
}

.search_on{
	color:#cc0000;
	background:#E6EF96;
	font-weight:bold;
	font-family:tahoma;
}

.close_search_win{
	padding-right:10px;
	background:#6495ed;
}

.close_search_win a{
	font-weight:bold;
	color:#ffffff;
	font-size:10pt;
	font-family:tahoma;
	cursor:pointer;
}

.close_search_win a:hover{
	font-weight:bold;
	color:#AEB404;
	font-size:10pt;
	font-family:tahoma;
	cursor:pointer;
}

.no_results{
	color:#333333;
	font-size:10pt;
	font-family:tahoma;
	font-weight:normal;
}
