/* **************** PAGE WIDE CSS ****************** */
hr.grey {
	color: #adadad;
}

.red {
	color: red;
}

span.center {
	text-align: center;
}

span.right {
	text-align: right;
}

.marginless {
	margin: 0;
	padding: 0;
}

.undecorated, .plain {
	text-decoration: none;
}

.plain {
	font-weight: normal;
}

.highlight {
	color: red;
	font-weight: bold;
}

img.marginless {
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
}

img.quarter {
	width: 140px;
}

img.full {
	width: 570px;
}

/** RECRUITER **/
div.recruiterHomeBox {
	width: 186px;
	height: 192px;
	float: left;
}

div.recruiterHomeBox img {
	vertical-align: top;
}

div.recruiterHomeContainer {
	width: 168px;
	height: 82px;
	padding: 0 10px 0 8px;
	background-image: url( '/images/user/rh-both.jpg' );
}