/* CSS Document */
img.imgBlock {
	display: block;
}

img.imgMiddle {
	vertical-align: middle;
}

a.linkFeaturedJob {
	display: block;
	padding-left: 12px;
	padding-bottom: 4px;
	background-image: url(../../Images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-weight: bold;
	color: #26424d;
	font-size: 11px;
	text-decoration: none;
}
a.linkFeaturedJob:hover {
	background-image: url(../../Images/bullet_orange.gif);
	color: #e56c1a;
}

div.divCheck 
{
	background-image:url(../../Images/bullet_pipa.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	font-size: 11px;
}
