body {
	background-color : #FFFFFF;
	color : #003366;
	margin : 0px;
	padding : 0px;
	font-family : Arial, Helvetica, sans-serif;
	padding-top : 0px;
	font-size : 13px;
	text-align : left;
}

.ContentContainer {
	width: 920px;
	margin: 0 auto;
	text-align : left;
}

.BannerLogo {
	width : 289px;
	padding-left : 10px;
}

.BannerAdvertisement {
	width : 500px;
}

.BannerLogin {
	width : 131px;
	text-align : center;
	color : #FFFFFF;
	font-weight : bold;
}

.Banner {
	background-color : #AFC6DB;
	height : 64px;
	width : 920px;
	text-align : left;
}

.ContentContainerPartner {
	width: 1050px;
	margin: 0 auto;
	text-align : left;
}

.BannerPartner {
	background-color : #AFC6DB;
	height : 64px;
	width : 1050px;
	text-align : left;
}

.menuPartner {
	width : 110px;
	padding-left : 10px;
	padding-bottom : 10px;
	text-align : left;
}

.small {
	font-size : 10px;
}

.Purple {
	background-color : #AFC6DB;
}

th {
	background-color : #DDDDDD;
}

#njSearchResults {
    width: 100%;
    border : solid 3px #AFC6DB;
}

#njSearchResults th {
    text-align: left;
    padding: 5px;
}

#njSearchResults td {
    height : 44px;
    vertical-align: top;
    padding: 5px;
}

.njSearchRow td {
    background-color: #FFFFFF;
}

.njSearchRowAlternating td {
    background-color: #EEEEEE;
}

.njNoPadding {
    padding: 0;
}

.CopyHighlighted {
	color : #0033FF;
}

.BulletPointArrow {
	width : 50px;
	text-align : right;
	padding-right : 5px;
}

.HiddenText label {
    display : none;
}

/* LINKS -------------------------------------------------- */

a {
	color : #000000;
}

a.visited {
	color : #1A1AFF;
}

a.footer {
	color : #000000;
	font-size : 14px;
	text-decoration : none;
}

a.footer:Hover {
	text-decoration : underline;
}

#AdminMenu a {
	width : 130px;
	background-color : #FFFFFF;
	padding-left : 10px;
	padding-bottom : 10px;
	text-align : left;

	color : #000000;
	font-size : 12px;
	text-decoration : none;
}

#AdminMenu a:hover {
    text-decoration : underline;
}

a.menu {
	color : #000000;
	font-size : 12px;
	padding-left : 4px;
	text-decoration : none;
}

a.menu:hover {
	text-decoration : underline;
}

a.menuPartner {
	color : #000000;
	font-size : 12px;
	padding-left : 4px;
	text-decoration : none;
}

a.Section {
	text-decoration : none;
	font-weight : bold;
	font-size : 16px;
	color : #990033;
}

a.Section:hover {
	text-decoration : underline;
}

a.SectionLink:hover {
	text-decoration : underline;
}

a.SectionLink {
	text-decoration : none;
}

a.Login {
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
	color : #FFFFFF;
}

a.Login:hover {
	text-decoration : underline;
}

a.Large {
	font-size : larger;
	font-weight : bold;
}

a.BulletPoint {
	text-decoration : none;
}

a.BulletPoint:hover {
	text-decoration : underline;
}

table.Taxation {
	border : 2px solid #065d00;
}

table.Taxation th {
	text-align : right;
	background-color : #6633CC;
	border : 1px solid #000000;
}

table.Taxation td {
	text-align : right;
	border : 1px solid #000000;
}

/* -------------------------------------------------------- */

.menu {
	width : 130px;
	background-color : #AFC6DB;
	padding-left : 10px;
	padding-bottom : 10px;
	text-align : left;
}

.ContentFrame {
	width : 790px;
	padding-top : 0px;
}

.ContentFrameAdmin {
	width : 1000px;
	padding-top : 0px;
}

.SearchBar {
	height : 40px;
	text-align : center;
	vertical-align : top;
	padding-top : 5px;
}

.ContentBody {
	width : 100%;
	padding-left : 10px;
}

.ContentBodyAdmin {
	width : 100%;
	padding-left : 10px;
}

.ContentAdvertisement {
	width : 160px;
	text-align : center;
}

.MenuTitle {
	font-size : 14px;
	font-weight : bold;
}

.footer {
	text-align : center;
	font-size : 14px;
}

.FooterSummary {
	height : 800px;
	vertical-align : bottom;
	font-size : 12px;
	padding-bottom : 5px;
}

.copyright {
	font-size : 10px;
}

.Section {
	color : #990033;
}

.SectionText {
	color : #0033FF;
}

.SectionColumn {
	width : 300px;
}

.HomeCopy {
	width : 350px;
}

.HomeTopJob {
	width : 280px;
}

.Center {
	text-align : center;
}

.red {
	color : #FF0000;
}

.green {
	color : green;
}

.DarkRed {
	color : #990033;
}

.White {
	color : #FFFFFF;
}

img {
	border : none;
}

h2 {
	font-size : 22px;
	font-weight : bold;
	padding-top: 0;
	margin-top: 4px;
}

.HeaderAdmin {
	font-size : 22px;
	font-weight : bold;
	margin-top: 5px;
}

.TextCenter {
	text-align : center;
}

/* FORMS -------------------------------------------------- */

.Form2ColumnTitle {
	width : 80px;
}

/*.Form2ColumnContent*/

.FormSubmitRow {
	text-align : right;
}

.FormInputNormal {
	width : 200px;
}

.FormInputShort {
	width : 100px;
}

.FormInputTextArea {
	width : 370px;
	height : 110px;
}

.FormInputTextAreaSmall {
	width : 280px;
	height : 90px;
}

.FormTitle {
	font-weight : bold;
}

.GreyRow {
	background-color : #E3E3E3;
}

.SearchRowAlternating {
	background-color : #EEEEEE;
}

.Spacer {
	width : 20px;
}

.Indented {
	padding-left : 20px;
}

/* TOP JOB ------------------------------------------------ */

a.TopJob {
	font-size : 12px;
	font-weight : bold;
	text-align : center;
}

.TopJob {
	font-size : 10px;
}

.TopJobTitle {
	text-align : left;
	background-color : #FFCC66;
}

.TopJobTitleResults {
	text-align : left;
	background-color : #DDDDDD;
}

.TopJobContent {
	text-align : left;
	border-top : solid 1px #000000;
}

.TopJobFrame {
	border : solid 1px #333333;
}

.WelcomeMenuItem {
    padding-left : 20px;
}

/* ALERTS ------------------------------------------------- */

#njMessageBox {
    background-color: #309508;
    color: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 1px #000;
    margin-bottom: 5px;
    padding-right: 10px;
}

#njInformationBox {
    background-color: #086A94;
    color: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 1px #000;
    margin-bottom: 5px;
    padding-right: 10px;
}

#njWarningBox {
    background-color: #EE8120;
    color: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 1px #000;
    margin-bottom: 5px;
    padding-right: 10px;
}

#njMBTitle {
    width: 500px;
    font-size: 20px;
    font-weight: normal;
    font-family: Tahoma, Arial;
}

#njMBIcon {
    float: left;
    width: 70px;
    height: 60px;
    text-align: center;
    padding-top: 10px;
}

#njMBIconTitle {
    line-height: 60px;
}

#njMBMessages {
    font-family: Tahoma, Arial;
}

/* My NannyJob ------------------------------------------------- */

#Home {
    margin-left: auto;
    margin-right: auto;
}

#Home div {
    width: 210px;
    min-height: 160px;
    padding: 10px;
    margin: 5px;
    background-color: #FCC57E;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: left;
}

#Home .Title {
    font-weight: bold;
    font-size: 1.2em;
}

#Home .Title b {
    float: right;
    font-weight: bold;
    font-size: 0.9em;
}

#Home .Title b.active {
    color: #00CD00;
}

#Home .Title b.inactive {
    color: #FF0000;
}

#Home .Content {
    padding: 0em 0.5em 0em 0.5em;
}

#Home #Jobs {
    background-color: #ff9898;
}

#Home #CV {
    background-color: #90e4ff;
}

#Home #Account {
    background-color: #ffdc71;
}

#Home #Babysitter {
    background-color: #92adff;
}

#Home #Socialclub {
    background-color: #db6cff;
}

#Home #ContactUs {
    width: 690px;
    min-height: 0;
    background-color: #D3D3D3;
    margin-left: auto;
    margin-right: auto;
}

#Home #YourAdvert {
    background-color: #afc6db;
}

#Home #CVContacts {
    background-color: #afc6db;
}

#Home #AdvertNanny {
    width: 690px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
}

#Home #MyApplications {
    background-color: #A6D785;
}

#Home p {
    margin-top: 0;
}

/* FORMS -------------------------------------------------- */

fieldset {  
    margin: 1.5em 0 0 0;  
    padding: 1em;
}  

fieldset legend {  
    margin: 0;
    color: #000000;
    font-weight: bold;
}  

fieldset label {
    float: left;
    width: 14em;
}

fieldset ol {  
    padding: 0;
    margin: 0;
    list-style: none;  
}  

fieldset li {  
    padding-bottom: 1em;  
}  

fieldset p {
    margin: 0 0 1em 0;
}

fieldset#submit {  
    border-style: none;
    text-align: right;
    padding: 0 1em 0 0;
    margin: 1em 0 0 0;
}

#AdminMenu {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 140px;
}

#AdminContent {
    position: absolute;
    top: 5px;
    left: 160px;
    width: 900px;
}

.njMandatory {
    color: #FF0000;
}

p.njNote {
    font-style: italic;
}

#njAdmin {
    margin-top: 1em;
}

#njAdmin .Title {
    text-align: center;
}

#njAdmin #njSystem {
    width: 200px;
    background-color: #e3e3e3;
    padding: 10px;
}

.njCTSText {
    width: 100%;
    height: 200px;
}

/* Login Panel */

#LoginPanel {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
}

#LoginPanel div {
    width: 210px;
    padding: 10px;
    margin: 5px;
    background-color: #AFC6DB;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: left;
}

#LoginPanel .Title {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

#LoginPanel .Title b {
    float: right;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
}

#LoginPanel .Content {
    padding: 0em 0.5em 0em 0.5em;
}

#LoginPanel .Control {
    text-align: center;
}

#LoginPanel #njExistingUser {
    width: 240px;
    background-color: #AFC6DB;
}

#LoginPanel #njExistingAgency {
    width: 240px;
    background-color: #AFC6DB;
}

#LoginPanel #njNewUser {
    width: 240px;
    background-color: #AFC6DB;
}

#LoginPanel #njNewAgency {
    width: 240px;
    background-color: #AFC6DB;
}

#LoginPanel #njForgottenPassword {
    width: 510px;
    min-height: 0;
    background-color: #D3D3D3;
    margin-left: auto;
    margin-right: auto;
}

#LoginPanel p {
    margin-top: 0;
}

/*  */

.njTextbox {
    width: 150px;
}

#njControlRow {
    width: 300px; text-align: right; margin: 15px auto 0 auto;
}

#njControlSave {
    width: 150px; text-align: center; float: left;
}

#njControlCancel {
    width: 150px; text-align: center; float: right;
}

.njControlButton {
    border: solid 1px #808080;
    background-color: #AFC6DB;
    color: #000000;
    text-transform: lowercase;
    font-weight: bold;
    font-family: Verdana;
    padding: 2px;
}

#njTermsBox {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.njSpacingClear {
    clear: both;
    height: 0px;
}

#njPersonalAdverts {
    width: 95%;
    margin: auto;
}

#njPersonalAdverts th, #njPersonalAdverts td {
    padding: 4px;
}

#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 {
    background-color: #AFC6DB;
    width: 100px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #000;
}

#njPaymentWizard td.Active {
    background-color: #AF4848;
    width: 100px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #FFF;
    font-weight: bold;
}

.njSalesPaymentStep {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;

    background-color: #AFC6DB;
    color: #000;

    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 5px;
}

.njSalesPaymentStepNumber {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    background-color: #FFFFFF;
    color: #AFC6DB;
    text-align: center;
    font-size: 40px;

    width: 40px;
    height: 40px;
    line-height: 40px;

    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.njSalesPaymentStepNumberActive {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    background-color: #FFFFFF;
    color: #AF4848;
    text-align: center;
    font-size: 40px;

    width: 40px;
    height: 40px;
    line-height: 40px;

    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.njSalesPaymentDescription {
    margin-left: 70px;
}

.njSalesPaymentDescription p.njTitle {
    font-weight: bold;
    font-size: 20px;
}

.njSalesPaymentStep1 {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    background-color: #AFC6DB;
    color: #000;

    float: left;
    width: 360px;
    height: 140px;
    margin-left: 10px;
    margin-top: 0px;
}

.njSalesPaymentStep2 {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    background-color: #AFC6DB;
    color: #000;

    float: right;
    width: 360px;
    height: 140px;
    margin-right: 10px;
    margin-top: 0px;
}

#njBody {
	background-color : #003366;
	color : #FFFFFF;
	margin : 0px;
	padding : 0px;
	font-family : Arial, Helvetica, sans-serif;
	padding-top : 0px;
	font-size : 13px;
	text-align : left;
}

#njMain {
    width: 620px;
    margin: auto;
    left: 50%;
    margin-top: 140px;
}

#njMLogo {
    width: 120px;
    padding-top: 20px;
    float: left;
}

#njMText {
    width: 500px;
    float: right;
}

#njBody a {
    color: #fff;
}

.njTFeatures b {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 2px;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* -- Partner Control Menu ------------------------------------------------------ */

.njPCMItem {
    position: relative;
    width: 210px;
    height: 130px;
    background-color: #afc6db;
    padding: 15px;
    padding-top: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.njPCMItem p {
    margin: 0;
    margin-bottom: 10px;
}

.njPCMItem p.njTitle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

 .njControls {
    position: absolute;
    width: 210px;
    text-align: center;
    font-weight: bold;
    bottom: 0px;
}

.njError {
    color: #ff0000;
}

/* -------------------------------------------------------- */

#njC-Photo {
    background-color: Orange;
    position: relative;
    margin-bottom: 10px;
    border: solid 1px #7A8A99;
    width: 180px;
}

#njC-Photo div {
    margin: 0;
    padding: 8px;
}

#njC-Photo p {
    margin: 0;
}

#njC-Photo .body {
    background-color: #fff;
    text-align: center;
}

#njC-Photo .body p {
    margin-bottom: 10px;
}

#njC-Photo .controls {
    background-color: #F2F2F2;
    text-align: center;
    border-top: solid 1px #7A8A99;
}

#njC-PhotoUpload {
    background-color: Orange;
    position: relative;
    margin-bottom: 10px;
    border: solid 1px #7A8A99;
}

#njC-PhotoUpload div {
    margin-bottom: 0;
    padding: 8px;
}

#njC-PhotoUpload p {
    margin: 0;
}

#njC-PhotoUpload .title {
    background-color: #AFC6DB;
    border-bottom: solid 1px #7A8A99;
    font-weight: bold;
    font-size: 110%;
    color: #003366;
}

#njC-PhotoUpload .body {
    background-color: #fff;
}

#njC-PhotoUpload .body p {
    margin-bottom: 10px;
}

#njC-PhotoUpload .controls {
    background-color: #F2F2F2;
    text-align: right;
    border-top: solid 1px #7A8A99;
}

/* -------------------------------------------------------- */

#njC-Document {
    background-color: Orange;
    position: relative;
    margin-bottom: 10px;
    border: solid 1px #7A8A99;
    width: 180px;
}

#njC-Document div {
    margin: 0;
    padding: 8px;
}

#njC-Document p {
    margin: 0;
}

#njC-Document .body {
    background-color: #fff;
    text-align: center;
}

#njC-Document .body p {
    margin-bottom: 10px;
}

#njC-Document .controls {
    background-color: #F2F2F2;
    text-align: center;
    border-top: solid 1px #7A8A99;
}

#njC-DocumentUpload {
    background-color: Orange;
    position: relative;
    margin-bottom: 10px;
    border: solid 1px #7A8A99;
}

#njC-DocumentUpload div {
    margin-bottom: 0;
    padding: 8px;
}

#njC-DocumentUpload p {
    margin: 0;
}

#njC-DocumentUpload .title {
    background-color: #AFC6DB;
    border-bottom: solid 1px #7A8A99;
    font-weight: bold;
    font-size: 110%;
    color: #003366;
}

#njC-DocumentUpload .body {
    background-color: #fff;
}

#njC-DocumentUpload .body p {
    margin-bottom: 10px;
}

#njC-DocumentUpload .controls {
    background-color: #F2F2F2;
    text-align: right;
    border-top: solid 1px #7A8A99;
}

/* -------------------------------------------------------- */

.njCVRCV {
    position: relative;
    height: 135px;
    margin-right: 10px;
    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: 5px;
    right: 10px;
}

#njCV {

}

#njCVMedia {
    float: right; width: 200px; margin-right: 10px;
}

#njCVPhoto {
    background-color: #AFC6DB; text-align: center; padding: 20px; padding-top: 10px;
}

/* -------------------------------------------------------- */

.njPersonalAdvert {
    width: 750px; background-color: #F2F2F2; margin-left: auto; margin-right: auto; border: 1px solid #666666; margin-bottom: 10px;
}

.njPersonalAdvert .njTitle {
    position: relative; background-color: #4262ac; 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: #AFC6DB;
}

.njDuration a {
    color: #fff;
}

