/*
MyJobCaddy.com
Site by Adam Burmister, adam@flog.co.nz
Copyright MyJobCaddy 2008

COLOUR CHART:

Green (lines)			#95fa33
Green (text)			#94e51f
Blue (lines)			#d1e5fb
Blue (anchors)			#0e88cc
Grey (lines)			#eeeeee
Grey (text)				#999999
Red (error text)		#fa2d2a
*/

/*@import "reset.css";*/
/* Reset base browser styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	vertical-align: top;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul.dropdown {
	position:relative;
	z-index:596;
}
ul.dropdown ul {
	display:none;
	left:0;
	position:absolute;
	top:100%;
	width:100%;
	z-index:1000;
}
ul.dropdown ul ul {
	left:100%;
	top:2px;
}
ul.dropdown li {
	position:relative;
	z-index:598;
}
ul.dropdown li:hover, ul.dropdown li.hover {
	z-index:599;
}
ul.dropdown > li {
	float:left;
}
ul.dropdown li.hover ul {
	display:block;
}

/*@import "prettybuttons.css";*/
button.saveAndContinue, button.update {
	border: 0;
	padding: 0;
	display: block;
	height: 35px;
	width: 200px;
	cursor: pointer;
}
button.saveAndContinue[class], button.update[class] {
	height: 50px;
}

button.saveAndContinue {
	background: #0e88cc url(/images/page/form/buttons/btn-save-continue.png) no-repeat 0 0;
}
button.saveAndContinue:hover {
	background-position: 0 -100px;
}

button.update {
	background: #0e88cc url(/images/page/form/buttons/btn-update-profile.png) no-repeat 0 0;
}
button.update:hover {
	background-position: 0 -50px;
}

a.previousStep {
	border: 0;
	padding: 0;
	display: block;
	height: 50px;
	width: 200px;
	background: #0e88cc url(/images/page/form/buttons/btn-previous-step.png) no-repeat 0 0;
	float: left;
}
a.previousStep:hover {
	background-position: 0 -100px;
}

a.goToMyProfile {
	border: 0;
	padding: 0;
	display: block;
	height: 50px;
	width: 200px;
	background: #0e88cc url(/images/page/form/buttons/btn-go-to-myprofile.png) no-repeat 0 0;
}
a.goToMyProfile:hover {
	background-position: 0 -50px;
}

/* Hide the text */
button.saveAndContinue span, button.update span, a.previousStep span, a.goToMyProfile span { 
	position: absolute;
 	left: -9999px;
}

a.pretty {
	font-size: 1.3em;
	padding: 0 0 0 5px;
	background: url(/images/page/form/buttons/btn-secondary.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	float: left;
}
a.pretty span {
	display: block;
	padding: 0 15px 0 10px;
	line-height: 32px;
	background: url(/images/page/form/buttons/btn-secondary.png) no-repeat 100% 0;
	float: left;
	cursor: pointer;
}
a.pretty:hover { 
	background-position: 0 100%;
}
a.pretty:hover span { 
	background-position: 100% 100%;
}
a.pretty span.add {
	font-weight: normal;
	padding-left: 25px;
	background: url(/images/page/form/buttons/icon-add.png) no-repeat 5px 50%;
}
a.pretty:hover span.add {
	background-position: 5px 50%;
}

/*
MyJobCaddy styles propper
*/

/*
=UTILITY
===============================================================================
*/
.noscreen {
	position: absolute;
	left: -9999em;
}
@media print {
	.noprint {
		display: none;
	}
}
.left {
	float: left;
}
.right {
	float: right;
}
div.clear {
	clear: both;
}

/*
=BODY
===============================================================================
*/
body {
	background: #F3F3F3;
	border-top: #d1e5fb 6px solid;
	margin: 0;
	padding: 0;
	font: normal 62.5%/150% Arial, Helvetica, Verdana, FreeSans, sans-serif;
	color: #222;
}

.wrapper {
	background: #fff;
}
.wrapper .inner {
	width: 950px;
	margin: 0 auto;
}

#header {
	border-bottom: #95fa33 2px solid;
	padding-top: 8px;
}
#header .inner {
	position: relative;
}
#header h1 {
	margin: 5px 0;
	float: left;
}
#header fieldset {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	padding: 0;
	border: 0;
	width: 38em;
}
#header form {
	position: absolute;
	width: auto;
	right: 0;
	top: 0;
	height: 5em;
	text-align: right;
	color: #666;
}
#header fieldset div {
	clear: none;
	float: left;
}
#header fieldset div.field {
	width: 13em;
	text-align: left;
}
#header fieldset input.textfield {
	width: 9em;
}
#header fieldset label {
	font-size: 1.1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, FreeSans, sans-serif;
	color: #7d7d7d;
	float: left;
	height: 14px;
	line-height: 1em;
	padding: 0;
	width: 100%;
}
#header form input.submitBlueArrow {
	margin: 1.6em 0 0 2px;
	font-size: 1.2em;
	text-transform: lowercase;
}
#content .inner {
	padding: 40px 0 40px 0;
	overflow: hidden;
}

#footer {
	border-top: #d9d9d9 1px solid;
	color: #999;
	background: none;
}
#footer .inner {
	padding: 20px 0 40px 0;
	background: url(/images/page/footer/bg-tagline.png) no-repeat 100% 16px;
}
#footer hr {
	display: none;
}

/*
=NAVIGATION
===============================================================================
*/
ul#nav {
	float: left;
	width: 100%;
	font-size: 1em;
	clear: both;
}
ul#nav li {
	float: left;
	line-height: 1em;
}
ul#nav a {
	float: left;
	padding: 10px;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background: #fff url(/images/page/header/menu-sep.png) no-repeat 0% 50%;
}
ul#nav li.hover a {
	color: #222;
	background: #eee;
}

ul#nav a.first {
	background-image: none;
}
ul#nav ul {
	width: 15em;
	border-top: 2px solid #aaa;
	overflow: hidden;
}
ul#nav ul li {
	clear:both;
	width: 15em;
}
ul#nav ul li a {
	font-size: 1.2em;
	color: #444;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
ul#nav a.selected {
	background: #95fa33 !important;
	color: #006633 !important;
}
ul#nav ul li a.selected {
	background: #bbb !important;
	color: #222 !important;
}
ul#nav ul li a:hover {
	background: #ccc;
}
ul#nav a.myProfile {
	color: #0e88cc;
}
/*
=TYPOGRAPHY
===============================================================================
*/

legend {
	display: none;
}

p, ul, table, label {
	font-size: 1.2em;
}

p {
	margin: 0.5em 0 1em 0;
	line-height: 1.6em;
}

hr {
	height: 1px;
	background: #ccc;
	border: 0;
	margin: 25px 0 0 0;
}

label {
	display: block;
	float: left;
	clear: left;
	line-height: 2.2em;
	color: #222;
}
label.full {
	width: auto;
	float: none;
}

div.small input.textfield {
	width: 30%;
}
div.large input.textfield {
	width: 80%;
}

ul ul, ol ol, ul p, table table {
	font-size: 1em;
}

a {
	color: #0e88cc;
}
a.subtle {
	color: #7baeeb;
}
a:hover {
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
	font-weight: normal;
	color: #999;
	line-height: 1em;
	clear: both;
	cursor: default;
}
h2 {
	font-size: 2.4em;
	color: #94e51f;
	margin: 0.5em 0 1em 0;
}
h3 {
	font-size: 1.8em;
	color: #333;
}
h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #444;
	margin: 2em 0 1em 0;
}
h5 {
	color:#555;
	font-size:1.3em;
	font-weight: bold;
	margin:2em 0 1em;
	text-transform:uppercase;
}
h6 {
	color:#666;
	font-size:1.3em;
	font-weight: bold;
	margin:2em 0 1em;
}

div.errors {
	font-size:1em;
	background:#f9f9f9;
	padding:10px;
	margin: 15px 0;
	border: 2px solid #999;
	border-left: 0;
	border-right: 0;
}
div.errors h4 {
	margin: 0 0 1em 0;
}

div.errorExplanation {
	border: 1px solid #fa2d2a;
    margin: 5px 0 20px 0;
    padding:15px 10px 15px 50px;
    color: #D8000C;
    background: #FFBABA url(/images/page/messageboxes/icon-error.png) no-repeat 10px 10px;
	clear: both;
}
div.errorExplanation h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 0 0 1em 0;
}
div.errorExplanation ul {
	list-style-type: square;
	margin-left: 1.5em;
}
div.noticeExplanation {
	border: 1px solid #0e88cc;
    margin: 10px 0;
    padding:15px 10px 15px 50px;
    color: #222;
    background: #d1e5fb url(/images/page/messageboxes/icon-info.png) no-repeat 10px 10px;
	clear: both;	
}
div.noticeExplanation p {
	margin: 0;
}

div.buttonBar {
	margin: 20px 0 0 0;
	float: none;
	clear: both;
	width: 680px;
	padding: 10px 0;
	overflow: hidden;
}

form {
	width: 100%;
	overflow: hidden;
}

div.field {
	margin: 0 2px;
	padding: 4px 0;
	float: left;
	width: 650px;
}

/* Checkbox and label on one line */
div.checkbox label, div.checkbox input.checkbox {
	float: left;
}
#content div.checkbox input.checkbox {
	margin-right: 5px;
}
#content div.checkbox label {
	width: auto;
	clear: none;
	padding-left: 0; /* Don't space out for required */
	line-height: 1.8em;
}

fieldset {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 10px;
}
fieldset div {
	clear: both;
/*	width: 100%; */
	overflow: hidden;
}

/* Fix IE button width */
button, input.button, input.submit {
    padding: 0 .25em;
    width: 0;
    overflow: visible;
}
button, input.button[class], input.submit[class] { /*ie ignores [class]*/
    width: auto;
}
td input.button[class], td button[class], td input.submit[class] {
    width: 100%;
}

/* Inputs */
input {
	font-size: 1.3em;
}
input.textfield {
	border: 1px solid #adadad;
	padding: 3px 4px;
	margin: 0;
	background: #fff url(/images/page/form/text-bg.png);
	color: #252525;
	height: 1.3em;
	float: left;
}
input.disabled, select.disabled {
	background: #eee;
	color: #666;
}
textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #adadad;
	padding: 3px 4px;
	background: #fff url(/images/page/form/text-bg.png);
	color: #252525;
	font: 1.3em Arial, verdana, sans-serif;
}
/* Drop downs */
select {
	border: 1px solid #adadad;
	background: #fff url(/images/page/form/text-bg.png);
	color: #252525;
	float: left;
	margin-right: 5px;	
	height: 1.7em;
	font-size: 1.3em;
}
select option {
	padding: 3px;
}

/* Errored fields */
div.fieldWithErrors input.textfield, div.fieldWithErrors select, div.fieldWithErrors textarea, div.fieldWithErrors input.file {
	border: 1px solid #fa2d2a;
	background: #fee;
}
div.fieldWithErrors label {
	color: #fa2d2a;
}
span.fieldWithErrors {

}
fieldset .fieldWithErrors {
	display: inline;
	clear: none;
}

#loginForm label {
	width: 15%;
	padding-left: 15px;
}

div.required label, div.required div.fieldWithErrors label {
	background: url(/images/page/bullet_red.png) no-repeat -5px 50%;
}

/* Buttons */
button#btnLogin, button#btnEmailPassword {
	border: 0;
	padding: 0;
	cursor: pointer;
}
button#btnLogin {
	margin-left: 112px;
	background: #0e88cc url(/images/page/form/buttons/btn-login.png) no-repeat 0 0;
	width: 200px;
	height: 50px;
}
button#btnEmailPassword {
	background: #0e88cc url(/images/page/form/buttons/btn-email-password.png) no-repeat 0 0;
	margin-left: 112px;
	width: 200px;
	height: 50px;
}
button#btnLogin:hover, button#btnEmailPassword:hover {
	background-position: 0 100%;
}
button#btnLogin span, button#btnEmailPassword span {
/*	position: absolute;
	left: -999em;*/
	visibility: hidden;
	height: 50px;
}
button#btnLogin > span, button#btnEmailPassword > span {
	position: absolute;
	left: -999em;
}
/* IE height fix */


/* A submit button styled to look like a anchor */
input.submitLink, button.submitLink {
	border: 0;
	background: 0;
	font-size: 1em;
	padding: 0;
	color: #0e88cc;
	height: 1.4em;
	border-bottom: 1px solid blue;
}

input.submitBlueArrow, button.submitBlueArrow {
	border: 0;
	font-size: 1em;
	color: #fff;
	padding: 0 15px 0 10px;
	height: 25px;
	line-height: 25px;
	background: #0e88cc url(/images/page/form/buttons/arrow-btn-bg.png) no-repeat 100% 50%;
}

ul.disc {
	padding-left: 1.5em;
	list-style: disc;
}
ul.square {
	padding-left: 1.2em;
	list-style: square;
}
ol.numbered {
	padding-left: 1.5em;
	list-style: decimal;
	font-size: 1.3em;
}
#content ol.numbered p, #content ol.numbered ul, #content ol.numbered ol,
#content div.section ol.numbered p {
	font-size: 1em;
}

em.tip {
	float: left;
	line-height: 2.2em;
	font-size: 1.1em;
	font-style: normal;
	padding-left: 20px;
	margin-left: 10px;
	color: #999;
	background: url(/images/page/information.png) no-repeat 0 50%;
}

p.tip {
	clear: both;
	line-height: 1.6em;
	font-size: 1.1em;
	font-style: normal;
	padding-left: 20px;
	margin: 5px 5px 5px 10px;
	color: #666;
	background: url(/images/page/information.png) no-repeat 0 0;
}

div.inPageTip {
	background: url(/images/page/information.png) no-repeat 0 0;
	padding-left: 20px;
	overflow: hidden;
	width: 660px;
}
div.inPageTip p {
	clear: both;
	line-height: 1.3em;
	font-size: 1.1em;
	font-style: normal;
	margin: 2px 5px 5px 0;
	color: #666;
}

/*
=LAYOUTS
===============================================================================
*/
#content div.column {
	float: left;
}
.twoColumnLayout {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.twoColumnLayout .cA {
	width: 680px;
}
.twoColumnLayout .cB {
	width: 255px;
	margin-left: 15px;
}

/*
=HELP SIDEBAR
===============================================================================
*/

#content .twoColumnLayout .cB .help, #content .twoColumnLayout .cB .box {
	border: 5px solid #d5d3c7; /*#f2f0e2;*/
	padding: 15px;
	margin: 10px 0;
	color: #444;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
}
#content .twoColumnLayout .cB .box {
	color: #333;
}
#content .twoColumnLayout .cB .help h3, #content .twoColumnLayout .cB .box h3 {
	margin: 0 0 10px 0;
	color: #555;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
#content .twoColumnLayout .cB .help h4, #content .twoColumnLayout .cB .box h4 {
	color: #777;
	font-size: 1.4em;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	margin: 1em 0 0.5em;
}
#content .twoColumnLayout .cB .help p, #content .twoColumnLayout .cB .box p {
	margin: 0.5em 0;
	line-height: 1.4em;
	font-size: 1.1em;
}
#content .twoColumnLayout .cB .feature {
	border-color: #b5b3a7;
}
#content .twoColumnLayout .cB .feature h3, #content .twoColumnLayout .cB .feature h3 {
	color: #333;
}
#content .twoColumnLayout .cB .box fieldset {
	margin-top: 10px;
	padding: 0 5px 5px 5px;
}
#content .twoColumnLayout .cB .box .field {
	width: auto;
}
#content .twoColumnLayout .cB .box .field label {
	float: none;
	clear: none;
	width: 180px;
}
#content .twoColumnLayout .cB .box .field input.textfield {
	width: 180px;
}

#content a.smallSecondary {
	font-size: 1.3em;
	padding: 0 0 0 5px;
	background: url(/images/page/form/buttons/btn-secondary.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	float: left;
}
#content a.smallSecondary span {
	display: block;
	padding: 0 15px 0 10px;
	line-height: 32px;
	background: url(/images/page/form/buttons/btn-secondary.png) no-repeat 100% 0;
	float: left;
	cursor: pointer;
}
#content a.smallSecondary:hover { 
	background-position: 0 100%;
}
#content a.smallSecondary:hover span { 
	background-position: 100% 100%;
}

/* Partners */
body.partners #content .cA table, body.partners #content .cA table td, body.partners #content .cA table th {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 1em;
	background: none;
	vertical-align: top;
}
body.partners #content .cA table td, body.partners #content .cA table th {
	padding-bottom: 10px;
}
body.partners #content .cA table td {
	padding: 0 10px 10px;
}
body.partners #content .cA table h3 {
	margin: 0;
	font-size: 1.6em;
	color: #222;
}
body.partners #content .cA table p {
	line-height: 1.2em;
}

/* Content page */
/* Section Title */
#content div.section img {
}
#content div.section h2 {
}
#content div.section h3 {
	margin: 1em 0 1.5em 0;
}

/* Section content */
#content #sectionNav {
	float: left;
	width: 200px;
	margin-top: 6em;
}
#content div.section #sectionFooterNav {
	font-size: 1.3em;
	margin: 3em 0 0 0;
}		
#content #sectionNav li {
	float: left;
	width: 220px;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	font-size: 1.2em;
}
#content #sectionNav li a {
	float: left;
	padding: 0 10px;
	text-decoration: none;
}
#content #sectionNav li a:hover {
	text-decoration: underline;
}
#content #sectionNav li.selected {
	background: #ccc url(/images/page/nav-arrow-bg.png) no-repeat 0 0;
	border: 0;
}
#content #sectionNav li.selected strong {
	display: block;
	background: #ccc url(/images/page/nav-arrow-bg.png) no-repeat 100% 0;
	margin: 0 0 0 10px;
}
#content #sectionNav li.noBorder {
	border-bottom: 0;
}

#content div.section #sectionFooterNav li a {
	line-height: 30px;
	text-decoration: none;
}
#content div.section #sectionFooterNav li a:hover {
	color: #000;
}
#content div.section #sectionFooterNav li.next {
	float: right;
	background: #eee url(/images/page/nav-arrow-bg.png) no-repeat 0 0;
}
#content div.section #sectionFooterNav li.next a {
	display: block;
	padding: 0 25px 0 10px;
	margin: 0 0 0 4px;
	background: url(/images/page/nav-arrow-bg.png) no-repeat 100% 0;
}

#content div.section #sectionFooterNav li.previous {
	float: left;
	background: #eee url(/images/page/nav-arrow-prev-bg.png) no-repeat 100% 0;
}
#content div.section #sectionFooterNav li.previous a {
	display: block;
	padding: 0 10px 0 25px;
	margin: 0 4px 0 0; 
	background: url(/images/page/nav-arrow-prev-bg.png) no-repeat 0 0;
}

#content div.section {
	font-size: 1em;
	float: left;
	width: 650px;
	padding: 0 30px;
	margin: 0 0 0 15px;
}
#content .inner > div.section {
	margin: 0 0 0 30px;
}
#content div.section h3, #content div.section h4, #content div.section h5 {
	clear: none;
}
#content div.section p {
	font-size: 1.3em;
	line-height: 1.4em;
}
#content div.section ul {
	font-size: 1.3em;
}
#content div.section ul ul, #content div.section ol ol, #content div.section ol ul, #content div.section ul ol {
	font-size: 1em;
}
#content div.section div.pull {
	float: left;
	margin: 0 2em 1em 0;
	width: 120px;
}
#content div.section div.right {
	float: right;
}
#content div.section ul li p {
	margin: 0.5em 0 ;
	font-size: 1em;
}
#content table {
	width: 100%;
	border: #eee 2px solid;
	border-collapse: collapse;
	margin: 1em 0;
}
#content table tr td, #content table tr th {
	border: #eee 1px solid;
	padding: 4px;
}
#content table tr th {
	background: #eee;
	text-align: left;
}

/* Pagination */
div.pagination  {
	margin: 15px 0 0 0;
	font-size: 1.3em;
	float: left;
	clear: both;
	width: 100%;
}
div.pagination span.current, div.sortBy span.current {
	font-weight: bold;
}
div.sortBy  {
	margin: 0 0 15px  0;
	font-size: 1.3em;
	float: left;
	clear: both;
	width: 100%;
}