﻿/* Colours used on site

#346AA6: The colour at the bottom of the homepage fade - so used for background background colour
#242253: The dark blue right at top of the main background fade (also used for background of header)
#84A0C3: Footer Text
#5A80AD: Footer Top Bar
#45436D: Main Nav (and rounded bar) background 
#97A9D1: The first shade of light blue used in the Orion Logo
#0C5493: The second (shadow) shade of blue used in the Orion Logo
#446497: Shade of blue used on mini links (should have been #44689B?)
#315A94: Link text on Sub Navigation

*/

/* General Items */

body
{
	background: url('/Lib/Img/BackgroundFade.png');
	background-repeat: repeat-x;
	background-position: 0px 153px;
	background-color: #346AA6;
	font-size: 62.5%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
}

a.alt
{
	text-decoration: underline;
}

a.alt:hover
{
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

.clear
{
	clear: both;
}

.hclear
{
	clear: both;
	height: 1px;
	font-size: 1px;
}

.tclear
{
	clear: both;
	height: 0px;
	font-size: 0px;
}

.emphasis
{
	
}

.emphasisLow
{
	color: #97A9D1;
	font-weight: bold;
}

div.errorPanel
{
	padding: 8px;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #F8D43F;
	border: 2px solid #FFFFFF;
	color: #242253;
	margin-bottom: 8px;
}

div.errorPanel ul
{
	font-weight: normal;
	padding-top: 4px;
	margin-left: 26px;	
}

div.errorPanel ul li
{
	list-style-type: decimal;
}

input
{
	font-size: 1.0em;
}

textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
}

input.tb, input.tbActive, textarea.tb, textarea.tbActive
{
	padding: 4px;
	font-size: 1.1em;
	border: 2px solid #242253;
	color: #242253;
	background-color: #FFFFFF;
}

input.tbActive, textarea.tbActive
{
	border: 2px solid #97A9D1;
}

select
{
	font-size: 1.1em;
	border: 2px solid #242253;
	padding: 4px;
	background-color: #FFFFFF;
	color: #242253;
}

dl
{
	color: #FFFFFF;
	font-size: 1.1em;
}

dl dt
{
	width: 52px;
	clear: both;
	float: left;
	text-align: left;
	padding: 2px;
	padding-right: 8px;
	font-weight: bold;
}

dl dt span
{
	padding-left: 6px;
}

dl dd
{
	float: left;
	width: 140px;
	padding: 2px;
}

dl dd a
{
	color: #FFFFFF;
}

div.bar
{
	
}

div.bar div.barLeft
{
	float: left;
	width: 20px;
	height: 42px;
	background-image: url('/Lib/Img/BarLeft.png');
	background-repeat: no-repeat;
}

div.bar div.barCenter
{
	float: left;
	background-color: #45436d;
	height: 42px;
}

div.bar div.barRight
{
	float: left;
	width: 20px;
	height: 42px;
	background-image: url('/Lib/Img/BarRight.png');
	background-repeat: no-repeat;
}

div.stretchBarTop
{
	background-image: url('/Lib/Img/StretchBarTopLeft.png');
	background-repeat: no-repeat;
	height: 19px;
}

div.stretchBarMain
{
	background-color: #45436d;
	font-size: 1.72em;
}

div.stretchBarContentsWrap
{
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	top: -8px;
}

div.whitePanel
{
	clear: both;
}

div.whitePanel div.left, div.whitePanel div.right, div.whitePanel div.center
{
	width: 7px;
	height: 104px;
	float: left;	
	background-repeat: no-repeat;
}

div.whitePanel div.left
{
	background-image: url('/Lib/Img/WhitePanelLeft.png');
}

div.whitePanel div.center
{
	width: 140px;
	background-color: #FFFFFF;
}

div.whitePanel div.right
{
	background-image: url('/Lib/Img/WhitePanelRight.png');
}

div.miniBar
{
	clear: both;
}

div.miniBar div.left, div.miniBar div.right, div.miniBar div.center
{
	width: 9px;
	height: 23px;
	float: left;	
	background-repeat: no-repeat;
}

div.miniBar div.left
{
	background-image: url('/Lib/Img/MiniBarLeft.png');
}

div.miniBar div.center
{
	width: auto;
	background-color: #446497;
}

div.miniBar div.right
{
	background-image: url('/Lib/Img/MiniBarRight.png');
}

div.miniBar a
{
	color: #FFFFFF;
	font-size: 1.2em;
	display: block;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

div.miniBar a:hover
{
	color: #97A9D1;
	text-decoration: none;
}

div.darkBar
{
	clear: both;
}

div.darkBar div.left, div.darkBar div.right, div.darkBar div.center
{
	width: 24px;
	height: 50px;
	float: left;	
	background-repeat: no-repeat;
}

div.darkBar div.left
{
	background-image: url('/Lib/Img/DarkBarLeft.png');
}

div.darkBar div.center
{
	background-image: url('/Lib/Img/DarkBarCenter.png');
	background-repeat: repeat-x;
	width: auto;
	height: 35px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 1.1em;
}

div.darkBar div.right
{
	background-image: url('/Lib/Img/DarkBarRight.png');
}

div.largePanelBottom
{
	clear: both;
	background-image: url('/Lib/Img/LargePanelBottom.png');
	background-repeat: no-repeat;
	height: 25px;
}

a.viewFullDetails, a.applyForThisJob, a.registerCVNow, a.backToResults, a.backToSearch
{
	display: block;
	width: 173px;
	height: 31px;
	background-repeat: no-repeat;
}

a.viewFullDetails
{
	background-image: url('/Lib/Img/ViewFullDetails.png');
}

a.applyForThisJob
{
	background-image: url('/Lib/Img/ApplyForThisJob.png');
}

a.registerCVNow
{
	background-image: url('/Lib/Img/RegisterCVNow.png');
}

a.backToResults
{
	background-image: url('/Lib/Img/BackToResults.png');
}

a.backToSearch
{
	background-image: url('/Lib/Img/BackToSearch.png');
}

span.required
{
	background-image: url('/Lib/Img/ExtraExtraSmallArrowBottomRight.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
	height: 14px;
	width: 14px;
}

input.registerCVNow, input.submitApplication, input.sendMessage, input.searchForJobs
{
	background-repeat: no-repeat;
	width: 173px;
	height: 31px;
	background-color: Transparent;
	border: 0px;
}

input.registerCVNow
{
	background-image: url('/Lib/Img/RegisterCVNow.png');
}

input.submitApplication
{
	background-image: url('/Lib/Img/SubmitApplication.png');
}

input.sendMessage
{
	background-image: url('/Lib/Img/SendMessage.png');
}

input.searchForJobs
{
	background-image: url('/Lib/Img/SearchForJobs.png');
}

div#MiniPrivacy
{
	border: 1px solid #97A9D1;
	background-color: #45436d;
	padding: 6px;
	text-align: center;
}

div#MiniPrivacy a
{
	text-decoration: underline;
	color: #FFFFFF;
}

div#MiniPrivacy a:hover
{
	text-decoration: none;
	color: #97A9D1;
}

/* End of General Items */

/* Main.Master Items */

div#HeaderFull
{
	background-color: #242253;
	height: 154px;
}

div#Header, div#MainWrap
{
	width: 962px;
	margin: 0 auto;
}

div#Header
{
	padding-top: 29px;
	padding-left: 24px;
}

div#Header div#LogoWrap
{
	float: left;
}

div#Header div#QuickLinks, div#Header div#NavWrap
{
	float: left;
}

div#Header div#QuickLinks
{	
	width: 718px;
	padding-top: 19px;
}

div#Header div#NavWrap
{
	padding-top: 20px;
	padding-left: 104px;
	width: 635px;
}

div#Header div#QuickLinks div
{
	float: right;
	padding-left: 3px;
	padding-right: 3px;
}

div#Header div#QuickLinks div a, div#Header div#QuickLinks div span
{
	background-image: url('/Lib/Img/NavSeparatorSmall.png');
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 6px;
	color: #FFFFFF;
	font-size: 1.1em;
}

div#Header div#QuickLinks div span
{
	padding-left: 0px;
}

div#Header div#QuickLinks div span.last
{
	background-image: none;
}

div#Header div#QuickLinks div span a
{
	font-size: 1.0em;
	background-image: none;
	padding-right: 0px;
}

div#Header div#Nav
{
	margin-top: 10px;
}

div#Header div#Nav div
{
	float: right;
	padding-left: 11px;
	padding-right: 12px;
	padding-bottom: 12px;
	background-image: url('/Lib/Img/NavSeparatorLarge.png');
	background-repeat: no-repeat;
	background-position: right 4px;
}

div#Header div#Nav div a
{
	padding-bottom: 12px;
	color: #FFFFFF;
	font-size: 1.72em;
	font-weight: normal;
	text-decoration: none;
	font-family: AvantGarde, Verdana, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#Header div#Nav div a:hover
{
	background-image: url('/Lib/Img/NavActive.png');
}

div#Header div#Nav div.active a
{
	background-image: url('/Lib/Img/NavActive.png');
}

div#Header div#Nav div.first
{
	background-image: none;
	padding-right: 16px;
}

div#Header div#NavWrap div.barCenter
{
	width: 586px;
}

div#MainWrap
{
	clear: both;
}

div#MainWrap div#MainContentWrap
{
	padding-left: 2px;
}

div#FooterWrap
{
	clear: both;
	padding-top: 18px;
}

div#Footer
{
	border-top: 1px solid #5A80AD;
	color: #84A0C3;
	font-size: 1.1em;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
}

div#Footer a
{
	color: #84A0C3;
}

div#Footer div#FooterNav
{
	float: left;
	padding-top: 3px;
}

div#Footer div#Copyright
{
	float: right;
	padding-top: 3px;
}

div#Footer div#FooterNav div
{
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

div#Footer div#FooterNav div a
{
	background-image: url('/Lib/Img/NavSeparatorSmall.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 6px;
}

div#Footer div#FooterNav div.first a
{
	background-image: none;
	padding-left: 0px;
}

/* End of Main.Master Items */

/* RightColumn.Master Items */

div#RightColumnWrap
{
}

div#RightColumnWrap div#RightColumnTopWrap
{
		
}

div#RightColumnWrap div.rightColumnLeftWrap, div#RightColumnWrap div.rightColumnLeftWrapNarrow
{
	float: left;
	width: 567px;
}

div#RightColumnWrap div.rightColumnRightWrap, div#RightColumnWrap div.rightColumnRightWrapNarrow
{
	padding-left: 18px;
	float: left;
	width: 330px;
	padding-top: 18px;
}

div#RightColumnWrap div.rightColumnLeftWrapNarrow
{
	width: 667px;
}

div#RightColumnWrap div.rightColumnRightWrapNarrow
{
	width: 230px;
}

div#RightColumnWrap div#RightColumnBottomWrap
{
	clear: both;
	padding-top: 12px;
	padding-left: 10px;
}

/* End of RightColumn.Master Items */

/* LeftColumn.Master Items */

div#LeftColumnWrap
{
}

div#LeftColumnWrap div#LeftColumnTopWrap
{
		
}

div#LeftColumnWrap div.leftColumnRightWrap, div#LeftColumnWrap div.leftColumnRightWrapNarrow
{
	float: left;
	width: 567px;
	padding: 16px;
}

div#LeftColumnWrap div.leftColumnLeftWrap, div#LeftColumnWrap div.leftColumnLeftWrapNarrow
{
	float: left;
	width: 330px;
}

div#LeftColumnWrap div.leftColumnRightWrapNarrow
{
	width: 657px;
}

div#LeftColumnWrap div.leftColumnLeftWrapNarrow
{
	width: 240px;
}

div#LeftColumnWrap div#LeftColumnBottomWrap
{
	clear: both;
	padding-top: 12px;
	padding-left: 10px;
}

/* End of LeftColumn.Master Items */

/* ThreeColumn.Master Items */

div#ThreeColumnWrap
{
}

div#ThreeColumnWrap div#ThreeColumnTopWrap
{
}

div#ThreeColumnWrap div#ThreeColumnLeftWrap, div#ThreeColumnWrap div#ThreeColumnRightWrap
{
	float: left;
	width: 240px;
}

div#ThreeColumnWrap div#ThreeColumnCenterWrap
{
	float: left;
	width: 478px;
}

div#ThreeColumnWrap div#ThreeColumnBottomWrap
{
	clear: both;
	height: 1px; /* For netscape - this is actually not used anywhere else */
}

/* ThreeColumn.Master Items */

/* Sub navigation */

div.subNavClientPage
{
	background-image: url('/Lib/Img/SidePanelTopClients.png');
	height: 150px;
}

div.subNavCandidatePage
{
	background-image: url('/Lib/Img/SidePanelTopCandidates.png');
	height: 150px;
}

div.subNavAboutOrionPage
{
	background-image: url('/Lib/Img/SidePanelTopAbout.png');
	height: 150px;
}

div.subNavPrivacyPolicy, div.subNavTermsOfUse
{
	background-image: url('/Lib/Img/OrionStatements.png');
	height: 150px;
}

div#SubNav
{
	background-image: url('/Lib/Img/SidePanelMiddle.png');
	padding-left: 26px;
	padding-right: 37px;
}

div#SubNav div
{
	
}

div#SubNav div.level div a 
{
	display: block;
	background-image: url('/Lib/Img/SubNavParent.png');
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 22px;
	padding-top: 9px;
	color: #242253;
	font-size: 1.1em;
}

div#SubNav div.level div a:hover
{
	color: #315A94;
	text-decoration: none;
}

div#SubNav div.level div.active a
{
	color: #315A94;
}

div#SubNav div.level div.level
{
	margin-left: 16px;
	padding-bottom: 6px;
}

div#SubNav div.level div div a
{
	background-image: url('/Lib/Img/WhiteArrowOnBlue.png');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	height: 20px;
	padding-top: 6px;
	padding-left: 18px;
	color: #446497;
}

div#SubNav div.level div div a:hover
{
	color: #84A0C3;
}

div#SubNav div.level div div.active a
{
	color: #84A0C3;
}

div#SubNavBottom
{
	background-image: url('/Lib/Img/SidePanelBottom.png');
	height: 27px;
}

/* End of Sub navigation */

/* Artwork Panels */

div.artworkPanel div.top
{
	height: 242px;
	/*This is default - override with the below*/
	background-image: url('/Lib/Img/Artwork/Default.png');
	background-repeat: no-repeat;
}

div.artworkPanel div.default
{
	background-image: url('/Lib/Img/Artwork/Default.png');
}

div.artworkPanel div.administrationStaffDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/AdministrationStaff.png');
}

div.artworkPanel div.aHPDivision
{
	background-image: url('/Lib/Img/Artwork/AHP.png');
}

div.artworkPanel div.biomedicalScienceDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/BiomedicalScience.png');
}

div.artworkPanel div.cardiacTechniciansDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/CardiacTechnicians.png');
}

div.artworkPanel div.clinicalPsychologistsDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/ClinicalPsychologists.png');
}

div.artworkPanel div.doctorDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/Doctor.png');
}

div.artworkPanel div.nursesDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/Nurses.png');
}

div.artworkPanel div.careAssistantsDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/CareAssistants.png');
}

div.artworkPanel div.pharmacyDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/Pharmacy.png');
}

div.artworkPanel div.theatreDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/Theatre.png');
}

div.artworkPanel div.engineeringDivision
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/Engineering.png');
}

div.artworkPanel div.divisionsHome
{
	height: 298px;
	background-image: url('/Lib/Img/Artwork/DivisionsHome.png');
}

div.artworkPanel div.registerCV
{
	height: 144px;
	background-image: url('/Lib/Img/ArtworkPanelTopRegisterCV.png');
}

div.artworkPanel div.middle
{
	background-image: url('/Lib/Img/SidePanelMiddle.png');
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 6px;
	text-align: center;
}

div.artworkPanel div.bottom
{
	background-image: url('/Lib/Img/SidePanelBottom.png');
	height: 27px;
}

/* End of Artwork Panels */

/* Homepage Items */

div#HomepageIntro h1
{
	color: #FFFFFF;
	font-size: 3.5em;
}

div#HomepageIntro h2
{
	color: #97A9D1;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 12px;
}

div#HomepageIntro div#BodyWrap
{
	font-size: 1.2em;
}

div#HomepageIntro div#BodyWrap a
{
	color: #97A9D1;
}

div#HomepageIntro a.findOutMoreInfoWrap
{
	position: relative;
	left: -4px;
}

div#HomepageIntro div#BodyWrap p
{
	padding-bottom: 12px;
}

div#HomepageImageRotatorWrap div#ImageRotator img
{
	width: 567px;
}

/* End of Homepage Items */

/* Adhoc Function Panel items e.g. Contact Orion, Our Partners etc */

img.miniHeading
{
	margin-bottom: 8px;
}

div#ContactPanel dl
{
	padding-left: 6px;
}

div#LogosPanel div.whitePanel
{
	width: 154px;
	padding-left: 3px;
}

div#LogosPanel div#LogosWrap
{
	width: 130px;
	margin: 0 auto;
	padding-top: 6px;
}

div#LogosPanel div#Logos
{
	width: 130px;
	margin: 0 auto;
	text-align: center;
}

div#LogosPanel div#Logos img
{
	margin-top: 2px;
}

div#CandidateLinks div.miniBar, div#ClientLinks div.miniBar
{
	padding-left: 2px;
	height: 27px;
}

div#CandidateLinks div.miniBar div.center
{
	width: 114px;
}

div#ClientLinks div.miniBar div.center
{
	width: 136px;
}

div#News div.latestNewsItem
{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	background-image: url('/Lib/Img/SmallArrowToRight.png');
	background-repeat: no-repeat;
	padding-left: 29px;
	margin-left: 6px;
}

div#News div.latestNewsItem a
{
	text-decoration: underline;
}

div#News div.latestNewsItem a:hover
{
	text-decoration: none;
	color: #97A9D1;
}

/* End of Adhoc Function Panel items e.g. Contact Orion, Our Partners etc */

/* Adhoc Extras */

/* Job Search Page */

div#ViewAllJobs
{
	text-align: center;
	padding-top: 12px;
	padding-bottom: 48px;
	font-size: 1.1em;
}

div#ViewAllJobs a
{
	text-decoration: underline;
}

div#ViewAllJobs a:hover
{
	text-decoration: none;
}

/* Additional Enquiry areas (e.g. Request a Client Pack and Staff Request) */

div#AdditionalEnquiry
{
	padding-left: 4px;
}

div#AdditionalEnquiry h1
{
	color: #97A9D1;
	font-size: 2.0em;
	padding-bottom: 14px;
	padding-top: 18px;
}

div#AdditionalEnquiry p
{
	font-size: 1.1em;
}

div#AdditionalEnquiry div#Contact
{
	float: none;
	width: auto;
}

div#AdditionalEnquiry div#Contact div#FormWrap
{
	margin: 0 auto;
	padding-left: 36px;
	width: 460px;
}

/* Useful Links Panels */

div#UsefulLinks
{
	padding-left: 20px;
}

div#UsefulLinks img
{
	position: relative;
	left: -7px;
}

div#UsefulLinks div.miniBar
{
	clear: both;
	height: 23px;
	padding-bottom: 4px;
}

div#UsefulLinks p
{
	font-size: 1.1em;
	padding-bottom: 8px;
}

div#UsefulLinks p a
{
	color: #97A9D1;
}

div#UsefulLinks div#StaffHandbookWrap
{
	padding-top: 6px;
}

div#UsefulLinks div#StaffHandbookWrap div#StaffHandbookInfoWrap
{
	padding-top: 8px;
}

/* End of Adhoc Extras */

/* Error Page */

div#ErrorPage
{
}

div#ErrorPage div#HeaderFull
{
	padding-top: 80px;
	height: 74px;
}

div#ErrorPage h1
{
	font-size: 2.4em;
	text-align: center;
}

div#ErrorPage h2
{
	font-size: 1.5em;
	text-align: center;
}

div#ErrorPage p
{
	margin: 0 auto;
	width: 660px;
	text-align: center;
	font-size: 1.1em;
}

div#ErrorPage p a
{
	color: #97A9D1;
}

/* End of Error Page */