/* ************************************************************* */
/* COMMON STYLES - LAYOUT */
/* ************************************************************* */

/* DIFFERENCES TO THE STANDARD STYLESHEET STYLES.CSS ARE AS FOLLOWS: */
/* Font size of #content div has been increased                      */
/* Font size of h1 and h2 tags have been increased                   */
/* ***************************************************************** */

body {
	margin: 3px 0px 0px 0px;
	background-color: #F2F4F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../graphics/bg-tile.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}

.centrePageWrapper { 
	/* Centres the web page horizontally in the web browser */
	height: auto;
	width: 746px;
	top: 0px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

body #advert {
	left: 0px;
	width: 740px;
}

#advert img {
	margin-left: 196px;
	margin-top: 3px;
}

body #header {
	height: 97px;
	width: 100%;
	background-image: url(../graphics/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#printLogo {
	/* An alternate header is embeded in the web page for print based styling */
	/* This is hidden for screen display */
	display: none;
}

body #page {
	/* A wrapper for the page elements other than the header */
	width: 100%;
}

body #jobsearch {
	/* Defines the job search area on the left of the page */
	float: left;
	font-size: 0.8em;
	width: 211px;
	height: 600px;
	background-color: #FFFFFF;
}

body #content {
	/* Defines the content area on the right of the page */
	float: right;
	width: 535px;
	padding-top: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	background-color: #FFFFFF;
}

body #navigation {
	/* Defines the navigation bar at the top of the page */
	height: 25px;
	width: 100%;
	padding-bottom: 1px;
	background-image: url(../graphics/nav-area.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

body #navbar {
	position: relative;
	left: 210px;
	height: 20px;
	width: 536px;
	padding-top: 6px;
}

body #footer {
	height: 40px;
	width: 492px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 0.8em;
	float: left;
}

body #reclogo {
	width: 39px;
	height: 40px;
	margin-left: 492px;
	background-color: #FFFFFF;
}

body #accessibility {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 1px;
}

body #jsForm {
	width: 191px; /* for IE5/Win */
	height: auto;
	padding: 2px;
	background-color: #FACCD3;
	border: 1px solid #C2C8DF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 185px; /* actual width */
}

body #jsJobs {
	width: 191px;
	color: #003E7E;
	background-color: #E7E9F2;
	background-image: url(../graphics/job-panel.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 171px;
}

body #jsJobsFooter {
	width: 191px;
}

body #jsJobsHeader {
	width: 191px;
}

body #jobCount {
	position: relative;
	left: 280px;
	top: 2px;
	width: 100px;
	color: #003E7E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

body #mspic {
	width: 292px;
	height: 132px;
	float: right;
	margin: 0px 3px 10px 10px;
}

.pink {
	color: #EE2C75;
}

blockquote {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

.author, .detailsLabel {
	font-weight: bold;
	color: #EE2C75;
}

.ljTitle {
	font-weight: bold;
	color: #EE2C75;
}

.ljDivider {
	height: 10px;
	width: 171px;
	background-image: url(../graphics/lj-divider.gif);
	background-repeat: repeat-x;
}

.subText {
	font-size: 0.8em;
}


/* ************************************************************* */
/* COMMON STYLES - LISTS and LINKS */
/* ************************************************************* */

a, a:visited {
	color: #0000CC;
}

#footerLinks {
	/* The list of links in the #footer area */
	margin: 0px;
	padding: 0px;
}

#footerLinks li{
	margin: 0px;	
	display: inline;
	list-style: none;
}

#footerLinks a {
	/* The links in the footer list */
	color: #005D90;
	text-decoration: none;
	font-size: 0.8em;
}

#footerLinks a:hover {
	text-decoration: underline;
}

a.adminLink, a.adminLink:visited {
	/* Admin Links */
	color: #33CC66;
	text-decoration: underline;
}

a.jobLink, a.jobLink:visited {
	color: #EE2C75;
	text-decoration: none;
	font-weight: bold;
}

a.ljLink, a.ljLink:visited {
	color: #003E7E;
	text-decoration: none;
	font-weight: bold;
}

.withoutdivider {
	padding: 0px 5px 0px 0px;
	background-image: none;
}

.withdivider {
	padding: 0px 5px 0px 15px;
	background-image: url(../graphics/footer-divider.gif);
	background-repeat: no-repeat;
	background-position: 0px 90%;
}

/* ************************************************************* */
/* COMMON STYLES - HEADINGS */
/* ************************************************************* */

h1 {
	/* This heading is for the main page title */
	font-size: 1.4em;
	font-weight: bold;
	color: #EE2C75;
	padding: 0px;
	margin: 12px 0px 0px 0px;
}

h2 {
	/* Sub headings */
	font-size: 1.2em;
	font-weight: bold;
	color: #EE2C75;
	padding: 0px;
	margin: 0px;
}

/* ************************************************************* */
/* COMMON STYLES - PHRASE ELEMENT */
/* ************************************************************* */

abbr, acronym {
	border-bottom: 1px dotted #888; /* NB. IE 5/6 doesn't support the abbr tag - there is a js hack for it though */
	cursor: help;
}

/* ==================================================================================================== */



/* ************************************************************* */
/* PAGE SPECIFIC STYLES - LAYOUT */
/* ************************************************************* */

#adminModeIndicator {
	left: 0px;
	top: 0px;
	font-size: 0.8em;
	position: absolute;
	padding: 3px;
	background-color: #FFFFCC;
}

.copyright {
	font-size: 0.7em;
	color: #005D90;
}

#sectorsTable caption {
	font-weight: bold;
	text-align: left;
}

#salaryTable caption, #accountancyTable caption{
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #003E7E;
	text-align: left;
	padding: 5px;
}

#salaryTable th, #accountancyTable th{
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	background-color: #AEB6D4;
}

#salaryTable td, #accountancyTable td{
	padding: 5px;
}

.surveygroup {
	color: #EE2C75;
	font-weight: bold;
}

.surveyposition {
	color: #005E90;
	font-weight: bold;
}

.surveydivider {
	background-image: url(../graphics/table-divider.gif);
	background-repeat: repeat-x;
	background-position: 50%;	
}

#Position, #Minimum, #Maximum, #Small {
	background-image: url(../graphics/table-head-divider.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;	
}

.jobSummary {
	border: 1px solid #000000;
	width: 532px; /* for IE5/Win */
	padding: 8px;
	margin-bottom: 8px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 516px; /* actual width */
}

.jobDate {
	font-size: 0.8em;
}

/* ************************************************************* */
/* FORMS */
/* ************************************************************* */

#searchform {
	margin: 4px 0px 4px 0px;
}

#jobsearch select {
	width: 182px;
	margin-top: 4px;
	margin-bottom: 6px;
}

#Keywords {
	width: 175px;
	margin-top: 4px;
	margin-bottom: 9px;
}

#Submit {
	margin-left: 45px;
}

#jobsearch label {
	margin-left: 6px;
	font-weight: bold;
	color: #EE2C75;
}

#submitcv label {
	font-weight: bold;
	color: #EE2C75;
}

#submitcv input{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rdoTempY, #rdoPermY, #rdoTempN, #rdoPermN, #rdoType1, #rdoType2, #rdoType3 {
	margin: 0px;
}

#CVSubmit {
	width: 80px;
}

#cvname, #cvemail, #cvletter, #vacname, #vaccompany, #vacemail, #vactel, #vactitle, #vaclocation, #vacsalary, #vacspec {
	width: 250px;
	margin-bottom: 9px;
}

#submitcv textarea{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 9px;
	width: 250px;
}

#submitcv select {
	width: 250px;
	margin-top: 4px;
	margin-bottom: 6px;
}

/* ************************************************************* */
/* DROP DOWN NAVIGATION MENUS */
/* ************************************************************* */

#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	font-size: 0.8em;
	font-weight: bold;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #003E7E;
}

#nav ul li a {
	width: 180px;
	color: #FFFFFF;
}

#nav ul li a:hover {
	background-color: #EE2C75;
}

#nav ul li:hover, #nav ul li.sfhover {
	background-color: #EE2C75;
}

.withNavDivider {
	background-image: url(../graphics/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: 0px 90%;
	padding-left: 7px;
}

.withoutNavDivider {
	background-image: none;
}

#nav li {
	float: left;
	padding: 0px;
}
#nav0 {
	width: 60px;
}
#nav1 {
	width: 145px;
	background-image: url(../graphics/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: 136px 1px;
}
#nav2 {
	width: 95px;
	background-image: url(../graphics/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: 86px 1px;
}
#nav3 {
	width: 83px;
	background-image: url(../graphics/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: 74px 1px;
}
#nav4 {
	width: 51px;
	background-image: url(../graphics/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: 44px 1px;
}
#nav5 {
	width: 67px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #FFFFFF;
	width: 194px; /* for IE5/Win */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 0.9em;
	padding: 1px 2px 1px 2px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 190px; /* actual width */
}

#nav li ul li { /* second-level lists */
	padding: 6px 5px 6px 5px;
	background-color: #ADB6D4;
	margin: 1px 0px 0px 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 180px;
	font-size: 1em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
