﻿/* 
 * ==|== Rounding corner IE FIX ==========================================================
 */

.round { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url('PIE.htc');	 }
.round5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url('PIE.htc'); }
.roundBottom { border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; behavior: url('PIE.htc'); }
.roundTop { border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; behavior: url('PIE.htc'); }
.roundLeft { border-radius: 10px 0 0px 10px; -moz-border-radius: 10px 0 0px 10px;; -webkit-border-radius: 10px 0 0px 10px;; behavior: url('PIE.htc'); }

.ie7 .round, .ie8 .round { behavior: url('PIE.htc'); }
.ie7 .round5, .ie8 .round5 { behavior: url('PIE.htc'); }
.ie7 .roundBottom, .ie8 .roundBottom { behavior: url('PIE.htc'); }
.ie7 .roundBottom, .ie8 .roundBottom { behavior: url('PIE.htc'); }
.ie7 .roundLeft, .ie8 .roundLeft { behavior: url('PIE.htc'); }


/* 
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #808080 }
body { margin: 0; font-size: 13px; line-height: 1.231; font-family: Arial, Helvetica, sans-serif; background: url(../../images/topBackground.jpg) no-repeat top #fff; height: 439px; color: #666; position: relative; z-index: 0; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #F68928; color: #fff; text-shadow: none; }
::selection { background: #C10A27; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; margin: 0 3px 0 10px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
iframe { border: none !important; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Think Malta
   ========================================================================== */
   
/*General Page Styles*/
.siteWrapper { width: 960px; margin: 0 auto; }
.mainWrap { margin: 20px 0; float: left;  }
.mainButton { padding: 5px 60px 5px 15px; border: 0; text-decoration: none; border-bottom: 3px solid #890e29; background: url(../../images/rightArrowWhite.png) no-repeat right #C10A27; background-position: 90% 50%; color: #fff !important; position: relative;  }
.mainButton:hover { color: #fff; padding: 5px 60px 5px 15px; border: 0; border-bottom: 3px solid #b3b3b3; background: url(../../images/rightArrowWhite.png) no-repeat right #666; background-position: 90% 50%;  }
label.generic { width: 195px; float: left; display: block; color: #666 !important; }
label.genericSmall { width: 123px !important; float: left; display: block; color: #666 !important; }
.textfieldInside { width: 250px !important; background: #ccc; color: #333; margin: 0 5px 0 0; padding: 5px; border: 0; }
.addButton { width: 14px; height: 14px; display: block; background: url(../../images/addButton.png); border: 0; margin: 6px 0 0 2px; display: inline-block; }
.ie7.addButton { margin: 0; line-height: 18px; }
h2 { font-size: 14px; color: #000; }
.floatLeft { float: left; }

/* Validation Errors */
.vsErrors ul { margin: 0 0 0 20px; padding: 0; }
.vsErrors { color: #C10A27 !important; margin: 0; padding: 0; }

/* Header */
header { height: 135px; height: 330px; position: relative; }
header a.castilleLogo { background: url(../../images/castilleLogo.png); width: 235px; height: 156px; display: block; position: absolute; top: -12px; left: -5px; }

.topCredentials { max-width: 290px; position: absolute; top: 20px; right: 5px; background: url(../../images/topCredentials.png) repeat; }
.topCredentials a { padding: 23px 21px; display: block; float: left; font-size: 12px; color: #000; text-decoration: none; font-weight: bold; background: url(../../images/topBorder.png) no-repeat right; }
.topCredentials a.last { background: none; }
div.castilleSlogan { width: 311px; padding: 10px; background: url(../../images/sloganBk.png);; position: absolute; bottom: 20px; right: 10px; font-family: Georgia, serif; font-size: 13px; color: #fff; line-height: 20px; text-transform: uppercase; text-align: right; }
div.castilleSlogan p { padding: 0; margin: 0; }

/* Navigation */
nav { width: 950px; background: #C10A27; font-family: Arial, Helvetica, sans-serif; float: left; position: relative; z-index: 999999; }
nav ul li { float: left;  }
nav ul li a { display: block; text-decoration: none; color: #fff; padding: 16px 22px; font-size: 12px; text-align: center;  font-weight: bold; background: url(../../images/menuBorder.png) no-repeat right; }
nav ul li a:visited { color: #fff;  }
nav ul li a:hover { color: #ccc; background: #333; }

/* Top Search */
section.topSearch { width: 170px; height: 33px; position: absolute; top: 7px; right: 7px; }
.ie7 section.topSearch { top: 5px; }
section.topSearch .searchInput { width: 145px; padding: 9px 12px; color: #999999; border: 0; position: relative; }
.searchBtn { width: 16px; height: 15px; display: block; background: url(../../images/magnifier.png); position: absolute; top: 10px; right: 9px; border: 0; }

/* Content Wraper */
.contentWrapper { width: 890px; min-height: 300px; float: left; background: #f2f2f2; padding: 20px 30px; margin: 10px 0 0 0; color: #666; position: relative; z-index: 100; }
.contentWrapper h1 { color: #000; font-size: 15px; margin: 0; padding: 0; }
.contentWrapper a { color: #666; }
.contentWrapper a:hover { color: #C10A27; }

/* Index Left Side */
aside.left { width: 200px; float: left; }
aside.left p { padding: 0; margin: 0; }
aside.left h2 { margin: 0; padding: 0; font-size: 19px; color: #000; margin: 5px 0 10px 0; }
aside.left ul { width: 200px; height: 65px; float: left; margin: 0 0 20px 0; padding: 0; list-style: none; color: #666;  }
aside.left ul.featuredJobsListing h3 { margin: 0; padding: 0; font-weight: bold; font-size: 14px; color: #555; width: 215px; max-height: 18px; overflow: hidden; }
aside.left ul.featuredJobsListing p { max-height: 33px; overflow: hidden; color: #999; }
aside.left ul.featuredJobsListing a { color: #C10A27; font-weight: bold; text-decoration: none; }
aside.left ul.featuredJobsListing a:hover { text-decoration: underline; }
aside.left .button { color: #fff; padding: 5px 60px 5px 15px; border: 0; border-bottom: 3px solid #b3b3b3; background: url(../../images/rightArrowWhite.png) no-repeat right #666666; background-position: 90% 50%;  }
aside.left .button:hover { color: #fff; padding: 5px 60px 5px 15px; border: 0; border-bottom: 3px solid #890e29; background: url(../../images/rightArrowWhite.png) no-repeat right #C10A27; background-position: 90% 50%;  }


/* Main Content */
.mainContent { width: 425px; float: left; margin: 0 0 0 42px; }
.mainContent h2 { margin: 20px 0 10px 0; padding: 0; font-size: 21px; color: #000; }
.indexWhiteBoxes { width: 425px; height: 197px; background: #fff; float: left; margin-bottom: 20px; }
.indexWhiteBoxes p { color: #666; margin: 0; padding: 0; }
.indexWhiteBoxes p.description { margin: 10px 0; width: 215px; float: left; }
.indexWhiteBoxes .button { color: #808080; padding: 5px 60px 5px 15px; border: 0; border-bottom: 3px solid #b3b3b3; background: url(../../images/rightArrow.png) no-repeat right #f2f2f2; background-position: 90% 50%;  }
.indexWhiteBoxes .button:hover { background: url(../../images/rightArrow.png) no-repeat right #4d4d4d; background-position: 90% 50%; border-bottom: 3px solid #2d2b2b; color: #f2f2f2	;  }
.indexWhiteBoxes span { width: 195px; height: 197px; display: block; float: left; }
.indexWhiteBoxes span.promo1 { background: url(../../images/promo1.png); }
.indexWhiteBoxes span.iphoneApp { background: url(../../images/iphoneApps.png); }

/* Index Right Side */
aside.right { width: 200px; float: left; margin: 0 0 0 23px; }
aside.right .createAccount { background: #4D4D4D; color: #fff; width: 160px; height: 157px; padding: 20px; float: left; }
aside.right .createAccount h2, .createAccountInside h2 { font-size: 16px; margin: 0; padding: 0; color: #fff; }
aside.right .createAccount p.description { line-height: 18px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
aside.right .createAccount .button { color: #fff; padding: 5px 60px 5px 15px; border: 0; border-bottom: 3px solid #890e29; background: url(../../images/rightArrowWhite.png) no-repeat right #C10A27; background-position: 90% 50%;  }
aside.right .createAccount .button:hover { background: url(../../images/rightArrowWhite.png) no-repeat right #f4ff4; background-position: 90% 50%; border-bottom: 3px solid #2d2b2b; color: #f2f2f2	;  }
aside.right .seniorTalent { background: url(../../images/castilleExecutiveLogo.png) no-repeat center #2D2B2B; float: left; color: #fff; width: 160px; height: 157px; padding: 20px; margin: 20px 0 0 0; }
aside.right .seniorTalent h2  { color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; }
aside.right .seniorTalent p { margin: 0; padding: 0; }
aside.right .seniorTalent .button { color: #fff; padding: 5px 60px 5px 15px; margin: 95px 0 0 0; border: 0; border-bottom: 3px solid #b3b3b3; background: url(../../images/rightArrowWhite.png) no-repeat right #666666; background-position: 90% 50%;  }
aside.right .seniorTalent .button:hover { color: #fff; padding: 5px 60px 5px 15px; border: 0; border-bottom: 3px solid #890e29; background: url(../../images/rightArrowWhite.png) no-repeat right #C10A27; background-position: 90% 50%;  }

/* Center Wrapper Content */ 
.bottomWrapper { background: #333; min-height: 470px;	padding: 10px 0; }
.bottom { width: 960px; margin: 0 auto; position: relative; }
.bottom h4 { margin: 0; padding: 0; font-size: 16px; color: #C10A27; position: absolute; left: 30px; top: 17px; }
.bottomContent { width: 950px; border: 1px solid #484848; margin: 10px 0; }

/* Homepage Bottom Part */
.aboutCastille { width: 310px; min-height: 468px; float: left; padding: 20px; background: url(../../images/newsBorder.png) repeat-y right; }
.aboutCastille h1 { margin: 0; padding: 0; color: #fff; font-size: 24px; }
.aboutCastille p { margin: 20px 0; padding: 0; color: #ccc; }
.newsletterSubscribe { padding: 20px; width: 560px; float: left; border-bottom: solid #4c4c4c 1px; color: #fff; position: relative; }
.newsletterSubscribe h2 { font-size: 21px; margin: 0 0 20px 0; padding: 0; color: #fff; }
.newsletterSubscribe .textfield { width: 442px; background: #f2f2f2; padding: 6px; color: #333; border: 0; position: relative; -moz-box-shadow:  inset 0 0 3px #333;-webkit-box-shadow: inset 0 0 3px #333; box-shadow:         inset 0 0 3px #333; }
.newsletterSubscribe p.left { float: left; margin: 0 20px 10px 0; padding: 0; }
.newsletterSubscribe label { width: 80px; float: left; display: block; color: #ccc; }
.newsletterSubscribe .unsubscribeLink { color: #666; position: absolute; bottom: 40px; right: 200px; padding: 0; margin: 0; }
.socialNetworking { padding: 20px; width: 560px; float: left; border-bottom: solid #4c4c4c 1px; color: #fff; }
.socialNetworking h2 { padding: 0; margin: 0 0 10px 0; font-size: 16px; color: #fff; }
.socialNetworking a { float: left; width: 35px; height: 35px; margin: 0 6px 0 0; display: block; }
.facebookPlugin { padding: 20px; width: 560px; float: left; color: #fff;  }
.LikePluginPagelet { width: 325px; min-height: 80px; float: left; padding: 0 0 0 15px; }
.googlePlus { float: left; float: left; padding: 22px 0 22px 19px; border-left: solid #4C4C4C 1px; }

/* Footer */
footer.wrap { height: 310px; background:#333; border-top: 1px solid #484848; }
.footer { width: 950px; height: 215px; margin: 0 auto; padding: 20px 0; position: relative;  }
.footer ul.column { list-style: none; margin: 0; padding: 0; float: left; width: 190px; }
.footer ul.column h3 { padding: 0; margin: 0; color: #fff; font-size: 12px;  }
.footer ul.column li a { color: #ccc; text-decoration: none; line-height: 18px; }
.footer ul.column li a:hover { color: #C10A27; }
.footerLogos { width: 150px; height: 100px; position: absolute; top: 20px; right: 0; }
.footerLogos a { width: 91px; height: 47px; display: block; }
.footerLogos a.castilleFooterLogo { background: url(../../images/footerLogo.png); width: 111px; height: 56px; }
.footerLogos a.thawte { background: url(../../images/thawteLogo.png); margin: 20px 0px 0px 11px; }
.bottomFooterWrap { width: 100%; height: 54px;  border-top: 1px solid #484848; }
.bottomFooter { width: 950px; height: 54px; margin: 0 auto; position: relative; }
.bottomFooter p { padding: 0; margin: 0; color: #ccc; }
.bottomFooter .footerCredits { position: absolute; left: 0; top: 20px; }
.bottomFooter .footerCopyright { position: absolute; right: 0; top: 20px; }
.bottomFooter a { color: #ccc; text-decoration: underline; }

/* News Ticker */
.tickercontainer { border: 1px solid #484848; width: 950px;  height: 50px;  margin: 0;  padding: 0; overflow: hidden; position: relative;  }
.tickercontainer .mask { position: relative; left: 0px; top: 15px; width: 855px; overflow: hidden; float: right; }
ul.newsticker {  position: relative; left: 750px; list-style-type: none; margin: 0; padding: 0; }
ul.newsticker li { float: left;  margin: 0; padding: 0; }
ul.newsticker a { white-space: nowrap;padding: 0; text-decoration: none; color: #fff; padding: 17px 13px; background: url(../../images/newsBorder.png) no-repeat left; } 
ul.newsticker a:hover { color: #C10A27; }
ul.newsticker a:visited { color: #fff; }
ul.newsticker span { margin: 0 10px 0 0; } 

/* Forms */
.formStyle p label { width: 190px; display: block; float: left; color: #666; }
.formStyle p { margin: 10px 0; }
.formStyle p.strong { color: #333; font-weight: bold; font-size: 14px; }
.formStyle p input, .formStyle p select, .formStyle p textarea { font-family: Arial; font-size: 12px; padding: 5px; border: #ccc 1px solid; margin: 0 5px 0 0; position: relative; }
.formStyle p input[type="text"], .formStyle p input[type="password"], .formStyle p textarea { width: 250px; background: #ccc; color: #333; margin: 0 5px 0 0; }
.formStyle .formButton { color: #fff; background: #C10A27; border: 0; border-bottom: 3px solid #890E29; }
.formStyle .formButton:hover { background: #666; border-bottom: 3px solid #b3b3b3; }
.textfieldInside { width: 250px; background: #ccc; color: #333; margin: 0 5px 0 0; border: 0; padding: 5px; }
.okButton { color: #fff; background: #C10A27; color: #fff; border: 0; border-bottom: 3px solid #890E29; }

/* forgot password */
.formStyle.login p label.password { width: 170px; margin: 10px 0 0 0; }
.formStyle.login .PasswordBtn { color: #fff; background: #C10A27; border: 0; border-bottom: 3px solid #890E29; }
.topSpace { padding-top: 10px !important; }

/* Candidate  */
h3 label.erCandidate { font-size: 14px; color: #fff; text-transform: uppercase; }
a.consultantLink { cursor: pointer; text-decoration: underline; }
.formStyle .loginBtn { color: #fff; background: #C10A27; border: 0; border-bottom: 3px solid #890E29;  }
.formStyle .loginBtn:hover { color: #fff; background: #666; border: 0; border-bottom: 3px solid #b3b3b3; }
.formStyle.login { width: 315px; padding:20px; float: left; background: white; }
.formStyle.login a { color: #C10A27; }
.formStyle.login .mainButton { color: #fff; background: #C10A27; border: 0; border-bottom: 3px solid #890E29; padding: 5px 10px; }
.formStyle.login .mainButton:hover { background: #333; padding: 5px 10px; background: #666; border: 0; border-bottom: 3px solid #b3b3b3; }
.formStyle.login a:hover { color: #333; }
.loginRight { width: 460px; float: right; margin: 0 0 0 30px; background: white; padding: 20px 20px 0 20px; }
.loginRight h2 { color: #000; }
.loginRight span { width: 195px; height: 197px; display: block; float: left; background: url(../../images/signUp.png); }

.okBtn { color: #fff; background: #C10A27; border: 0; border-bottom: 3px solid #890E29;  }
.okBtn:hover { color: #fff; background: #666; border: 0; border-bottom: 3px solid #b3b3b3; }


/* Generic Login Widget */

.genericLogin { padding: 20px; background: #fff; max-width: 260px; float: left; }
.genericLogin label { width: 200px; float: left; display: block; }
.genericLogin input[type='text'], .genericLogin input[type='password'] { width: 250px; background: #ccc; color: #333; border: 0; padding: 5px; margin: 0 5px 0 0; position: relative; }
.genericLogin input[type='submit'] { color: #fff; background: #C10A27; border: 0; border-bottom: 3px solid #890E29; padding: 5px 10px; position: relative; }
.genericLogin input[type='submit']:hover { color: #fff; background: #666; border: 0; border-bottom: 3px solid #b3b3b3; }
.genericLogin p { margin: 0 0 20px 0; }


/* IPhone app in forget password */
.iphoneContainer { width: 335px; min-height: 210px; float: left; background: url(../../images/iphoneApps.png) no-repeat left bottom #fff; padding: 0 0 0 220px; margin: 0 0 0 30px; }
.iphoneContainer.minHeight { min-height: 190px; } 
.iphoneContainer h2 { margin: 40px 0 0 0; padding: 0; font-size: 20px; }

/* Ask */
.contactBanner { width: 335px; min-height: 245px; float: left; background: url(../../images/contact.png) no-repeat left bottom #fff; padding: 0 0 0 220px; margin: 0 0 0 30px; }
.contactBanner h2 { margin: 40px 0 0 0; padding: 0; font-size: 20px; }
.contactBanner p.description { margin: 0 0 30px 0; }

/*  */

.createAccountInside { background: #4D4D4D; color: #fff; width: 230px; height: 150px; padding: 20px; float: left; margin: 0 20px; text-align: center; }
.createAccountInside p.description { margin: 20px 0 65px 0; }
.seniorTalentInside { background: url(../../images/castilleExecutiveLogo.png) no-repeat center #2D2B2B; float: left; color: #fff; width: 240px; height: 150px; padding: 20px; text-align: center; }
.seniorTalentInside h2 { color: #fff; font-size: 16px; margin: 0 0 115px 0; padding: 0; }

/* Register Candidate */
.registerDetails .textfield {  width: 250px !important; background: #ccc; color: #333; border: 0; padding: 5px; margin: 0 5px 0 0; } 
.textfieldSmall { width: 160px !important; background: #ccc; color: #333; border: 0; padding: 5px; }
.registerDetails input[type="select"] { width: 150px !important; }
.registerDetailsRight { width: 300px; border: 1px dashed #ccc; padding: 10px 15px; position: absolute; top: 30px; right: 30px; }
.noImageHolder { width: 100px; height: 100px; overflow: hidden; border: 1px solid #ccc; margin: 0 0 17px 0; }
.registerDetailsRight .uploadBtn { background: url(../../images/uploadButton.png) #e7e7e7; border: 1px solid #b9b9b9; font-family: Segoe UI, Arial, sans-serif; padding: 4px 20px; color: #666666; font-size: 11px; font-weight: bold; -webkit-box-shadow: 1px 1px 3px #ffffff; -moz-box-shadow: 1px 1px 3px #ffffff; box-shadow: 1px 1px 3px #ffffff; }
.registerDetailsRight .upload { padding: 10px 0 0 0; margin: 0 0 10px 0; float: left; }
.educationItem, .employmentItem { background: #f2f2f2; padding: 20px; color: #000; margin: 0 0 10px 0; position: relative;  }
.educationItem p, .employmentItem p { margin: 0; padding: 0; padding: 5px 0; font-size: 12px; }
.removeBtn { width: 11px; height: 11px; display: block; background: url(../../images/remove.png); position: absolute; top: 20px; right: 20px;  }
ul.rblReading, ul.rblWriting, ul.rblVerbal  { margin: 0; padding: 0; }
.rblReading li, .rblWriting li, .rblVerbal li  { float: left; list-style: none; width: 91px; padding: 5px 0; text-align: center; }
.languageTable th { width: 90px; height: 20px; text-align: center; }
.dvlanguages table td { width: 90px; height: 25px; text-align: center; }
.dvlanguages table td h3 { width: 0; }

.buttonWrap { width: 275px; float: left; position: relative; }
.linkedInButton  { padding: 7px 15px 4px 41px; border: 0; color: #fff; margin: 0 0 10px 0; background: url(../../images/li.png) 6% 49% no-repeat #3399cc; border-bottom: 3px solid #267298; }
.linkedInButton.top  { position: absolute; top: 30px; left: -15px; }
.linkedInButton.bottom  { position: absolute; top: 580px; right: 101px; } 
.linkedInButton.registerPosition { position: absolute; top: 315px; right: 115px; }

/* Contact Details */
.contactDetails { width: 350px; float: right; padding: 0 20px; }
.contactDetails h2 { font-size: 14px; color: #333; margin: 0; padding: 0; }
.contactDetails strong { font-weight: normal;  }
.contactDetails a { color: #C10A27; }

/* Popup */
.contactDetails label { width: 230px; float: left; display: block; color: #666 !important; }

/* Job Details */
.jobDetails, .shareFacebook { width: 870px; float: left; margin-top: 10px; background: #fff; padding: 10px;  }
.jobDetails h3 { color: #fff; background: #666; font-size: 12px; padding: 5px; margin: 0; }
.jobDetails label.generic { font-weight: bold; color: #000; }
.jobDetails label.generic.fullWidth { width: 100%; margin: 0 0 10px 0; }
.jobDetails ul { margin: 0 0 0 195px; padding: 0; list-style: none; }
.jobDetails a.backLink { padding: 5px 15px 5px 40px; border: 0; text-decoration: none; border-bottom: 3px solid #890e29; background: url(../../images/leftArrowWhite.png) no-repeat left #C10A27; background-position: 10% 50%; color: #fff !important; }
.jobDetails a.backLink:hover { text-decoration: none; border-bottom: 3px solid #b3b3b3; background: url(../../images/leftArrowWhite.png) no-repeat left #666; background-position: 10% 50%; color: #fff !important;  }
.share { padding: 0 0 20px 0; margin: 0; float: left; width: 100%; border-bottom: 1px dashed #ccc; }
.share p { font-weight: bold; }
.buttons { width: 870px; float: left; border-bottom: 1px dashed #ccc; padding: 20px 0; margin: 0 0 20px; }
a.jobTag { padding: 5px 10px; margin: 0 0 0 5px; background: #c10a27; color: #fff !important; text-decoration: none; }
a.jobTag:hover { background: #333; }

/* Side Menu */
.sideMenu { width: 890px; font-family: Arial, Helvetica, sans-serif; background: #ccc; color: #fff;  border-right: 1px solid #cacaca; border-left: 1px solid #cacaca; float: left; margin-bottom: 20px;  background: url(../../images/candidateMenuBk.jpg); }
.sideMenu ul.mainMenuRoots { margin: 0; padding: 0; }
.sideMenu ul.mainMenuRoots li { float: left; list-style: none; padding: 6px 0  0 0; border-right: 1px dotted #b3b3b3; }
.sideMenu ul.mainMenuRoots li a { display: block;  color: #fff; text-shadow: 1px 1px 3px #5d5d5d; font-weight: normal;  padding: 38px 17px 5px 18px; text-decoration: none; background-position: 50% 10px !important; font-size: 12px; }
.sideMenu ul.mainMenuRoots li a:hover { color: #C10A27; text-shadow: 1px 1px 3px #ccc;  }
.sideMenu ul.mainMenuRoots li a.myAccount { background: url(../../images/myAccount.png) no-repeat; }
.sideMenu ul.mainMenuRoots li a.jobCategories { background: url(../../images/jobCategories.png) no-repeat; }
.sideMenu ul.mainMenuRoots li a.interimJobs { background: url(../../images/interimJobs.png) no-repeat; }
.sideMenu ul.mainMenuRoots li a.expertiseArea { background: url(../../images/expertiseArea.png) no-repeat; }
.sideMenu ul.mainMenuRoots li a.recommendations { background: url(../../images/recommendations.png) no-repeat;}
.sideMenu ul.mainMenuRoots li a.applications { background: url(../../images/applications.png) no-repeat; }
.sideMenu ul.mainMenuRoots li a.tips { background: url(../../images/tips.png) no-repeat; }
.sideMenu ul.mainMenuRoots li a.ri { background: url(../../images/ri.png) no-repeat; }
.sideMenu ul.mainMenuRoots li a.ourPublication { background: url(../../images/ourPublication.png) no-repeat; }
.sideMenu ul.mainMenuRoots li a.interviews { background: url(../../images/interviews.png) no-repeat; }

/* My Interim Jobs */
.interimMenu ul { list-style: none; margin: 0; float: left; background: #f4f4f4; padding: 0 0 20px 0; }
.interimMenu li { float: left; }
.interimMenu ul li a { color: #fff; text-decoration: none; display: block; text-transform: uppercase; background: url(../../images/buttonBackground.png) repeat-x #787777; text-align: center; padding: 8px 13px 8px 13px; width: 250px; font-size: 11px; margin: 0 10px 10px 0; position: relative; }
.interimMenu ul li a:hover { background: url(../../images/buttonBackgroundH.png) repeat-x; color: #fff; }

/* Calendar */
.calendarButton input[type="submit"] { color: #fff; text-decoration: none; text-transform: uppercase; background: url(../../images/buttonBackground.png) repeat-x; padding: 8px 13px 5px 13px; font-size: 11px; margin: 0 10px 10px 0; border: 0; }
.calendarButton input[type="submit"]:hover { background: url(../../images/buttonBackgroundH.png) repeat-x; color: #fff; }

/* My Recommendations */
.myRecommendations label { width: 195px; float: left; display: block; color: #666; }

/* Site Search */
section.siteSearch h2 a { font-size: 14px; color: #C10A27; text-decoration: none; }
section.siteSearch h3 { font-size: 12px; color: #000; }
section.siteSearch .textField { background: #ccc; color: #333; border: 0; padding: 5px; margin: 0 5px 0 0; }

/* Table Styling */
.DataTable .selected { background: #ececec; }
.DataTable td { padding: 17px 5px; color: #666; min-width: 40px; }
.DataTable, .DataTableNoAlign { width: 100%; color: #666; margin-top: 20px; background: url(../../images/tableBackground.png) repeat-x; border-right: 1px solid #cacaca; border-left: 1px solid #cacaca; margin: 20px 0; float: left; }
.DataTable th, .DataTableNoAlign th {  height: 53px; font-size: 12px; color: #666666; text-shadow: 1px 1px 3px #fff; font-weight: normal; }
.DataTable td, .DataTableNoAlign td { text-align: center; min-width: 40px; padding: 17px 10px; border: 1px solid #cecece; }
.DataTable .Links li { margin: 0 5px; list-style: none; float: left; }
.DataTable a, .tblJobSector a { color: #C10A27; }

/* Calendar */
.fc-view table .selected { background: #ececec; }
.fc-view table td { padding: 17px 5px; color: #666; min-width: 40px; background: url(../../images/calendarBk.png) repeat-x; }
.fc-view table, .fc-view tableNoAlign { width: 100%; color: #666; margin-top: 20px; background: url(../../images/tableBackground.png) repeat-x; border-right: 1px solid #cacaca; border-left: 1px solid #cacaca; margin: 20px 0; float: left; }
.fc-view table th, .fc-view tableNoAlign th {  height: 53px; font-size: 12px; color: #666666; text-shadow: 1px 1px 3px #fff; font-weight: normal; }
.fc-view table td, .fc-view tableNoAlign td { text-align: center; min-width: 40px; padding: 17px 10px; border: 1px solid #cecece; }
.fc-view table .Links li { margin: 0 5px; list-style: none; float: left; }
.fc-view table a, .tblJobSector a { color: #C10A27; }
.fc-event-inner { background: #ccc !important; text-align: center; }
.tblJobSector td { padding: 5px 0; font-weight: bold; }
a.jobTags { padding: 3px 7px;  text-decoration: none; color: #fff; background: #9b9b9b; float: left; margin: 1px 5px 5px 5px; display: block; }
a.jobTags:hover { background: #C10A27; color: #fff; }
#ui-datepicker-div { background: url(images/searchBg.png); color: #fff !important; }


/* Paging */
.ExternalPager { width: 100%; height: 24px; }
.pagination { font-size: 80%; float: right; }
.pagination a { text-decoration: none; color: #fff; }
.pagination a, .pagination span { display: block; float: left; padding: 5px 8px; margin-left: 5px; margin-bottom: 5px; min-width: 1em; text-align: center; }
.pagination a, .pagination span:hover { background: #333; color: #fff; border: 1px solid #333; }
.pagination .current { background: #C10A27; color: #fff; border: 1px solid #C10A27; }
.pagination .current.prev, .pagination .current.next { color: #999; border: 1px solid #d1d1d1; background: #fff; }


.dvLanguageWrapper{ position:relative; background:#F2F2F2; padding:20px; }

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.noFloat { float: none; }

#skypedetectionswf { width: 0; height: 0; float: left; }

/*  no -js  */

div.no-js { width: 311px; padding: 10px; background: #C10A27; position: absolute; top: 100px; right: 300px; font-family: Georgia, serif; font-size: 13px; color: #fff; line-height: 20px; text-transform: uppercase; text-align:center; }
div.no-js p { padding: 0; margin: 0; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

