﻿/* Fonts -------------------------------------------- */

@font-face {
    font-family: 'MuseoSlab-300';
    src: url('/includes/fonts/museoslab300/182234_0.eot');
    src: url('/includes/fonts/museoslab300/182234_0.eot?#iefix') format('embedded-opentype'),
        url('/includes/fonts/museoslab300/182234_0.woff') format('woff'),
        url('/includes/fonts/museoslab300/182234_0.ttf') format('truetype');
}

@font-face {
    font-family: 'MuseoSlab-500';
    src: url('/includes/fonts/webfonts2/15C112_0.eot');
    src: url('/includes/fonts/webfonts2/15C112_0.eot?#iefix') format('eot'),
         url('/includes/fonts/webfonts2/15C112_0.woff') format('woff'),
         url('/includes/fonts/webfonts2/15C112_0.ttf') format('truetype'),
         url('/includes/fonts/webfonts2/15C112_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Tags -------------------------------------------- */

body {
	background-color: #FFFFFF;
	color: #3B3127;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
    font-size: 13px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

h1, h2 {
    font-size: 22px;
    font-family: MuseoSlab-500;
}

h3, h4, h5, h6 {
    font-size: 17px;
    font-family: MuseoSlab-300;
}

a {
	color: #FF791F;
	text-decoration: underline;
	border: none;
	outline: none;
}

img {
	border: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

a:hover {
	color: #3B3127;	
}

th {
    font-weight: bold;
    color: #000000;
}

/* Main layout -------------------------------------------- */

div.body, div.bodyHome {
	width: 982px;
	margin: 0 auto 10px auto;
    padding-left: 10px;
    padding-right: 10px;
}

#logo {
    height: 75px;
    padding: 10px 0 10px 5px;
    margin: 15px 0 15px 0;
    overflow: hidden;
}

#logo_image {
    float: left;
}

#logo_functions {
    height: 75px;
    line-height: 75px;
    float: right;
    padding-right: 10px;
}

#content {
    margin-top: 10px;
}

#content_text {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
}

.content_text {
    margin-bottom: 20px;
}

#footer ul {
    width: 200px;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
}

#footer li {
    line-height: 20px;
    list-style-type: none;
}

#footer a {
    color: #8f8e79;
    text-decoration: none;
}

#footer a:hover {
    color: #000000;
}

#footer_banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4ECF5;
	text-align: center;
	padding-bottom: 5px;
}

#footer_quicklinks {
    padding: 25px;
    overflow: hidden;
}

.Gradient {
	background-image: url('/images/s_footer_gradient.gif');
	background-repeat: repeat-x;
	background-color: #e2e9f3;
}

#copyright {
    text-align: center;
	font-size: 10px;
	color: #A7A390;
	margin-top: 15px;
}

.center {
    text-align: center;
}

.round {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid;
	border-color: #e5e5e5 #dbdbdb #d2d2d2;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
}

.overflowh {
    overflow: hidden;
}

.minSmall {
    min-width: 80px;
}

.minMedium {
    min-width: 150px;
}

.minLarge {
    min-width: 250px;
}

.njUppercase {
    text-transform: uppercase;
}

.NoWrap {
    white-space: nowrap;
}

.Large {
    font-size: large;
}

.Larger {
    font-size: larger;
}

/* Lists -------------------------------------------------- */

.TableList {
    width: 100%;
    color: #47473b;
    border-collapse: collapse;
}

.TableList th {
    padding: 10px 5px 10px 5px;
}

.TableList td {
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #000000;
}

.HiddenText label {
    display: none;
}

/* Menus -------------------------------------------------- */

#menu_top {
    padding: 6px 0 2px 0;
    border-bottom: 1px dotted #84a1c5;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
	font-size: 11px;
	color: #A4C0E5;
}

#menu_top a {
    color: #6a87a9;
    text-decoration: none;
}

#menu_top a:hover {
    color: #FF791F;
}

#menu_top_home {
    float: left;
}

#menu_top_mobile {
    display: none;
}

#menu_top_sections {
    float: right;
    width: 780px;
    text-align: right;
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#menu_top_sections ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    background-color: #ffffff;
    z-index: 9000;
    white-space: nowrap;
}

#menu_top_sections li {
    float: left;
    padding: 0 0 0 3px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#menu_top_sections li a {
    background: #ffffff;
    display: block;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    padding: 0;
}

#menu_top_sections li a:hover, #menu_top_sections ul li:hover a {
    background: #ffffff;
}

#menu_top_sections li ul {
    background: rgba(255, 255, 255, 0.95);
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
}

#menu_top_sections li:hover ul {
    display: block;
}

#menu_top_sections li li {
    display: block;
    float: none;
    margin: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E7E7E7;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#menu_top_sections li:hover li a {
    background:none;
}

#menu_top_sections li ul a {
    display: block;
    margin: 0px;
    text-align: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
}

#menu_top_sections ul li ul {
    padding-top: 10px;
}

/* ------------ */

#menu_quicktabs {
    margin: 0 0 2px 0;
    padding-left: 15px;
    font-size: 16px;
}

#menu_quicktabs a {
    color: #ffffff;
    text-decoration: none;
    padding: 3px 9px 3px 9px;
    margin: 0 2px 0 2px;
    background-color: #8f8d76;
    font-family: MuseoSlab-300;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	border-radius-top-right: 4px;
	border-radius-top-left: 4px;

    -webkit-box-shadow: 0px -1px 5px #c3c3c3;
	-moz-box-shadow: 0px -1px 5px #c3c3c3;
	box-shadow: 0px -1px 5px #c3c3c3;
}

#menu_quicktabs a:hover {
    background-color: #47473b;
}

#menu_quicktabs a.active {
    background-color: #47473b;
}

/* Controls -------------------------------------------------- */

.njPagination {
    margin-top: 5px;
    text-align: center;
}

.njButton {
    color: #ffffff;
    display: inline;
    padding: 4px 12px 5px 12px;
	margin: 0px 0 0 7px;
	font-family: MuseoSlab-500;
	font-size: 15px;
	text-decoration: none;
	-webkit-appearance: none;
	border: 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    white-space: nowrap;
}

.njButton:hover {
    cursor: pointer;
    color: #ffffff;
}

.njButton.Small {
	margin: 0;
	border: 0;
	font-size: 11px;
}

div#njControls {
    text-align: center;
    margin-top: 10px;
}

div.njFormContainer {
    overflow: hidden;
}

div.njFormLeft {
    width: 50%;
    float: left;
}

div.njFormRight {
    width: 50%;
    float: right;
}

div.njFormCenterM {
    width: 70%;
    margin: 0 auto 0 auto;
}

/* Colours -------------------------------------------------- */

.njImportant {
    background-color: #ba001f;
}

.njAlert {
    background-color: #fd9b5e;
}

.njNotice {
    background-color: #6a96d3;
}

.njHighlight {
    background-color: #8f8e79;
}

.njUnimportant {
    background-color: #8f8e79;
}

.njStandout {
    background-color: #544d5d;
}

.njEntice {
    background-color: #4a74af;
}

/* CV list --------------------------------------------------- */

.njCV {
    padding-top: 5px;
    margin: 0 0 10px 0;
    border-top: 1px solid #000000;
    overflow: hidden;
    font-size: 12px;
    color: #47473b;
}

.njCV div {
    padding: 0;
    margin: 0;
    float: left;
}

.njCV b {
    font-weight: normal;
    color: #6a96d3;
}

.njCV .Photo {
    width: 118px;
    text-align: center;
}

.njCV .Name, .njCV .Details, .njCV .Profile, .njCV .Controls {
    padding-top: 10px;
}

#CVPartners .njCV .Name {
    width: 200px;
    margin-right: 5px;
}

#CVPartners .njCV .Details {
    width: 200px;
    margin-right: 5px;
}

#CVPartners .njCV .Profile {
    width: 280px;
}

#CVUsers .njCV .Name {
    width: 180px;
    margin-right: 5px;
}

#CVUsers .njCV .Details {
    width: 180px;
    margin-right: 5px;
}

#CVUsers .njCV .Profile {
    width: 260px;
}

.njCV .Controls {
    width: 100px;
    float: right;
    text-align: center;
}

/* Job results --------------------------------------------------- */

.njJob {
    padding-top: 10px;
    margin: 0 0 15px 0;
    border-top: 1px solid #000000;
    overflow: hidden;
    font-size: 12px;
    color: #47473b;
}

.njJob div {
    padding: 0;
    margin: 0;
    float: left;
}

.njJob p {
    padding: 0;
    margin: 0;
}

.njJob b {
    font-weight: normal;
    color: #6a96d3;
}

.njJob .Details1 {
    width: 230px;
    margin-right: 5px;
}

.njJob .Details2 {
    width: 220px;
    margin-right: 5px;
}

.njJob .Description {
    width: 290px;
    float: right;
}

/* Control Panels -------------------------------------------- */

#PartnerPanel {
    overflow: hidden;
}

#PartnerPanel .PanelBox {
    width: 210px;
    height: 250px;
    padding: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
    -webkit-box-shadow: 2px 3px 4px #c3c3c3;
	-moz-box-shadow: 2px 3px 4px #c3c3c3;
	box-shadow: 2px 3px 4px #c3c3c3;
	font-family: MuseoSlab-300;
	font-size: 14px;
	background-color: #f4f7fc;
	margin: 0 25px 10px 0;
	float: left;
	text-align: left;
}

#PartnerPanel .PanelBox .Title a {
    color: #ffffff;
    text-decoration: none;
}

#PartnerPanel .PanelBox .Title a:hover {
    color: #ffffff;
    text-decoration: none;
}

#PartnerPanel .Title {
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    background-color: #47473b;
    color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#PartnerPanel .PanelContents {
    padding: 0 20px 0 10px;
    position: absolute;
    width: 185px;
}

.GoButton {
	height: 38px;
	width: 38px;
	position: absolute;
	top: 75px;
	right: -15px;
	z-index: 2000;
	background-color: #f4f7fc;
	
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 1px 1px 3px #6b6b5f;
	-moz-box-shadow: 1px 1px 3px #6b6b5f;
	box-shadow: 1px 1px 3px #6b6b5f;

	font-size: 36px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-family: Arial;
}

.GoButton:hover {
    background-color: #e9ebf1;
    cursor: pointer;
}

.GoButton a {
    color: #FF791F;
    text-decoration: none;
}

.GoButton a:hover {
	color: #FF791F;
}

#PanelInfo {
    padding: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
    -webkit-box-shadow: 2px 3px 4px #c3c3c3;
	-moz-box-shadow: 2px 3px 4px #c3c3c3;
	box-shadow: 2px 3px 4px #c3c3c3;
	font-family: MuseoSlab-300;
	font-size: 14px;
	background-color: #f4f7fc;
	margin: 0 0 20px 0;
	text-align: left;
    overflow: hidden;
}

#PanelInfo p {
    margin-top: 0;
}

#PanelInfo .Title {
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    background-color: #47473b;
    color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#PanelInfo .PanelContents {
    padding: 0 10px 0 10px;
    margin: 10px 0 10px 0;
}

#PanelInfo .PanelContents b {
    font-weight: normal;
    color: #47473b;
}

#njInfoAdExpired {
    display: none; float: left; width: 580px;
}

#njInfoAdExpired {
    display: none; float: left; width: 580px;
}

#njInfoAdEdit {
    display: none; float: left; width: 580px;
}

#njInfoAdArchive {
    display: none; float: left; width: 580px;
}

#njInfoAdListed {
    display: none; float: left; width: 580px;
}

#njInfoAdApplications {
    display: none; float: left; width: 580px;
}

/* Alerts -------------------------------------------------- */

#njNotification {
    font-family: Tahoma, Arial;
    color: #ffffff;
    margin: 0 0 10px 0;
}

#njNotification .njNControls {
    padding: 4px;
    text-align: center;
    background-color: #d4d4d4;
    border-left: 1px solid #6e75a0;
    border-right: 1px solid #6e75a0;
    border-bottom: 1px solid #6e75a0;
}

#njNotification a {
    color: #ffffff;
}

#njNotification .njMBMessages {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#njNotification #njInformation {
    background-color: #086A94;
    border: solid 1px #091839;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-webkit-box-shadow: 4px 4px 4px #999999;
	-moz-box-shadow: 4px 4px 4px #999999;
	box-shadow: 4px 4px 4px #999999;
	position: relative;
}

#njNotification #njSuccess {
    background-color: #309508;
    border: solid 1px #091839;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-webkit-box-shadow: 4px 4px 4px #999999;
	-moz-box-shadow: 4px 4px 4px #999999;
	box-shadow: 4px 4px 4px #999999;
	position: relative;
}

#njNotification #njError {
    background-color: #EE8120;
    border: solid 1px #091839;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-webkit-box-shadow: 4px 4px 4px #999999;
	-moz-box-shadow: 4px 4px 4px #999999;
	box-shadow: 4px 4px 4px #999999;
	position: relative;
}

#njNotification .njTitle {
    font-size: 20px;
    font-weight: normal;
    font-family: Tahoma, Arial;
}

#njNotification .njMBIcon {
    float: left;
    width: 70px;
    height: 60px;
    text-align: center;
    padding-top: 10px;
}

#njNotification #njMBIconTitle {
    line-height: 60px;
}

#njNotification ul {
    margin-bottom: 10px;
    padding-bottom: 0;
}

#njNotification li {
    margin-bottom: 5px;
    padding-bottom: 0;
}

.njCloseNotification {
    position: absolute; right: 10px; top: 10px;
}

.Pointer {
    cursor: pointer;
}

/* Forms -------------------------------------------------- */

.njForm {
    margin-left: 20px;
}

.njForm.njSmall label {
    float: left;
    width: 80px;
}

.njForm label {
    line-height: 30px;
}

.njForm.njMedium label {
    float: left;
    width: 120px;
}

.njForm.njLarge label {
    float: left;
    width: 120px;
}

.njForm .njSmall {
    width: 200px;
    padding: 5px;
}

.njForm .njMedium {
    width: 200px;
    padding: 5px;
}

.njForm .njFControls {
    margin-top: 10px;
    text-align: center;
}

input.Textbox.long {
    width: 35%;
}

.block {
    display: block;
}

fieldset {  
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
}  

fieldset.Highlight {
    border: 2px solid #333333;
    border-radius: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 2px 2px 3px #c3c3c3;
	-moz-box-shadow: 2px 2px 3px #c3c3c3;
	box-shadow: 2px 2px 3px #c3c3c3;
}

fieldset legend {  
    padding: 1px;
    color: #ba001f;
    font-weight: bold;
    margin-bottom: 10px;
}  

fieldset label {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 22px;
    vertical-align: top;
}

fieldset ol label .normal {
    font-weight: normal;
}

fieldset li.block label {
    float: none;
    display: block;
    margin: 0;
    width: 100% !important;
}

fieldset ol {  
    padding: 0;
    margin: 0 10px 0 0;
    list-style: none;  
}  

fieldset li {  
    padding: 0 0 0 5px;
    margin-bottom: 5px;
}  

fieldset ol.medium li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 5px;
    margin: 0;
}

fieldset p {
    margin: 0 0 10px 0;
}

input.Textbox {
    border: 1px solid #000000;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 2px;
    padding-left: 5px;
    font-size: 12px;
    height: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 2px 2px 3px #c3c3c3;
	-moz-box-shadow: 2px 2px 3px #c3c3c3;
	box-shadow: 2px 2px 3px #c3c3c3;
}

fieldset input, fieldset select, fieldset textarea {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset select {
    border: 1px solid #000000;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
    height: 22px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 2px 2px 3px #c3c3c3;
	-moz-box-shadow: 2px 2px 3px #c3c3c3;
	box-shadow: 2px 2px 3px #c3c3c3;
}

fieldset textarea {
    border: 1px solid #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 2px 2px 3px #c3c3c3;
	-moz-box-shadow: 2px 2px 3px #c3c3c3;
	box-shadow: 2px 2px 3px #c3c3c3;
}

fieldset ol.short label {
    width: 45%;
    font-weight: bold;
}

fieldset ol.short input.Textbox {
    width: 50%;
}

fieldset ol.short select {
    width: 50%;
}

fieldset ol.short textarea {  
    width: 98%;
    height: 200px;
}  

fieldset ol.medium label {
    width: 54%;
    font-weight: bold;
}

fieldset ol.medium input.Textbox {  
    width: 40%;
}  

fieldset ol.medium select {  
    width: 40%;
}  

fieldset ol.medium textarea {  
    width: 40%;
    height: 90px;
}

fieldset ol.long label {
    width: 25%;
}

fieldset ol.long input.Textbox {  
    width: 280px;
}  

fieldset ol.long select {  
    width: 280px;
}  

fieldset ol.long textarea {  
    width: 60%;
    height: 150px;
}

/* Temp -------------------------------------------------- */

.FormInputNormal {
	width: 200px;
}

.FormInputShort {
	width: 100px;
}

.FormInputTextArea {
	width: 370px;
	height: 110px;
}

.FormInputTextAreaSmall {
	width: 280px;
	height: 90px;
}

.FormTitle {
	font-weight: bold;
}

.SearchRowAlternating {
	background-color: #EEEEEE;
}

.Spacer {
	width: 20px;
}

.Indented {
	padding-left: 20px;
}

.njMandatory {
    color: #c41230;
}

div.njHelp {
    background-color: #c41230;
	text-align: left;
}

div.njHelpFrame {
    position: relative;
}

.SearchRef {
    margin-bottom: 20px;
    text-align: right;
    color: #000000;
}

.njPanel {
    color: #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
    padding: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	margin-left: 7px;
	font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	border: 0;
}

.njTextEditor {
    padding: 7px;
    font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
    margin-left: auto;
    margin-right: auto;
}

.njFullLength {
    width: 95%;
}

.njShort {
    height: 150px;
}

.njRegBox2 {
    margin: 0px 10px 10px 0px;
    float: left;
    width: 265px;
}

.njRegBox2 p {
    margin: 0;
}

.njRegBox2 .njTitle {
    background-color: #3B3127;
    color: #ffffff;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: MuseoSlab-500, Georgia, "Times New Roman", Times,serif;
    font-size: 16px;
    font-weight: bold;
}

.njRegBox2 .njContent {
    background-color: rgb(244, 247, 251);
    margin: 0;
    padding: 10px;
    border: 1px solid rgb(210, 210, 210);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	font-family: MuseoSlab-500, Georgia, "Times New Roman", Times,serif;
	font-size: 14px;
	color: #3B3127;
}

.njRegBox2 .njDescription {
    
}

.njRegBox2 .njRegister {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    background-color: #47463A;
    color: #ffffff;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;

    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;

    width: 40px;
    height: 40px;
    line-height: 40px;

    float: left;
}

/* Welcome -------------------------------------------------- */

.active {
    color: #84C236;
}

.inactive {
    color: #c41230;
}

.njPersonalAdvert {
    width: 100%; background-color: #F2F2F2; margin-left: auto; margin-right: auto; border: 1px solid #666666; margin-bottom: 10px;
}

.njPersonalAdvert .njTitle {
    position: relative; background-color: #544d5d; height: 25px; line-height: 25px; color: #fff; border-bottom: solid 1px #666666;
}

.njPersonalAdvert .njPosition {
    position: absolute; top: 0; left: 0; padding-left: 5px;
}

.njPersonalAdvert .njDuration {
    position: absolute; top: 0; right: 0; padding-right: 5px;
}

.njPersonalAdvert .njInformation {
    position: relative; height: 30px; line-height: 30px;
}

.njPersonalAdvert .njLocation {
    position:absolute; top: 0; left: 0; padding-left: 5px;
}

.njPersonalAdvert .njPayment {
    position:absolute; top: 0; right: 0; padding-right: 5px;
}

.njPersonalAdvert .njApplicants {
    padding: 5px;
}

.njPersonalAdvert th {
    background-color: #8f8d76;
    color: #ffffff;
    font-weight: normal;
}

#FloatContainer {
    overflow: hidden;
}

.FormHalfColumn {
    float: left;
    width: 50%;
}

#njPaymentWizard {
    margin: auto;
}

#njPaymentWizard p {
    margin: 0;
}

#njPaymentWizard th {
    background-color: #FFFFFF;
    text-align: center;
    padding-bottom: 5px;
}

#njPaymentWizard td {
    padding: 8px;
    text-align: center;
}

#njPaymentWizard td.Inactive, #njPaymentWizard td.Active {
    width: 140px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#njPaymentWizard td.Inactive {
    background-color: #8f8d76;
    color: #ffffff;
}

#njPaymentWizard td.Active {
    background-color: #AF4848;
    color: #FFFFFF;
    font-weight: bold;
}

div.njHelpFrame {
    position: relative;
}

div.njHelp {
    position: absolute;
    width: 600px;
    top: -100px;
    left: -620px;
    display: none;
    padding: 15px;
    background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
	box-shadow: 5px 5px 5px #000000;
	text-align: left;
}

div.njHelpLower {
    position: absolute;
    width: 600px;
    top: 50px;
    left: -300px;
    display: none;
    padding: 15px;
    background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
	box-shadow: 5px 5px 5px #000000;
	text-align: left;
}

ul.njHelp {
    padding-left: 15px;
}

.njTable {
    width: 100%;
}

.njTable td, .njTable th {
    padding: 4px;
    border-spacing: 2px;
}

.njTable th {
    text-align: left;
}

.njTable th.center {
    text-align: center;
}

/* --- CV MEDIA ------------------------------------------- */

.njCVE-File { padding: 1px; border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -webkit-box-shadow: 2px 3px 4px #c3c3c3; -moz-box-shadow: 2px 3px 4px #c3c3c3; box-shadow: 2px 3px 4px #c3c3c3; font-family: MuseoSlab-300; font-size: 14px; background-color: #f4f7fc; margin-bottom: 10px; text-align: left }
.njCVE-File .Title { padding: 5px 10px 5px 10px; font-size: 18px; background-color: #47473b; color: #ffffff; border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px }
.njCVE-File .Container { padding: 10px; overflow: hidden; }
.njCVE-File .Photo { width: 180px; float: left; margin-right: 10px; text-align: center; }
.njCVE-File .FileControl { text-align: center; margin-top: 5px; }
.njCVE-File .Description { border: solid 1px #7A8A99; overflow: hidden; background-color: #ffffff; border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; }
.njCVE-File .DescriptionText { padding: 10px; background-color: #ffffff; }
.njCVE-File .FileUpload { background-color: #F2F2F2; text-align: right; border-top: solid 1px #7A8A99; padding: 10px; }

/* -------------------------------------------------------- */

#njCVControl {
    width: 800px;
    margin: 0 auto 0 auto;
    overflow: auto;
}

.GreyRow {
	background-color: #E3E3E3;
}

#s_MenuInline {
    width: 210px;
}

#s_ContentContainer {
    padding-bottom: 20px;
    float: right;
}

#s_ContentClean {
    width: 100%;
    padding-bottom: 20px;
    float: left;
}

div.body #s_ContentContainer {
    width: 750px;
}

div.bodyHome #s_ContentContainer {
    width: 588px;
}

.s_ContentMenu {
    width: 160px;
    margin-left: 10px;
    text-align: center;
}

.s_ContentMenu img {
    margin-bottom: 5px;
}

.pad10 {
    padding: 10px;
}

.BorderBlack {
    border: 1px solid #000000;
}

.BorderBlackTop {
    border-top: 1px solid #000000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.middle {
    float: left;
    margin-left: 14px;
}

.tLeft {
    text-align: left;
}

.tCenter {
    text-align: center;
}

.tRight {
    text-align: right;
}

.whitebox {
	padding: 8px;
	margin: 0 0 10px 0;
	clear: both;
}

.whitebox h2 {
    font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 5px;
    text-align: left;
}

.whitebox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.whitebox li {
    margin-bottom: 4px;
}

.fRed {
    color: #ba001f;
}

.bWhite {
	background-color: #ffffff;
}

.darkbox {
	font-size: 17px;
	background-image: url('/images/s_bdarkbox.jpg');
	background-position: -5px;
	background-color: #363635;
	width: 165px;
	margin-bottom: 10px;
	padding: 10px;
	color: #ffffff;
	line-height: 26px;
}

.darkbox a {
	color: #FF791F;
	text-decoration: underline;	
}


#s_StayConnected li {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
}

.mbox {
	height: 275px;
	width: 293px;
	margin-right: 30px;
	margin-bottom: 15px;
	background-color: #F4F7FB;
	font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.topbar {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	border-radius-top-right: 4px;
	border-radius-top-left: 4px;
	color: #ffffff;
	
	padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 10px;

	font-size: 16px; font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
}

.topbar a {
	color: #FFF;
	text-decoration: none;
}

.parent {
	background-color: #3b3127;
}

.LightParent {
    background-color: #D9D8D5;
}

.childcarer {
	background-color: #74808E;
}

.LightChildcarer {
    background-color: #CDD1D7;
}

.agency {
	background-color: #5C604B;
}

.LightAgency {
    background-color: #E9EBDE;
}

.GeneralSection {
    background-color: #47473b;
}

.calls {
	float: right;
	margin-top: -35px;
	margin-right: 20px;
	width: 185px;
}

.calls p {
    margin-top: 0;
    margin-bottom: 7px;
}

.calls a {
	text-decoration: none;
	color: #3B3127;
}

.calls a:hover {
	text-decoration: none;
	color: #FFAE53;
}

.go {
	color: #C63;
	height: 37px;
	width: 27px;
	position: relative;
	top: 75px;
	left: 273px;
	right: 25px;
	z-index: 2000;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	font-size: 28px;
	padding-right: 9px;
}
.go a {
	color: #FF791F;
	text-decoration: none;
}

.go:hover {
	color: #544D5D;
	text-decoration: none;
	background-color: #544D5D;
}

#a_cont, #c_cont, #p_cont {
	background-repeat: no-repeat;
	background-position: 14px 2px;
	height: 230px;
	margin-top: 10px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
}

#p_cont {
	background-image: url('/images/s_bparents.jpg');
	background-position: 5px bottom;
}

#c_cont {
	background-image: url('/images/s_bchildcarer.jpg');
	background-position: 5px bottom;
}

#a_cont {
	background-image: url('/images/s_bagency.jpg');
}

/* ------------ CV ------------ */

.njCVRCV {
    position: relative;
    height: 140px;
    border: solid 1px #666666;
    margin-bottom: 10px;
    background-color: #F2F2F2;
}

.njCVRCV .njTitle {
    position: relative; background-color: #4262ac; height: 25px; line-height: 25px; color: #fff; border-bottom: solid 1px #666666;
}

.njCVRCV .njTitle a {
    color: #fff; text-decoration: none;
}

.njCVRCV .njName {
    float: left; padding-left: 5px; font-size: 110%;
}

.njCVRCV .njNationality {
    float: right; padding-right: 5px; font-size: 110%;
}

.njCVRPhoto {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 30px;
    left: 0px;
    text-align: center;
}

.njCVRDetails {
    position: absolute;
    width: 220px;
    height: 100px;
    top: 30px;
    left: 130px;
}

.njCVRDetails table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.njCVRDescription {
    position: absolute;
    width: 395px;
    height: 100px;
    top: 30px;
    right: 5px;
}

.njCVRDescriptionText {

}

.njCVRControls {
    position: absolute;
    bottom: 0px;
    right: 5px;
}

#njCVSearchControl {
    background-color: #4262ac;
    color: #ffffff;
    text-align: right;
	font-weight: bold;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#njCVSearchControl #njTitle {
    display: inline;
    float: left;
}

#njCVSearchControl #njDetails {
    display: inline;
    float: right;
}

#njCVSearchControl img {
    vertical-align: middle;
}

#njSJ {
    width: 720px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.njSJDescriptionBox {
    width: 345px; background-color: #f4f7fc; margin-bottom: 10px; margin-right: 10px; float: left; overflow: hidden;
}

.njSJDescriptionBox p { 
    margin: 0;
}

.njSJDescriptionBox .Title {
    border-bottom: 1px solid #c3c3c3; font-size: 15px; font-weight: bold; padding-bottom: 5px; margin: 0;
}

.njSJDescriptionBox .Description {
    padding: 10px;
}

.njSJDescriptionBox .njRegister {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    background-color: #47463A;
    color: #ffffff;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;

    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;

    width: 40px;
    height: 40px;
    line-height: 40px;

    float: left;
}

/* Login Panel */

#njLogin {
    width: 950px; margin-left: auto; margin-right: auto; overflow: hidden;
}

.njLoginBox.Short {
    width: 96% !important;
    height: 180px !important;
}

.njLoginBox {
    height: 400px; width: 300px; background-color: #f4f7fc; margin-bottom: 20px; margin-right: 20px;
}

.njLoginBox:last-child {
    margin-right: 0px;
}

.njLoginBox .Title {
    border-bottom: 1px solid #c3c3c3; font-size: 15px; font-weight: bold; padding-bottom: 5px; margin: 0;
}

.njLoginBox .Description {
    padding: 20px;
}

.njLoginBox .TopBox {
    height: 165px; margin-bottom: 20px;
}

.njLoginTextbox {
    margin-bottom: 10px; background-color: #dbd9d6; width: 245px; padding: 4px;
}

#njRegister {
    width: 730px; margin-left: auto; margin-right: auto; overflow: hidden;
}

#njRegister .njFormBox {
    background-color: #f4f7fc; margin-bottom: 20px;
}

#njRegister .njFormBox.medium {
    width: 380px;
}

#njRegister .njFormBox.short {
    width: 320px;
}

.njFormBox .Title {
    border-bottom: 1px solid #c3c3c3; font-size: 15px; font-weight: bold; padding-bottom: 5px; margin: 0;
}

.njFormBox .Description {
    padding: 20px;
}

/* General */

.Border {
    border: 1px solid #8F8E79;
}

.small {
	font-size : 10px;
}

.Hidden {
    display: none;
}

.Visible {
    display: block;
}

#SearchControl {
    background-color: #A4C0E5; padding: 25px; margin: 0 0 10px 0; color: #3B3127; border-top: 0px solid #ffffff; font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif; font-size: 17px;
}

#AdvancedOptionsLink {
    text-align: center; margin-top: 20px; border-bottom: 1px solid #000000; padding-bottom: 10px; margin-bottom: 5px;
}

#AdvancedOptionsLink a {
    color: #000000; text-decoration: none;
}

#SCMainSearch {
    white-space: nowrap;
    overflow: hidden;
}

#SCControls {
    float: right; margin-left: 20px; margin-right: 60px; white-space: nowrap; width: 220px;
}

#SCSearchText {
    float: left; margin-left: 60px;
}

.SCPosition {
    float: left;
    margin-right: 5px;
}

.SCRegion {
    float: left;
    margin-right: 5px;
}

.SCPosition select, .SCRegion select {
    margin-left: 5px;
    margin-right: 5px;
}

#SCADistance {
    float: left;
    margin-right: 5px;
}

#SCAPostcode {
    float: left;
    margin-right: 5px;
}

#SCACounty {
    float: left;
}

#SearchTabs {
    font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
	padding-top: 1px;
	font-size: 17px;
	margin-left: 15px;
	overflow: hidden;
}

.SearchTab {
	float: left;
	margin-right: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	border-radius: 4px 4px 0px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px -3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px -3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px -3px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    padding: 7px 9px 5px 9px;
	font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #D4E1F2;
	border-bottom: 1px solid #ffffff;
}

.SearchTab:hover {
	text-decoration: none;
	background-color: #A4C0E5;
	cursor: pointer;
}

.SearchTab a {
    color: #000000;
    text-decoration: none;
}

.ActiveTab {
	background-color: #A4C0E5;
	border-bottom: 1px solid #A4C0E5;
}

.mRight15 {
    margin-right: 15px;
}

.mLeft15 {
    margin-left: 15px;
}

.njAdvancedOptions {
    margin-top: 20px;
    font-family: MuseoSlab-300, Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
}

#MapFrame {
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c3c3c3;
    opacity: 0.35;
    filter: alpha(opacity=35);
    display: none;
}

#MapControls {
    position: fixed;
    width: 700px;
    top: 5%;
    left: 50%;
    z-index: 9002;
    border: solid 1px #6e75a0;
    font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
    color: #000000;
    margin: 0 0 0 -350px;
	padding: 25px;
    background-color: #ffffff;
	-webkit-box-shadow: 4px 4px 4px #999999;
	-moz-box-shadow: 4px 4px 4px #999999;
	box-shadow: 4px 4px 4px #999999;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    display: none;
}

#MapControls p {
    margin: 0;
}

/* Menu Section */

#MenuSection {
    margin-bottom: 10px;
}

#MenuSectionList {
	-khtml-border-radius: 4px;
	font-family: MuseoSlab-500, Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	border: 1px solid #FFF;
}

#MenuSectionList a {
	color: #3B3127;
	text-decoration: none;
	display: block;
    border-top: 1px solid #E3DED8;
    padding: 6px 15px 6px 15px;
	margin: 0px;
}

.Agencies#MenuSectionList {
    background-color: #E9EBDE;
}

.Parents#MenuSectionList {
    background-color: #B1AEA9;
}

.Childcarers#MenuSectionList {
    background-color: #ACB3BD;
}

.Agencies#MenuSectionList a.Active {
	background-color: #5C604B;
	color: #ffffff;
}

.Parents#MenuSectionList a.Active {
	background-color: #3b3127;
	color: #ffffff;
}

.Childcarers#MenuSectionList a.Active {
	background-color: #3b3f48;
	color: #ffffff;
}

.Agencies#MenuSectionList a:hover {
	background-color: #B6C196;
}

.Parents#MenuSectionList a:hover {
	background-color: #817B74;
}

.Childcarers#MenuSectionList a:hover {
	background-color: #74808E;
}

/* Search results */

.Bold {
    font-weight: bold;
}

.Title {
    font-size: 150%;
}

.SearchRow {
    overflow: hidden; padding: 8px;
}

.SearchColumnGeneric {
    float: left; margin-right: 5px;
}

.SearchColumnGeneric.Long {
    width: 55%;
}

.SearchColumnGeneric.Medium {
    width: 38%;
}

.SearchColumnGeneric.Short {
    width: 22%;
}

.SearchColumnGeneric.Tiny {
    width: 13%;
}

.BorderTop {
    border-top: solid 1px #c3c3c3;
}

/* Agency details */

#njAgencyDetails {
    overflow: hidden; margin-top: 10px; margin-bottom: 10px;
}

#njAgencyDetails #Address {
    float: left; width: 260px;
}

#njAgencyDetails #Map {
    float: right;
}

/* Search control - Agencies */

#SCAgencies {
    overflow: hidden;
    height: 80px;
}

#AgencyOptions {
    float: left;
    width: 550px;
    line-height: 40px;
    margin-left: 150px;
}

#AgencyFunctions {
    float: left;
    width: 150px;
    line-height: 80px;
}

/* CV public */

#njCV {

}

#njCVMedia {
    float: right; width: 200px; margin-right: 10px;
}

#njCVPhoto {
    text-align: center; padding: 20px; padding-top: 10px;
}

/* Job public */

#njJPMain {
    margin: auto; padding: 5px; max-width: 900px; text-align: left;
}

#njJPTitle {
    overflow: hidden;
}

#njJPTitle h2 {
    margin: 0 0 5px 0;
    float: left;
}

#njJPAgencyInformation {
    margin: auto auto 20px auto; overflow: hidden;
}

#njJPBanner {
    margin-bottom: 10px;
}

#njJPAgencyDetails {
    float: right;
    width: 270px;
}

#njJobDetails {
    overflow: hidden;
}

#njJobDetails .DetailsColumn {
    width: 45%; float: left; padding-right: 10px;
}

#njJobDetails .DetailsColumn b {
    color: #6A96D3;
}

#njAddThis {
    margin: 0 5px 5px 0;
    float: right;
    width: 110px;
}

.TextForm {
    padding-left: 15px;
}

.TextForm label {
    font-weight: bold;
    float: left;
    width: 220px;
}

.njCVHistoryContacts {
    height: 100px; overflow: auto;
}

#njMain {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
    color: #ffffff;
    background-color: #4a74af;
    padding: 30px;
    margin: 5% 10% 0 10%;
}

#njMLogo {
    width: 110px;
    float: left;
}

#njMText {
    float: left;
    width: 90%;
}

#njCookiePolicy {
    display: none;
    position: fixed;
    z-index: 20000;
    left: 0;
    right: 0;
    bottom: 0;
    background: #A4C0E5;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0px -9px 14px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -9px 14px -8px rgba(0,0,0,0.75);
    box-shadow: 0px -9px 14px -8px rgba(0,0,0,0.75);
}

#njCookiePolicy b {
    color: #ffffff;
}

#njCookieText {
    width: 70%;
    float: left;
    text-align: left;
    padding: 0 0 0 10px;
}
#njCookieButton {
    width: 10%;
    float: right;
    margin: 15px 10px 0 0;
}

#njCookieButton a {
    color: #ffffff;
}
