
#page_description {
	margin : 10px 0;
}

#jobs ul {
	margin-top :5px;
	list-style : square;
	font-size: 11px;
}

#jobs h1 {
	font-size : 22px;
	color : gray;
	margin-bottom: 10px;
}

.cvmail_top {
	margin-bottom : 10px;
}

.cvmail_bottom {
	margin-top : 10px;
}

#cvmail01 {
	background : url("images/cv_mail_push01.gif") no-repeat;
	margin : 0px;
	padding : 0px;
	float : left;
}

#cvmail02 {
	background : url("images/cv_mail_push02.gif") no-repeat;
	margin : 0px;
	padding : 0px;
	float : left;
}

#cvmail03 {
	background : url("images/cv_mail_push03.gif") no-repeat;
	margin : 0px;
	padding : 0px;
	float : left;
}

#cvmail04 {
	background : url("images/cv_mail_push04.gif") no-repeat;
	margin : 0px;
	padding : 0px;
	float : left;
}


/* ------------------------------------------------------------- */

#jobs {
	border-collapse : collapse;
}

/* ------------------------------------------------------------- */

#jobs_headers {
	font-weight : bold;
	font-size : 14px;
	color : gray;
	height : 18px;
	width : 700px;
}

#jobs_headers th {
	border-bottom : 2px solid gray;
}

.jobhead_left {
	width : 400px;
	padding-right : 10px;
	text-align : left;
}

.jobhead_mid {
	width : 172px;
	padding-right : 10px;
	padding-left : 10px;
	text-align : left;
}

.jobhead_right {
	width : 128px;
	padding-left : 10px;
	text-align : right;
}


/* ------------------------------------------------------------- */

.joblist {
	line-height : 24px;
	color : black;
}

.joblist:hover {
	text-decoration : none;
	background-color : #dddddd;
	cursor : pointer;	/* just needed because ie seems a bit weird about this anchor */
}

.joblist td {
	vertical-align : top;
	border-bottom : 1px solid #e6e6e6;
}

.joblist a:hover {
	color : black;
	text-decoration : none;
}

.joblist_left {
	width : 260px;
	padding-right : 10px;
}

.joblist_mid {
	width : 160px;
	padding-right : 10px;
	padding-left : 10px;
}

.joblist_right {
	width : 120px;
	padding-left : 10px;
	text-align : right;
}

.joblist:hover {
	text-decoration : none;
	background-color : #dddddd;
	cursor : pointer;	/* just needed because ie seems a bit weird about this anchor */
}

.joblist_description {
	background-color : #f6f6f6;
}

div.joblist_description_slider { display : none; }

/* ------------------------------------------------------------- */

#pagenav {
	margin-top : 20px;
	text-align : center;
}

#pagenav a, #pagenav div {
	display : inline;
	padding : 3px;
	padding-left : 3px;
	padding-right : 3px;
	font-weight : bold;
}

/* ------------------------------------------------------------- */

#backlink {
	margin-top : 20px;
	text-align : center;
	font-weight : bold;
}

/* ------------------------------------------------------------- */

#employer_profile {
	overflow: hidden;
	margin-bottom : 10px;
	height : 100%;
	background-color : #dddddd;
	/*background-color : silver;*/
}

#employer_profile div {
	float : left;
	width : 160px;
}

#employer_profile img {
	margin-top : 10px;
	margin-bottom : 10px;
	display : block;
	margin-left : auto;
	margin-right : auto;
}

#employer_profile p {
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 160px;
	padding : 10px;
	background-color : white;
}

/* ------------------------------------------------------------- */

#latest {
	position : relative;
	margin-top : 10px;
}
