@charset "UTF-8";
/* CSS Document */
a { color: #444; text-decoration:none }
a:focus,
a:hover,
a:active { color: #000; }

#news li a
{
	color: white;
}

/* SearchPanel delete search buttons */
.deleteSearch
{
	display:block;
	width:12px;
	height:12px;
	padding-left:4px;
	background: url(../images/core/delete-search.gif) top left no-repeat;
	float:left
}
.deleteSearch:focus,
.deleteSearch:hover,
.deleteSearch:active { background: url(../images/core/delete-search.gif) bottom left no-repeat; }
.deleteSearch span
{
	display:none;
}
#applyButton a
{
	color: #EFEFEF;
	border:1px solid #CCC;
	background: #0D2858 url(../images/navigation/bg.gif) no-repeat;
	padding:5px 20px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:block;
	font-weight:bold;
}
#applyButton a:focus,
#applyButton a:hover,
#applyButton a:active
{
	color: #FFF;
	background: #0D1137;
	text-decoration:none;
}