
.jobs_filter {}

.jobs_filter > table {
	width: 900px;
	margin: 0 auto;
	
	background-color: #FFF;
    border: 1px solid #999999;
    border-radius: 0 0 5px 5px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #9b2e1a;
    padding: 5px;
    
    border-spacing: 0;
    
    margin-top: 10px;
}

.jobs_filter > table > tr {}
.jobs_filter > table td {
	font-family: Arial;
	font-size: 20px;
	font-size: 11px;
	color: #565454;
	height: 28px;
	text-indent: 5px;
}

/** TD wrapper for form labels **/
.jobs_filter .jobs_filter_field_label {
	vertical-align: top;
	font-weight: 700;
}

/** Single select boxes within filter **/
.jobs_filter select {}

/** Multiple select boxes within filter **/
.jobs_filter select[multiple] {}

/** TD wrapper for filter form fields **/
.jobs_filter td.jobs_filter_field {}

/** Input elements on filter form **/
.jobs_filter .jobs_filter_field {}

/****************************************************************************/

/** Job Listings wrapper **/
div.jobs_list {}

/** Jobs List items, general classes **/
.jobs_list > table {
	width: 750px;
	margin: 0 auto;
	
	background-color: #FFF;
    border: 1px solid #999999;
    border-radius: 0 0 5px 5px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #;
    padding: 0px;
    
    border-spacing: 0;
}

.jobs_list > table > tr {}
.jobs_list > table td {
	font-family: Arial;
	font-size: 11px;
	color: #565454;
}

/** Header of all listings, tr x2 **/
.jobs_list .jobs_list_header {
	
	background-color: #9b2e1a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:images/redblock.jpg);
	background: -moz-linear-gradient(top, #9b2e1a 0%, #9b2e1a; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b2e1a), color-stop(99%,#9b2e1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9b2e1a 0%,#9b2e1a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9b2e1a 0%,#9b2e1a; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9b2e1a 0%,#9b2e1a 99%); /* IE10+ */
	background: linear-gradient(to bottom, #9b2e1a 0%,#9b2e1a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2e1a', endColorstr='#9b2e1a',GradientType=0 ); /* IE6-8 */
	    
    color: #FFF;
    font-weight: bold;
    vertical-align: middle;
    
    padding: 8px 5px;
}

/** Pager, wrapper, table **/
.jobs_list .job_list_paging {
	border: none;
}

/** Foother, wrapper, table **/
.jobs_list .footer {
	border: none;
}


/** Job List item, table **/
.jobs_list_job {
	width: 100%;
	padding: 5px;
	border-bottom: solid 1px #A6ACD8;
}


/** TD wrapper for the job title **/
.jobs_list_job  .jobs_list_job_title {
	width: 90%;
	border-bottom: solid 1px #CCC;
	padding-bottom: 7px;
}

/** Anchor tag that encases the job title **/
.jobs_list_job  .jobs_list_job_title > a {
	font-size: larger;
	font-weight: 700;
	text-decoration: none;
}

/** TD wrapper for the date that shows right **/
.jobs_list_job .jobs_list_job_date {
	text-align: right;
	border-bottom: solid 1px #CCC;
	padding-bottom: 7px;
	color: #777;
}

.jobs_list_job .jobs_list_job_date b {
	font-weight: normal;
}


/** TD wrapper that encases the job data a.k.a. job sectors and region **/
.jobs_list_job .jobs_list_job_data:first-child {
	padding-top: 5px;
}

/** TD wrapper for apply link that displays to the right **/
.jobs_list_job .jobs_list_job_apply {
	padding-top: 5px;
	text-align: right;
}

/** Anchor tag for the apply link **/
.jobs_list_job_link {
	text-decoration: none;
}


/** TD wrapper that encases the job data a.k.a. the salary **/
.jobs_list_job .jobs_list_job_data:last-child {
	padding-top: 0;
}


/** TD wrapper that encapsulates the job description **/
.jobs_list_job .jobs_list_job_brief {
	color: #222;
}


/** Anchor tag that contains the more/less info text **/
.jobs_list_job  .jobs_list_job_more {
	text-decoration: none;
}


/** TD wrapper that displays the additional info _CONDITIONALLY_ **/
.jobs_list_job .jobs_list_job_detail {
    padding: 5px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    border: solid 1px #CCC;
	margin-top: 4px;
}
.jobs_list_job .jobs_list_job_detail td {
	box-shadow: none;
	padding: 0;
	margin: 0;
	border: none;;
}

/** Paragraph wrapper that hold the additional info's text **/
.jobs_list_job .jobs_list_job_detail p {}


/** TD wrapper that encapsulates the reference number **/
.jobs_list_job .jobs_list_job_detail .jobs_list_job_detail_ref_no {}

/** TD wrapper that encapsulates the closing date to the right **/
.jobs_list_job .jobs_list_job_detail .jobs_list_job_detail_date {}


/** TD wrapper for contact information at the bottom of the job listing **/
.jobs_list_job .jobs_list_job_contact {}


/****************************************************************************/
/****************************************
 * 			CV Submition page 			*
 *		/wi/submit_cv_form.php			*
 ****************************************/

/** Body of Submit CV page **/
body.submit_cv {}

/** Wrapper of the table used to display the company logo **/
body.submit_cv #companyLogo {}

/** Wrapper, table **/
table.submit_cv {
	width: 1000px;
	
	margin: 0 auto;
	
	background-color: #FFF;
    border: 1px solid #9b2e1a;
    border-radius: 0 0 5px 5px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #9b2e1a;
    padding: 5px;
    
    border-spacing: 0;
    
    margin-top: 10px;
}
.submit_cv > table > tr {}
.submit_cv > table td {
	font-family: Arial;
	font-size: 11px;
	color: #9b2e1a;
}

/** Table header, td **/
table.submit_cv #submit_cv_header {}

/** Td wrapper for form labels **/
.submit_cv .submit_cv_field_label {
	vertical-align: top;
	font-weight: 400;
}

/** Td wrapper for form fields **/
.submit_cv .submit_cv_field {}

/** Form button **/
.submit_cv #submit_cv_button {}

/*******************************************************************************/

/** Below are generic classes we use throughout Placement **/
input, select, textarea, button, .button {
    border: 1px solid #B7B7B7;
    border-radius: 0px;
    /*box-shadow: 3px 3px 8px -7px black, 2px 2px 4px -4px black inset;*/
    color: #565454;
    margin: 2px;
    padding: 4px;
    
	font-family: inherit;
    font-size: inherit;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input:hover, select:hover, textarea:hover, button:hover, .button:hover {
	border: 1px solid #666666;
    border: 1px solid rgba(43, 65, 155, 0.45);
	outline: none;
}

input:focus, select:focus, textarea:focus, button:focus, .button:focus {
	border: 1px solid #666666;
    border: 1px solid rgba(43, 65, 155, 0.55);
	box-shadow: 0 0 2px  rgba(43, 65, 155, 0.5);
	outline: none;
}

select {
    padding: 4px;
}

input[type=submit] {
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    background-color: #FEFEFE;
    border-radius: 3px;
    background: #ffffff; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcfff4 0%, #f2f2f2 40%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#f2f2f2), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfff4 0%,#f2f2f2 40%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfff4 0%,#f2f2f2 40%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfff4 0%,#f2f2f2 40%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfff4 0%,#f2f2f2 40%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
    padding: 4px;
	
	color: #555;
}

select {
	background: none;
	background-color: #FFF;
}


textarea {
    color: #565454;
    font-weight: normal;
    text-decoration: none;
    max-width: 100%;
}

.label {
    color: #9b2e1a;
    font-family: Arial;
    font-size: 110%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: top;
}

a {
	color: #9b2e1a;
}