/* Job Adverts*/
/* Filter */
/* general fonts & colours */
.jobs_filter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
    color: #6E6E6E;
}

form.jobs_filter
{
    text-align: center;
    margin-top: 10px;
}

/* filter table styles
    All widths are relative to the table width */
table.jobs_filter
{
    border: 1px dotted #005840;
    margin-left: auto;
    margin-right: auto;
    width: 750px; 
}

/* field labels */
td.jobs_filter_field_label
{
    vertical-align: top;
    font-weight: bold;
	color:#FFFFFF;
	background-color:#005840;
}

/* field cells */
td.jobs_filter_field
{
    vertical-align: top;
	background-color:#005840;
}

/* Drop down and multi select boxes */
select.jobs_filter_field 
{
    border: dotted 1px #005840;
	font-size: 8pt; 
    color: #6E6E6E;
}

/* buttons */
input.jobs_filter_field
{
    height: 23px;
    vertical-align: middle;
}

/* List styles*/
.jobs_list
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
    color: #ffffff;

}

div.jobs_list
{
    text-align: center;
    margin-top: 10px;
}

table.jobs_list
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse; 
    border: 1px dotted #005840;
}

td.jobs_list_header
{
    background-color: #005840;
    padding: 5px;
}

table.jobs_list_job
{
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
    border-top: solid 1px #005840;
}

td.jobs_list_job_title
{
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    width: 90%;
	background-color:#efefef;
}

td.jobs_list_job_brief
{
    font-size: 8pt;
    color: #6E6E6E;
}

td.jobs_list_job_data
{
    font-size: 8pt;
    font-weight: bold;
    color: #6E6E6E;
}

td.jobs_list_job_date
{
    width: 10%;
    text-align: right;
    font-size: 8pt;
    color: #000000;
	background-color:efefef;
}

a.jobs_list_job_more:link, a.jobs_list_job_more:visited, a.jobs_list_job_more:hover
{
    font-size:7pt;
	text-decoration: none;
    color: #005840;
}

div.jobs_list_job_detail
{
    margin-left: 15px;
    width: 95%;
    border: 1px dotted #6E6E6E;
}

td.jobs_list_job_detail
{
    font-size: 8pt;
    color: #6E6E6E;   
}

td.jobs_list_job_apply
{
}

td.jobs_list_job_contact
{
    font-size: 7pt;
    color: #6E6E6E;
}

td.jobs_list_job_detail_ref_no
{
    font-size: 8pt;
    color: #6E6E6E;   
    width: 50%;
    text-align: left;   
}

td.jobs_list_job_detail_date
{
    font-size: 8pt;
    color: #6E6E6E;   
    width: 50%;
    text-align: right;   
}


a.jobs_list_job_link:link, a.jobs_list_job_link:visited, a.jobs_list_job_link:hover
{
    font-size:8pt;
	text-decoration: none;
    color: #0000CC;
}

table.job_list_paging
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}


/* Submit Candidate CV*/
.submit_cv
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
    color: #393939;
}

form.submit_cv
{
    text-align: center;
    margin-top: 10px;
}

table.submit_cv
{
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 350px; 
	vertical-align:top;
	
}
table.submit_cv td {
	padding:5px 25px 15px 5px;
	vertical-align:top;
}

td.submit_cv_field_label
{
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
    vertical-align: top;
    font-weight: bold;
	text-align:left;
	color:#393939;
}

td.submit_cv_field
{
    vertical-align: top;
	background-image: url("http://placementpartner.resourcing.co.za/client_data/brent/Styles/uploadcv_formfield.png");
	background-repeat:no-repeat;
		
}
input.submit_cv_field 
{
    background-repeat: no-repeat;
    border:none;
    color: #676767;
    font-size: 13px;
    width: 300px;
	background-color:#f7f7f7;
}
.submit_cv_field div{
	margin-top:10px;
}

td.jobs_list_job_detail, p {
        margin-bottom:0px;
        margin-top:0px;
}
.submit_cv table tr td img{
	display:none;
}
.submit_cv table tr td a img{
	display:block;
	text-align:center;
	padding-left:80px;
}
