/* /////////////////////////////////// */
/* Real */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #89885E;
	}
body {
	background-color: white;
	text-align: left;
	}
body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, textarea {
	padding: 0;
	margin: 0;
	}
img {
	border: 0;
	}
a {
	text-decoration: none;
	color: #89885E;
	}
a:hover {
	color: #3A351A;
	text-decoration: underline;
	}
h3 {
	/* color: #3A351A;
	font-size: 14px; */
	font-size: 11px;
	color: #89885E;
	}





/* /////////////////////////////////// */
/* forms */
select {
	border: 1px solid #DDDDD3;
	padding: 2px 1px;
	color: #3A351A;
	}
textarea {
	border: 1px solid #DDDDD3;
	padding: 2px 1px;
	color: #3A351A;
	font-weight: bold;
	}
input {
	border: 1px solid #DDDDD3;
	font-weight: bold;
	padding: 1px 2px;
	color: #3A351A;
	background-color: white;
	}


/* /////////////////////////////////// */
/* Error */
.error {
	color: #CC0000;
	font-weight: bold;
	clear: both;
	padding: 3px 0 10px 0;
	line-height: 16px;
	}




/* /////////////////////////////////// */
/* Log in form */
#loginform h2 {
	margin-top: 1px;
	}
#loginform td {
	padding-right: 5px;
	}
#loginform input {
	border: 1px dotted #DDDDD3;
	font-weight: bold;
	padding: 1px 2px;
	color: #3A351A;
	background-color: white;
	text-transform: lowercase;
	}
#loginform .loginsubmit input {
	border: 0;
	/* color: white;
	background-color: #89885E;
	font-size: 10px;
	text-transform: uppercase;
	padding: 1px; */
	font-size: 10px;
	background-color: #ECE9D8;
	border: 2px #3A351A outset;
	padding: 1px 2px;
	color: #3A351A;
	font-weight: normal;
	}
#loginform .loginsubmit {
	padding-right: 10px;
	}
#loginform .links a {
	font-size: 9px !important;
	}
#loginform .links {
	padding-top: 2px;
	font-size: 8px !important;
	color: #CAC9AC;
	}





/* /////////////////////////////////// */
/* Job search form */

#jobsearchform td {
	padding-bottom: 5px;
	}
#jobsearchform .number_of_days {
	background-color: white;
	border: 1px solid #DDDDD3;
	padding: 2px 1px;
	color: #3A351A;
	}
#jobsearchform .selection select, #jobsearchform textarea {
	width: 156px;
	}
.submit {
	font-size: 11px;
	background-color: #ECE9D8;
	border: 2px #3A351A outset;
	padding: 1px 2px;
	color: #3A351A;
	font-weight: normal;
	}


/* /////////////////////////////////// */
/* Job results page */
.jobsearch_results_heading {
	color: #6E6E4C;
	font-size: 14px;
	font-weight: bold;
	}
.jobsearch_results_subheading {
	color: #89885E;
	font-size: 11px;
	font-weight: bold;
	}
.button-more {	
	color: #3A351A;
	}
.results_label {
	border: 0 !important;
	}
.apply {
	border-bottom: 1px dashed #B1B195;
	padding: 5px 0 10px 0 !important;
	}
.apply input {
	font-size: 11px;
	background-color: #ECE9D8;
	border: 2px #3A351A outset;
	padding: 1px 2px;
	color: #3A351A;
	font-weight: normal;
	}
.jobsearch_results_detail ul  {
	padding-left: 20px !Important;
	}
.jobsearch_results_detail ul li  {
	padding-bottom: 3px;
	padding-left: 5px !Important;
	}
	
	
	
	

/* OLD VERSION */
/* /////////////////////////////////// */
/* Job results page */

dt {
	clear: left;
	float: left;
	width: 220px;
	padding-right: 30px;
	}
dt a {
	color: #89885E;
	font-size: 14px;
	}
dt a strong {
	color: #6E6E4C;
	font-size: 14px;
	font-weight: bold;
	}
dt a:hover, dt a:hover strong {
	color: #3A351A;
	}
dt em {
	font-size: 11px;
	padding-top: 8px;
	}
dd {
	color: #89885E;
	float: right;
	width: 250px;
	}
dd a {
	color: #3A351A;
	}





/* /////////////////////////////////// */
/* Registration form */
.instructions_text {
	margin: 25px 0 10px 0;
	font-weight: bold;
	}
.form_table td {
	padding-bottom: 3px;
	}


.results_subheading {
	font-weight: bold;
	padding-bottom: 5px;
	}
.results_table {
	margin-top: 10px;
	}
.results_table td {
	/*border-bottom: 1px dashed #B1B195;*/
	padding-bottom: 2px;
	}
.results_subheading {
	font-size: 14px;
	}