/* HOST */
div.host-space{
	margin:0px;
	padding:0px;
	float:left;
	width:900px;
	height:24px;
	background-image:url(../img/headCandidatPage.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#fff;
	margin-bottom:5px;
}
div.host-toolbar{
	height:24px;
	float:right;
	margin-right:10px;
}

div.blogLogo{
	display:block;
	float:left;
	width:24px;
	height:24px;
	margin:2px;
	margin-left:10px;
/*	background-image:url(../img/reversa.png);
	background-repeat:no-repeat;
	background-position:center center;*/
	opacity: 0.8;
	filter:alpha(opacity=80);
}
a.hostTopLink:link, a.hostTopLink:visited{
	float:left;
	padding:0px;
	margin:0px;
	height:24px;
	line-height:24px;
	padding-left:30px;
	margin-left:5px;
	background-image:url(../img/topStopRevOn.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#eee;
}
a.hostTopLink:hover{
	float:left;
	padding:0px;
	margin:0px;
	height:24px;
	line-height:24px;
	padding-left:30px;
	margin-left:5px;
	background-image:url(../img/topStopRevOff.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#fff;

}


