/* /////////////////////////////////// */
/* Real */

	/*
	#006E66 green
	#9d9c9d grey
	new grey = #696969
	*/

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	}
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: #696969;
	}
a:hover {
	color: #006E66 !important;
	text-decoration: underline;
	}
h3 {
	font-size: 11px;
	color: #006E66;
	}





/* /////////////////////////////////// */
/* forms */
select {
	border: 1px solid #696969;
	padding: 2px 1px;
	color: #696969;
	}
textarea {
	border: 1px solid #696969;
	padding: 2px 1px;
	color: #696969;
	font-weight: bold;
	}
input {
	border: 1px solid #696969;
	font-weight: bold;
	padding: 1px 2px;
	color: #696969;
	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 #696969;
	font-weight: bold;
	padding: 1px 2px;
	color: #696969;
	background-color: white;
	text-transform: lowercase;
	}
#loginform .loginsubmit input {
	border: 0;
	font-size: 10px;
	background-color: #ECE9D8;
	border: 2px #3A351A outset;
	padding: 1px 2px;
	color: #006E66;
	font-weight: normal;
	}
#loginform .loginsubmit {
	padding-right: 10px;
	}
#loginform .links a {
	font-size: 9px !important;
	color: #696969 !important;
	}
#loginform .links a:hover {
	color: #006E66 !important;
	}
#loginform .links {
	padding-top: 2px;
	font-size: 8px !important;
	color: #696969 !important;
	}




/* /////////////////////////////////// */
/* Job search form */

#jobsearchform td {
	padding-bottom: 5px;
	}
#jobsearchform .number_of_days {
	background-color: white;
	border: 1px solid #696969;
	padding: 2px 1px;
	color: #696969;
	}
#jobsearchform .selection select, #jobsearchform textarea {
	width: 156px;
	}
.submit {
	font-size: 11px;
	background-color: #ECE9D8;
	border: 2px #3A351A outset;
	padding: 1px 2px;
	color: #006E66;
	font-weight: normal;
	}


/* /////////////////////////////////// */
/* Job results page */
.jobsearch_results_heading {
	color: #cc4779;
	font-size: 14px;
	font-weight: bold;
	}
.jobsearch_results_subheading {
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	}
.button-more {	
	color: #006E66;
	}
.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: #696969;
	font-weight: normal;
	}
.jobsearch_results_detail ul  {
	padding-left: 20px !Important;
	}
.jobsearch_results_detail ul li  {
	padding-bottom: 3px;
	padding-left: 5px !Important;
	}
	
.jobsearch_results_detail a {
	color:#cc4779;
}
	
	

/* OLD VERSION */
/* /////////////////////////////////// */
/* Job results page */

dt {
	clear: left;
	float: left;
	width: 220px;
	padding-right: 30px;
	}
dt a {
	color: #696969;
	font-size: 14px;
	}
dt a strong {
	color: #696969;
	font-size: 14px;
	font-weight: bold;
	}
dt a:hover, dt a:hover strong {
	color: #696969;
	}
dt em {
	font-size: 11px;
	padding-top: 8px;
	}
dd {
	color: #696969;
	float: right;
	width: 250px;
	}
dd a {
	color: #696969;
	}





/* /////////////////////////////////// */
/* 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;
	}
	
.form_table input {
	width:200px !important;
}
.form_field{
	width:150px
}

/* //// Logged out page ////// */

#logoutresult .logout{
	text-align:right;
	padding-top:4px;
	color: #696969;
	font-size: 11px;
	font-weight: bold;
	/* border:1px solid red;*/
}

#logoutresult input{
	height:14px;
	font-size: 11px;
	border: 0;
	padding-top: 0px;
	line-height:10px; 
	margin: 0;
}
#logoutresult a{
	font-size: 11px !important;
	color: #696969 !important;
}
#logoutresult a:hover {
	color: #006E66 !important;
	}

.message{
	font-size: 13px !important;
	color: #696969 !important;		
}


