﻿
/* Job Search */

div#formDetails
{
    margin:35px 0 0 0;
}
div#formDetails div
{
    margin:0 0 35px 0;
}
div#formDetails div label 
{
    color:#000000;
    float:left;
    width: 130px;
}
div#formDetails div input
{
    width:256px;
}
div#formDetails div select
{
    width:262px;
}

/* End Job Search */

div#currentFormDetails
{
	margin:0 0 10px 0;
	width:438px;
}
div#currentFormDetails h2
{
	background-color:#e7e7e7;
	padding:2px;
}
div#currentFormDetails div
{
	margin:0 0 5px 0;
}
div#currentFormDetails label
{
	float:left;
    width: 130px;
}
div#currentFormDetails div input
{
    width:256px;
}
div#currentFormDetails div select
{
    width:262px;
}
div#currentFormDetails div.currentDetails
{
	float:left;
	width:340px;
	margin:0 0 20px 0;
}


div.submitBtn
{
    text-align:right;
    width:455px;
}

div#templateArea div#job_details
{
    margin:30px 0;
}

div#templateArea div#job_details strong
{
    float:left;
    width:150px;
}
div#OrangeTemplate div#contentArea div#templateArea div#job_details p
{
    margin:0;
}

div.links a
{
    display:block;
}
div.links a.moreInfo
{
    margin:0 0 30px 0;
}
a.arrowLink
{
    margin:0 0 10px 0;
    background-image:url('../images/link_arrow.gif');
    background-position:left;
    background-repeat:no-repeat;
    padding:0 0 0 16px;
}

div.submitBtn img.email
{
	float:left;
}

/* forgot password */

div.forgotPassword
{
	margin:30px 0;	
}
div.forgotPassword input
{
	width:210px;
	margin:0 0 0 10px;	
}
/* End forgot password */


/* Refer a friend */

div#referral
{
    margin:30px 0;
}

div#referral div
{
    width:100%;
    margin:0 0 10px 0;
}

div#referral label
{
    width:260px;    
    float:left;
    margin:0 10px 0 0;
}
div#referral select
{
    width:212px;
}
div#referral input
{
    margin:50px 0 0 0;
    width:205px;
}

/* End Refer a friend */

/* Send Email */

div.email_a_friend input
{
    width:207px;
}
div.email_a_friend textarea
{
    width:207px;
}
div.send_email
{
    margin:10px 0 0 0;
}

/* End Send Email */


/* CV Upload */

table.cvTable
{
    margin:0 0 20px 0;
}

table.cvTable td
{
    padding:3px;
}

tr.titleRow, div.header
{
    background-color:#e7e7e7;
    font-weight:bold;
    padding:3px;
}
tr.titleRow td
{
    width:150px;
    font-weight:bold;
}

div.CVInfo
{
    color:#000000;
    margin:0 0 30px 0;
}
div.CVInfo div
{
    text-align:right;
    width:450px;
}
div.CVInfo a
{
    color:#000000;
    font-weight:bold;
}
div.CVInfo div a.summary
{
    padding-right:30px;
}
div.sectionInfo
{
    margin:0 0 20px 0;
    width:465px;
}
div.sectionInfo a
{
    float:left;
    clear:left;
    margin:0px;
}
div.sectionInfo .bottom
{
    margin:10px 0 0 0;
}

a.upload
{
    margin:0 0 0 30px;                      
}

/* End CV Upload */


/* Your Details */

div.details
{
	width:465px;
	margin:0 0 15px 0;
}
div.detailsRow div
{
	width:220px;
	float:left;
	padding:0 0 0 10px;
}
div.details label
{
	width:235px;
	margin:0 0 0 10px;
	float:left;
}
div.details div
{
	margin:4px 0;
}
div.details input.detailsInput
{
	width:200px;
}
div.details select
{
	width:208px;
}
div.details td input.number
{
	width:105px;
	float:left;
}
div.details .bottomInput
{
	margin:50px 0 0 0;	
}
div.details div.titleRow
{
	padding:3px;
	background-color:#e7e7e7;
	font-weight:bold;
}
div.details div.detailsCol
{
	width:245px;
	padding:0 0 0 10px;
}

/* End of your details */

/* Application Questions */

div.detailsWidth
{
	width:100%;	
}

div.details div.info
{
	clear:both;
	padding:10px 0;
}

div.details div.info p
{
	font-weight:bold;
	margin:5px 0;
}

/* End Application Questions */

/* Search Results */

div#searchResults
{
    width:455px;
    background-image:url('../images/background-results.gif');
    background-position:top;
    background-repeat:repeat-x;
}
div#searchContent
{
    min-height:200px;
    height:auto !important;
    height:200px;
}
div#OrangeTemplate div#contentArea div#templateArea div#searchResults div#searchContent div
{
    margin:0 0 20px 0;
}
div#OrangeTemplate div#contentArea div#templateArea div#searchResults div#searchContent div h2
{
    margin:0;
}
div#OrangeTemplate div#contentArea div#templateArea div#searchResults div#searchContent div p
{
    margin:0;
}
div.sorting
{
    padding:5px;
    color:#000000;
    font-weight:bold;
}
div.sorting a
{
    padding:5px;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}

div.searchResultsNav
{
    text-align:right;
    font-weight:bold;
    color:#000000;
    padding:7px 6px;
}
div.searchResultsNav a
{
    padding-left:15px;
    color:#000000;
}

div#searchFooter
{
    text-align:right;
    font-weight:bold;
    color:#000000;
    background-image:url('../images/background-results-footer.gif');
    background-position:bottom;
    background-repeat:repeat-x;
}

div.register
{
    margin:15px 0;
    width:460px;
}
div.register input.registerInput
{
    width:206px;
    margin:4px 22px;
}
/* End Search Results */