/** search styles **/

a#se-search_close{
	position:absolute;
	width:20px;
	height:20px;
	right:4px;
	padding:0;
	top:4px;
	background:#fff	url('../images/framework/assets/se-close_search.gif') no-repeat center top;
}

a#se-search_close:hover{
	background-position:center bottom;
}

div#se-search{
	width:500px;
	height:138px;
	display:block;
	position:absolute;
	background:#4973B8;
	z-index:1;
	top:125px;
	left:448px;
	font-size:1.6em;
	display:none;
}

div#se-search form{
	padding:0;
	margin:0;
}

input.se-search_field{
	height:18px;
	width:478px;
	border:0;
	margin-left:6px;
	margin-top:38px;
	font-size:0.85em;
	padding:6px;
	font-weight:bold;
	font-size:0.7em;
}

div.se-search_results ul{
	list-style:none;
	width:496px;
	margin:0;
	padding:0;	
	border:#fff solid 2px;
	float:left;
}

div.se-search_results ul li{
	line-height:32px;
	text-indent:15px;
	background:#efefef;
	font-size:0.80em;
	border-bottom:1px solid #ccc;
	margin-bottom:0;
}

div.se-search_results ul li a{display:block;}
div.se-search_results ul li a:hover{text-decoration:underline;}

div.se-search_results ul li.se-company{
	background:#efefef	url('../images/framework/se-valid.gif') no-repeat center right;
}

div.se-search_results ul li.se-nominated{
	background:#efefef	url('../images/framework/se-proposed.gif') no-repeat center right;
}

div.se-search_results ul li.se-proposed{
	background:#efefef	url('../images/framework/se-nominate.gif') no-repeat center right;
}

div.se-search_results ul li.se-nominate{
	background:#efefef	url('../images/framework/se-nominate.gif') no-repeat center right;
}

a.se-view_all_comps{
	background:#7393C8	url('../images/framework/se-view_all_companies.gif') no-repeat bottom;
	height:28px;
	width:490px;
	display:block;
	margin-top:5px;
	margin-left:6px;
}

a.se-view_proposed_comps{
	background:#7393C8	url('../images/framework/se-view_proposed_companies.gif') no-repeat center;
	height:28px;
	width:490px;
	display:block;
	margin-top:5px;
	margin-left:6px;
}

a.se-view_nominated_comps{
	background:#7393C8	url('../images/framework/se-view_proposed_companies.gif') no-repeat bottom;
	height:28px;
	width:490px;
	display:block;
	margin-top:5px;
	margin-left:6px;
}

a.se-view_nominated_comps:hover{background-position:top; background-color:#ED2D8C}
a.se-view_all_comps:hover{background-position:top; background-color:#FF6600}

div.se-search_input{background:	url('../images/framework/se-search_companies.gif') no-repeat; width:500px;	height:138px;}

/*Search Legend
.se-legend{float:left; display:block; width:100%; height:32px; font-size:0.8em; background:#7393C8;}
.se-legend {}
.se-legend ul li{float:left; width:135px; padding-left:30px;}

.se-legend ul li.se-legend_see{background:#7393C8	url('../images/framework/se-valid.gif') no-repeat left;}
.se-legend ul li.se-legend_proposed{background:#7393C8	url('../images/framework/se-proposed.gif') no-repeat left;}
.se-legend ul li.se-legend_nominate{background:#7393C8	url('../images/framework/se-nominate.gif') no-repeat left;}
*/
