/* CSS Document */

body {
    margin:0px 0px 0px 0px;
	background-image:url(../images/layout/bodyGreyBackgroundTile.jpg);
	font-size:12px;
}

body, input, select, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
}

input, select, textarea {
	font-size:12px;
}


h1 {
    font-size:24px;
	font-weight:bold;
	color:#2660A4;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
}

h2 {
    color:#2660A4;
	font-size:16px;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
}


h3  {
	color:#2660A4;
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h4, h5, h6  {
	color:#00ACD4;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


p {
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}


/* Layout Elements */

#wrapper {
    text-align:center; 
    }
    
#container {
    text-align:left;
    width:721px;
    margin: 0px auto;
    padding:0px 0px 20px 0px;
    }

#header 
{
	background-image: url(../images/layout/old_headerBackground.gif);
	height:175px;
	background-repeat:no-repeat;
    background-color:#FFFFFF
}

#headerColLeft {
	float: left;
	width: 339px;
	margin-top: 0px;
}
#headerColRight {
	float: right;
	width: 321px;
	margin:0px 0px 0px 20px;
}

#header h1
{
	padding:90px 0px 12px 20px;
		color:#ffffff;
    font-size:20px;
	font-weight:bold;
}


h1#logo{

background: url(../images/layout/headerLogo.gif) no-repeat  left!important;
display:inline;
float:right;
height:111px;
width:168px;
text-indent:-9000px;
padding:7px 22px 12px 0px;
}	

#headerNav
{
/*    border: 1px solid #ff0000;
*/	padding:0px 0px 0px 0px;
}

#headerNavColLeft {
	float: left;
	width: 440px;
	margin-top: 0px;
	padding:12px 0px 12px 0px;
/*    border: 1px solid #ff0000;
*/}
#headerNavColRight {
	float: right;
	width: 200px;
	padding:12px 22px 12px 0px;
/*    border: 1px solid #ff0000;
*/}
#navSignedIn {
float: right;
	color: #9F9E9E;
	font-size: 12px;

}


#header ul 
{
    margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

#header li 
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	display:inline;
	list-style-type: none;
	color: #9F9E9E;
	font-size: 12px;
	/*border: 1px solid #00ff00;*/
	}
	
.headerNavSeperator {
    padding:0px 5px 0px 10px;
    margin:0px 0px 0px 0px;
}

/*.headerNav {
	color: #9F9E9E;
	font-size: 12px;
}*/
#header li a  {
	text-decoration:none;
	color: #9F9E9E; 
}
#header li a:hover {
	color:#2660A4;
	text-decoration:none;
}

#searchPanel{
padding:0px 20px 10px 20px;
    background-color:#FFFFFF
/*	border: 1px solid #00ff00;
*/}
#searchContent{
	background-image:url(../images/layout/searchBackground.jpg);
    padding:0px 10px 0px 11px;
/*    border: 1px solid #ff0000;
*/}

#colSearchLeft {
	float: left;
/*	border-right: 1px dotted #9A9999;
*/	width: 250px;
	margin:0px 0px 0px 0px;
/*	border: 1px solid #00ff00;
*/}

#colSearchRight {
	float: right;
	width: 250px;
	margin:0px 0px 0px 0px;
/*	border: 1px solid #00ff00;
*/}



#searchHeader{
 margin:0px 0px 0px 0px;
 }
#searchFooter{}
#mainContainer {
     background: #ffffff;
     }
     
#contentContainer {}

#masterLoggedInNav, #masterLoginStatus
{
    /*border: 1px solid #ff0000; */
	margin:0px 20px 10px 20px;
}
#contentPage 
{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top:20px;
/*    border: 1px solid #ff00ee; 
*/}

#colLeft {
	float: left;
	border-right: 1px dotted #9A9999;
	width: 339px;
	margin-top: 0px;
}
#colRight {
	float: right;
	width: 321px;
	margin:0px 0px 0px 20px;
}

#secNav
{   
	margin:0px 20px 0px 20px;
}
#contentFooter{
	font-size:1px; /*Seems to be needed for IE6, otherwise a space gets added in*/
}
#myJobList, #jobList {
width:300px;
}

/* Footer */

#footer {
	background: url(../images/layout/footerBackground.gif);
	margin:20px 0px 0px 0px;
	height: 78px;
	
}
#footerContent 
{
    margin:0px 20px 0px 20px;
    padding:20px 0px 0px 0px;
    /*padding-top: 20px;   
    margin-left: 20px;
    margin-right: 20px;*/  
    font-size:10px;
    color:#666666;
} 

/* Site by */

.footerLeft {
	float:left;
}
.footerLeft a {
	color:#666666;
	text-decoration: none;	
}

/* Copyright information  */

.footerRight {
	float:right;
}

/* Additional Site Navigation */

.footerNav {
	margin:10px 0px 0px 0px;
	/*margin-top:10px;*/
	color:#666666;
}
.footerNav a {
	color:#666666;
	text-decoration:none;
}
.footerNav a:hover {
	text-decoration:underline;
}

#searchresultsColLeft {
	float: left;
	width: 447px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #00ff00;*/
}
#searchresultsColLeft_Previous {
	float: left;
	width: 105px;
	margin: 5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	/*border: 1px solid #00ff00;*/
}
#searchresultsColLeft h1 {
margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#searchresultsColRight {
	float: right;
	width: 202px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*border: 1px solid #00ff00;*/
}
#searchresultsColRight_Next {
	float: right;
	width: 105px;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	/*border: 1px solid #00ff00;*/
}
#searchresultsColRight {
	float: right;
	width: 202px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
/*	border: 1px solid #00ff00;
*/}
#rssColLeft {
	float: left;
	width: 170px;
	margin: 0px 0px 0px 15px;
	padding: 0px 
}

#rssColLeftIndex {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;

}

#rssColRight {
	float: right;
	width: 32px;
	margin:0px ;
	padding: 0px 
}
#rssButton1 {
	padding:10px 0px 10px 0px;
}
#searchresultsContainer{
	border-top: 1px solid #EBEBEB;
	padding:10px 0px 10px 0px;
}
#searchdetailsColLeft {
	float: left;
	width: 118px;
	margin: 0px; 
	padding:16px 0px 0px 0px;
/*	border: 1px solid #00ff00;
*/	height:100px;

}
#searchdetailsColRight {
	float: right;
	width: 318px;
	margin:0px ;
	padding:16px 0px 0px 0px;
/*	border: 1px solid #00ff00;
*/		height:100px;

}

#searchdetailsQuickFacts{
background-image:url(../images/layout/searchresultsQuickFacts.jpg);
height:100px;
padding:16px 0px 0px 17px;
}
#searchdetailsQuickFactsNewJob{
background-image:url(../images/layout/searchresultsQuickFactsNewJob.jpg);
height:100px;
padding:16px 0px 0px 17px;
}



/* Job Details Layout*/

#jobdetailsContainer{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
/*	border: 1px solid #00ff00;
*/	
}
#jobdetailsHeader {
	border-bottom: 1px solid #EBEBEB;
	margin:0px 0px 20px 0px;
	padding:0px 0px 00px 0px;
}
#companydetailsHeader {
	border-bottom: 1px solid #EBEBEB;
	margin:0px 0px 20px 0px;
	padding:0px 0px 00px 0px;
}
#jobdetailsColLeft,#companydetailsColLeft {
	float: left;
	width: 447px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
/*	border: 1px solid #00ff00;
*/}
#companydetailsHeaderColRight {
	margin: 0px 0px 10px 0px;
}
#jobdetailsColLeft h1, h2 {
	margin: 0px;
	padding:0px; 
/*	border: 1px solid #00ff00;
*/
}
#jobdetailsColLeft h2 {
	color:#00ACD4;
/*	border: 1px solid #00ff00;
*/}
/*#jobdetailsColLeft h3 {
	color:#969696;
}*/
#jobdetailsColRight,#companydetailsColRight, #searchresultsTopColRight {
	float: right;
	width: 219px;
/*	border: 1px solid #00ff00;
*/	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#jobdetailsContentColLeft, #companydetailsColLeft {
	float: left;
	width: 427px;
	margin: 0px 0px 0px 0px;
	padding:0px 20px 0px 0px; 
	border-right: 1px solid #EBEBEB;
/*	border: 1px solid #00ff00;
*/}

#companydetailsHeaderColLeft {
	float: left;
	width: 427px;
	margin: 0px 0px 0px 0px;
	padding:0px 20px 0px 0px; 
}

#companydetailsColRight {
	float: right;
	width: 219px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#jobdetailsContentColLeft h1, h2, p {
	margin: 0px 20px 20px 0px;
/*	border: 1px solid #00ff00;
*/
}
#jobdetailsLine {
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #EBEBEB;
}

#contactdetailsJobLeft {
	float: left;
	width: 75px;
	margin: 0px ;
	padding:0px ;
	color:#00ACD4;
}

#contactdetailsJobRight{
	float: right;
	width:300px;
	margin: 0px;
	padding:0px;
}
#jobdetailsQuickFactsLeft {
	float: left;
	width: 80px;
	margin: 0px ;
	padding:0px ;
	color:#00ACD4;
}

#jobdetailsQuickFactsRight{
	float: right;
	width:130px;
	margin: 0px;
	padding:0px;
}
#jobdetailsColRight p {
	margin: 0px 0px 00px 0px;
	padding:0px; 
}

/*#jobdetailsButtons {
	margin: 10px 0px 10px 0px;
	padding:0px; 
}*/

#jobdetailsButtons img {
	margin: 15px 0px 0px 0px;
	padding:0px; 
}
#companydetailsButtons img{
	margin: 15px 0px 0px 0px;
	padding:0px; 
}
/* General Styles  */

form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
img {
	border:0px;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
	font-size: 1px;
	}
	
.tableHeading {
    font-size:18px;
	font-weight:bold;
	color:#2660A4;
	padding:0px;
	margin:0px;
}
.tableSubHeading {
    font-size:14px;
	font-weight:bold;
	color:#2660A4;
	padding:0px;
	margin:0px;
}
.tableFormViewContent 
{	color:#B6C600;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}.formErrorText {
	font-weight: bold;
	color: #FF0000;
}
.missingContent {
	font-weight: bold;
	color: #00CC00;
	text-decoration: underline;
}
.indexButtons {padding:0px 0px 15px 0px;}

.formRequiredFields {    
	color:#00ACD4;
	font-size:14px;
	font-weight:bold;
}
.quickFacts, .searchresultsNav{
	color:#00ACD4;
	font-weight:bold;
}
.quickFactsContent {
	color:#2660A4;
	font-weight:bold;
}
.newVacancy {
	color:#57B600;
	font-weight:bold;
}
.searchresultsJobTitle a   {
	font-weight:bold;
	color:#4B4B4B;
	text-decoration: none;
}
.searchresultsMoreInfo a   {
	font-weight:bold;
	color:#00acd7;
	text-decoration: none;
}
.rssMoreInfo a   {
	color:#00ACD4;
	text-decoration: none;
}
.rssGetLatest a   {
	font-weight:bold;
	color:#2660A4;
	text-decoration: none;
	font-size:14px;
}
/*.searchresultsJobTitle a:hover   {
	font-weight:bold;
	color:#4B4B4B;
	text-decoration: underline;
}
*/
#logIn label
{
width: 70px;
float: left;
text-align:left;
margin-right: 0.5em;
padding:2px 0px 0px 0px;
display: block
}

fieldset
{
border: 0px;
margin:0px;
padding:0px;

}

#fSignIn, #fPassword , #fSignIn, p {
	margin:5px 0px 5px 0px;
	padding:0px 0px 5px 0px;
}

#termsConditions {
	width:100%;
	height:150px;
	overflow:auto;
	border: 1px solid #9A9999;
	margin:0px;
 }
 
#termsContent {padding:5px}

.registeredUsersOnly {
	font-weight: bold;
	color: #FF0000;
}

.greenTicks {
	background-image:url(../images/green_ticks.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:14px;
	padding-left:30px;
	padding-top:6px;
}

.horizontalLine {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	margin-top:22px;
	margin-bottom:20px;
}

#aboutColLeft {
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
}

#aboutColLeft {
	width: 319px;
}

#aboutColLeft p {
	text-align:justify;
}

#aboutColRight, #aboutColRightE {
	float: right;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
}

#aboutColRightE {
	width: 319px;
}

.bullets {
}

.signUp {
	float:right;
	margin-top:-70px;

}

.highlightedTextOne {
	font-weight:bold;
	color:#2660A4;
}

.highlightedTextTwo {
	font-weight:bold;
	color:#FF0000;
}

#frmForename, #frmEmail, #frmPhone, #frmMessage {
	width:300px;
}
.forgotten {
	width:240px;
}

#applyNowForm label
{
width: 40px;
float: left;
text-align:left;
margin-right: 0.5em;
padding:2px 0px 0px 0px;
display: block
}

#applyNowForm input
{
margin:0px 0px 10px 0px;
}

#companyname {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
	font-weight:normal;
	padding: 0
}
#heading {
    font-size:24px;
	font-weight:bold;
	color:#2660A4;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
#companycontactdetails {
	padding: 10px 0;
}
#companycontacttable {
	padding: 0;
	border-collapse: collapse ;
}
.companycontacttablelabel {
	color:#00ACD4;
	padding: 0 20px 0 0;
}
/*
#companydetailsButtons {
	padding: 0
}
*/
#companyaddress {
	float: left;
}
#companylogo {
	float: right;
}
#aboutcompanyheading {
	padding: 0
}
/*
#jobemailform {
	display: none;
}
.jobemailformactive {
	display: block;
}
*/
#EmailSentSuccessfully {
	color: #f00;
    text-align:center; 
	font-size: 150%;
}
.UploadedFileType {
	font-weight:bold;
	border: dashed #2660A4 0px;
	border-bottom: 1px;
	padding-right: 60px;
	margin-right: 100px
	
}
.UploadedFilename, .UploadedDeleteButton {
	font-weight:normal;
	border: solid 0px #2660A4;
	border-bottom: 1px;
}

#UploadedFilesTable {
	border: 0px solid #2660A4;
}
.UploadFileHeader {
	display: inline;
}
.JobStatsHideStats {
	text-align:right;
}
.JobStatsTableOuter {
	text-align:right;
}
.JobStatsTableInner {
	border: 1px;
}

#applyNowMessage {
	margin: 15px 0 15px 0;
}
