/*COPY REST.CSS INTO HERE*/
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,legend{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th,legend {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*COPY LAYOUT.CSS TO HERE*/
body {	
	margin:0px;
	padding:0px;
}

#container {	
	margin: 0 auto;	
	text-align:left;
}

#content {
	clear:both;
	height:auto;
	overflow:auto;	
}

#content #main {
	display:inline; /* Fixes IE Double Margin Float Bug */ 
	float:left;			
}

#content #sideNav {
    /*display:none;  */
}

#content #sideBar {
	display:none;
}

#footer{
	display:none;
}

/* content form styles */
fieldset {
	width:370px;
}

fieldset label, fieldset input, 
fieldset select, fieldset .radioButtonList,
fieldset textarea,
fieldset span.formSummaryText {
	float:left;
	margin: 4px 0;
}

fieldset label {
	overflow: hidden ;
	width: 170px;
	white-space:normal;
}

fieldset input,fieldset .radioButtonList,
fieldset span.formSummaryText, fieldset textarea  {
	width: 190px;	
}

fieldset select {
	width: 194px;
}

fieldset .checkbox input {
	margin-right: 100px;
	width: auto;
}

fieldset .radioButtonList br {
	clear:both;
}

fieldset .radioButtonList label, fieldset .radioButtonList input {
	float:left; 
	margin:0 3px 0 0;
	padding: 0;
	width: auto;
}

/*COPY BASE.CSS TO HERE*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/*IE HACK TO FIX POSTIONING ON LEGEND*/
legend{
    position:relative; 
    margin-left: 0px;
    #margin-left: -7px;
    _margin-left: -7px;
}



/**COPY FONTS.CSS TO HERE**/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}


body {
    background:#eee;  
}

/* example of a global font size change */
/*
div {font-size:93%}
div div *{font-size:100%}
*/

#container {
    background:#fff
}

.altColour {
	color:#252F66;
}

/* HEADER */
#header {
    border-bottom: solid 1px #ccc	
}

#header .logo {
	float:left;	
}

#header .banner {
	float:left;	
}

#header .mainNav {
	clear:both;
	float:none !important;
	visibility:hidden
}


/* main nav */

.mainNav {
display:none;
}

.mainNav li {
	background-image:none;	
	display: inline;
	list-style: none;	
	list-style-position:inside;
	padding:0;
	
}

.mainNav a {
	cursor: hand !important;
	cursor: pointer !important;
	display:block;
	float:left;
	padding:7px;
}

.mainNav a:link, .mainNav a:visited {
}

.mainNav a:hover, .mainNav a:active {

}

.mainNav li.first a:hover, .mainNav li.first a:active {

}

/*CONTENT*/
#content {
	clear:both;		
}

/*SIDE NAV*/
#sideNav {
    
}

#sideNav .nav-box li a{
    display:block;
    width:180px
}

/*MAIN*/
#main {

}

/* Side Bar search */

#sideBar {
    
}

#sideBar #search fieldset {
	float:none;
	width: auto;
}

#sideBar #search select {
	width: 204px;
} 

#sideBar #search input {
	width: 125px;
}

#sideBar #search label {
	display:none;
}

#sideBar #search .body p {
	clear:both;	
	padding: 2px 0 0 0;
	text-align:left;
}

#sideBar #search fieldset .btn-search {
}

/*SIDEBAR CAMPAIGN STYLE*/
ul.campaignsList img {
    width:160px
}

/*FOOTER*/
#footer {
    border-top:solid 1px #ccc
}

#footer li, #footer li a {
	padding:0 3px 0 2px;	
}

#footer .copyright {
}

#footer .footerText {
}

#footer a {
    cursor:pointer !important;
	cursor:hand !important;    
}

#footer .links ul {
}

#footer .links li {
}

#footer li.first {
	
}

#footer li.last {
}

#footer .links li a {
}

/* LINKS */
a, a:hover, a:link, a:active, a:visited{

}

a.back {
	padding: 0 0 0 10px;
}

a.next {
	padding: 0 10px 0 0;
}
 
.nav-box a {
	cursor:pointer !important;
	cursor:hand !important;
	display:block;
	margin-left:0;
}

/* BUTTONS */
.btnGo, .btn-search, .btn-next, .btn, .button {
    width:auto
}

.btn-search {
}

.btnGo {
}

.btn-next {

}

.btn {
    width:auto   
}

/* Contact Form */
div.contact fieldset {
	
}

div.contact fieldset input, div.contact fieldset textarea {
	
}

div.contact fieldset input.image {
	margin:0;
	padding:0;
	width: auto;	
}

/* Vacancy Details View */
#vacancyDetails h1 {
}

#vacancyDetails #pager {
}

#vacancyDetails #pager a {
}

#vacancyHeader dl {
}


#vacancyDetails dt {
} 

#vacancyfooter ul {

}

#vacancyfooter ul li {
}

/* Vacancy Details Add/Edit */
fieldset.vacancyDetails {
}

fieldset.vacancyDetails .editor {
}

fieldset.vacancyDetails label {
}

fieldset.vacancyDetails input, 
fieldset.vacancyDetails select, 
fieldset.vacancyDetails .radioButtonList {
	float:left;
	margin: 4px 268px 4px 0;
	overflow:hidden;
}

.date-picker-container {
	float:left;
	margin: 0 270px 4px 0;
	overflow:hidden;
}

#Questions .date-picker-container {
	float:left;
	margin: 0 20px 4px 0;
	overflow:hidden;
}

fieldset.vacancyDetails .date-picker input {
	margin: 4px 4px 0 0;
}

fieldset.vacancyDetails .date-picker img {	
	margin: 4px 200px 0 0;
	margin-top:2px !important;
	vertical-align:middle;
}

fieldset.vacancyDetails .checkbox input {
	border:none;
	margin:4px 0;
	padding:0;
	position:relative;
	width: auto;
}

fieldset.vacancyDetails .checkbox {
	display:block;
	float:left;
	margin:1px 0;
	padding:0;
	position:relative;
	width: 410px;
}

.cvLink {
	float:left;
	padding: 2px 0 0 0;	
	width: 170px;
}

.cvDelete {
	float: right;	
	margin: 0 !important;
	padding: 0;
	width: 19px;
}

div.searchFilterContainer > div {
    float:left;    
}

/* login forms */

#content .AspNet-Login-InstructionPanel,
#content .AspNet-Login-PasswordRecoveryPanel {
	padding: 4px 0;
	width: 540px;
}

#content .AspNet-Login-RememberMePanel input,
#content .AspNet-Login-SubmitPanel {
	margin-left: 170px;	
	width:auto;	
}

#content .AspNet-Login-RememberMePanel label {
	width:auto;
}

 #content .AspNet-Login-SubmitPanel {
	clear:both;		
}

#content .AspNet-Login-SubmitPanel input {
	float:none;
	width:auto;	
}

/* need this in order to override stoopid inaccessible telerik styles */
fieldset .date-picker img {
	margin-top:2px !important;
	vertical-align:middle;	
}

/* Candidate form */
#candidateForm #leftDetails, .fLeft {
	float:left;
}
#candidateForm #rightDetails, .fRight {
	float:right;
}

.submit {
	clear:both;
	padding-left: 170px;
}

/* advanced search */
.search-pager {
}

.search-pager table {
	width:100%;
}

.search-pager td {
	padding: 0 2px;	
	text-align:center;
	vertical-align: bottom;
	width:1%;
}

.search-pager td.first, .search-pager td.last {
	padding: 0;	
	text-align:left;
	width:70%;
	white-space:nowrap;
}

.search-pager td.last {
}

.vacancyResults {
	width:100%;
}

.SearchResultsCell1, .SearchResultsCell2 {
	vertical-align: top;
}

.SearchResultsCell2 {
	text-align:right;
	white-space:nowrap;
}

.SearchResultsCell1 a {

}

.SearchResultsCell2 a {

}

.SearchResultsCell1 .location {

}

.SearchResultsCell1 .type {

}

.SearchResultsRow .reference,
.SearchResultsRow .salary,
.SearchResultsRow .postedDate {
	display: none;
}

.SearchResultsRowAlt {
    background:#bbb
}

/* Home search */
#search {

}

#search fieldset {
}

#search fieldset label,
#search fieldset input,
#search fieldset select {
}

#search fieldset label {
	
}

#search fieldset input {

}

#search fieldset select {

}

#search fieldset.quick-search-home input {

}

#search fieldset.quick-search-home select {

}

#search fieldset.quick-search-home label {

} 

#search fieldset .btn-search {

}

.question-icon {
}

/*-------------------------------- DATA TABLE STYLE -------------------------*/
.siteDataTable {
	width: 100%
}

.siteDataTable th { 
}

.siteDataTable td {
}

.siteDataTable th,.siteDataTable td {
}

.siteDataTable tr {
}

.siteDataTable .alternateRow {
}

#channelChkBox * {
    float:left;
    margin:0;
    padding:0;
    width:auto;
}

#channelChkBox label {
    margin:0 8px 0 2px;
}

/*-------------------------------- INFO MESSAGE STYLE -------------------------*/
.InformationMessage{
}

/* MISC STYLES */	

.hr {
}

#vacancyDetails .hr {
}

.hr hr {
    display: none; 
}
	
.expandLeft, .expandRight {
}

.clear {
	clear:both;
	height:1px
}


.clearHide {	
	clear:both;
	display:inline;
	font-size:1px;	
}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.right {
	text-align:right;
}

.centered {
	text-align:center;
}

.block {display:block}

a:link, a:visited {
   background: transparent;
   color: #520;   
   font-weight: bold;
   text-decoration: underline;
}

#main a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#main a[href^="/"]:after {
   content: " (http://www.domainname.com" attr(href) ") ";
   }




