﻿.job_posting {
}

.job_posting_row, .experience_row {
	clear:both;
	padding-top:3px;
	padding-bottom:3px;
	width:500px;
}

.job_posting_row.underline {
	border-bottom: solid 1px #f79121;
	clear:both;
}
.job_posting_title, .experience_title {
	float:left;
	color:#f79121;
	font-weight:bolder;
	width:125px;
}

.experience_title {
	width:95px;
}
.job_posting_data, .experience_data {
	color:#FFFFFF;
	float:left;
	width:375px;
}

.experience_block {
	padding-left: 30px;
	/*border-top: solid 1px #f79121;*/
	border-bottom: solid 1px #f79121;
	width:470px;
}
.experience_block.edit {
}
.divider {
	clear:both;
	line-height:1px;
}

.ui-datepicker-trigger { margin-left:5px;}

.listing_group {
	color:#f79121;
	font-weight:bolder;
	font-size:18px;
	padding-top:12px;
}

.job_listing {
}

.listing_headers {
	clear:both;
	/*border-bottom: solid 1px #f79121;*/
}

.listing_header {
	float:left;
	width:165px;
	color:#f79121;
}

.listing_row {
	clear:both;
}

.listing_item {
	float:left;
	width:165px;
}

tr.expired {
	font-style:italic;
	color:#666666;
}

.job_textarea {
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	height:120px;
	line-height:normal;
	width:350px;
	margin-bottom:5px;
}

.job_input {
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	height:18px;
	line-height:normal;
	margin-bottom:5px;
	width:350px;
}
/*
a.classified {
	color:#FFFFFF;
	text-decoration:underline;
}

a.classified:hover {
	color:#60ABEA;
	text-decoration:underline;
}
*/