@import url("nav.css");

a { outline: none; }

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #333;
	font: 12px helvetica, arial, sans-serif;
	line-height: 18px;
	}

.error {
	display: none;
	color: #990000;
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #990000;
	background: #ffcccc;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	}
#oops {
	color: #990000;
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #990000;
	background: #ffcccc;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	}
#notice {
	padding: 8px 28px 6px 50px;
	border: 1px solid #cccc33;
	color: #006600;
	background: #fff1a8 url('/staff/_images/icons/tick.png') no-repeat 28px 5px;
	margin: 6px auto;
	width: 700px;
	font-size: 14px;
	line-height: 16px;
	}
#notice a:link, #notice a:visited { color: #990000; }
#notice a:hover { color:#336699; }

.wrapper {
	border-top: 5px solid #cbdda8;
	}

/* header */	

.headspace {
	height: 26px;
	}
	
.header {
	width: 760px;
	margin: 0px auto;
	}

.clearme { clear: both; }

.loggedin {
	float: right;
	clear: both;
	color: #aed462;
	font-size: 10px;
	margin-top: 12px;
	padding: 3px 3px 0px 0px;
	width: 150px;
	border-top: 1px solid #cbdda8;
	text-align: right;
	}
.loggedin span { color: #990000; }

#logo { 
	clear: both; 
	margin: 0px 0px 10px 0px;
	}

/* login */

.login {
	width: 338px;
	height: 162px;
	overflow: none;
	margin: 0px auto;
	padding: 20px 23px 10px 23px;
	/*background: transparent url('/staff/_images/bg_login.gif') no-repeat;*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
.login h1 {
	font-size: 14px;
	color: #669900;
	}
.login h2 {
	font-size: 16px;
	color: #666;
	margin-top: 6px;
	}

.login dl {
	margin: 16px 0px 8px 0px;
	padding: 0px;
	color: #666;
	}
.login dt {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	float: left;
	width: 90px;
	}
.login dd {
	margin: 0px;
	padding: 0px;
	}
.login .textinput {
	width: 206px;
	padding: 2px;
	font-size: 14px;
	}

/* body */

.blueband {
	border-top: 1px solid #cbdda8;
	border-bottom: 1px solid #cbdda8;
	background: #deedc1;
	padding: 12px 0px;
	}
.greenband {
	border-top: 1px solid #caf74e;
	border-bottom: 1px solid #caf74e;
	background: #eafcb8;
	padding: 12px 0px;
	}	
.greyband {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #ececec;
	padding: 12px 0px;
	}

h2#alphabet {
	margin-top: 12px;
	color: #666;
	}	

h2#alphabet a:link, h2#alphabet a:visited {
	color: #406a84;
	}
h2#alphabet a:hover {
	color: #990000;
	}
		
.interior, .belowband {
	width: 760px;
	margin: 0px auto;
	}
.belowband { margin-top: 12px; margin-bottom: 24px; }
.belowband h2 {
	margin-top: 12px;
	}
.backtotop {
	margin-top: 12px;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 11px;
	}

.twocolumns {
	background: transparent url('/staff/_images/bg_2columns.gif') repeat-y;
	}

.left {
	float: left;
	display: inline;
	width: 220px;
	}
.right {
	float: right;
	display: inline;
	width: 465px;
	margin-right: 48px;
	}

.l-admin, .r-admin { color: #666 }
.l-admin span { font-size: 11px; color: #999; }

.r-admin td { padding: 2px 0px; }

.r-admin h1 { color: #669900; font-size: 18px; margin: 14px 0px 24px; }

#contents { width: 450px; height: 300px; }

.divider { height: 1px; overflow: hidden; background: #e5e5e5; margin: 6px 0px; }
.r-admin .divider { background: #ccc; }

h1.onecoltitle {
	margin: 24px 0px 12px 0px;
	font-size: 18px;
	color: #406a84;
	}
h1.onecoltitle span {
	font-size: 12px;
	}
h1.onecoltitle a:link, h1.onecoltitle a:visited, .centretable a:link, .centretable a:visited  { color: #406a84; }
h1.onecoltitle a:hover, .centretable a:hover { color: #990000; }

.centretable table { margin: 0px auto; }
.centretable th { border-bottom: 1px solid #ccc; text-transform: uppercase; color: #ccc; font-size: 10px; font-weight: bold; text-align: left; }
.centretable td { color: #406a84; border-bottom: 1px solid #e5e5e5; padding: 10px 0px 5px 0px; }

#documents .left ul, #employee .left ul, #newsletter .left ul {
	font-size: 12px;
	line-height: 16px;
	}
#documents .right ul, #employee .right ul, #newsletter .right ul {
	font-size: 14px;
	}
#documents .left li {
	background: transparent url('/staff/_images/icons/doc.gif') no-repeat 0px 1px;
	padding-left: 14px;
	}

#employee span {
	color: #669900;
	font-weight: bold;
	}
	
#onpage { color: #85abbe; }
#end { border-bottom: none; }

.contactinfo {
	display: none;
	background: #e1e1e1;
	padding: 2px 4px;
	}
.contactleft {
	float: left;
	display: inline;
	}
.contactright {
	float: right;
	display: inline;
	}

#newsletter h3 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-bottom: 6px;
	}
#newsletter h4 {
	font-size: 18px;
	line-height: 24px;
	color: #406a84;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	padding-bottom: 6px;
	margin: 0px 0px 6px 0px;
	}


#newsletter .right div {
	color: #406a84;
	}
#newsletter .right div span {
	color: #999;
	}

.newsletter {
	color: #666;
	}
.newsletter h1 {
	font-size: 22px;
	font-weight: normal;
	}
.newsletter h2 {
	font-size: 18px;
	font-weight: normal;
	}
.newsletter h3 {
	font-size: 16px;
	font-weight: normal;
	}
.newsletter h4 {
	font-size: 16px;
	}
.newsletter h5 {
	font-size: 14px;
	font-weight: normal;
	}
.newsletter h6 {
	font-size: 14px;
	}
#archive {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	}
#archives li { font-size: 12px; }

/* dashboard */

.dashholder {
	background: transparent url('/staff/_images/bg_dash.gif') repeat-y;
	}

.dashholder a:link, .dashholder a:visited, .twocolumns a:link, .twocolumns a:visited, .belowband a:link, .belowband a:visited { color: #669900; text-decoration: none; }	
.dashholder a:hover, .twocolumns a:hover, .belowband a:hover { color: #990000; text-decoration: none; }

.dashcolumn {
	float: left;
	width: 350px;
	padding: 14px 0px;
	}

#dashleft, #dashcentre { margin-right: 28px; }	
#dashright { margin-right: 0px; }

#dashleft ul, .left ul {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-size: 14px;
	}
#dashleft li, .left li {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #c7cbce;
	}
#dashcentre ul, .right ul, #dashright ul {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-size: 12px;
	}
#dashcentre li, .right li, #dashright li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 14px;
	border-bottom: 1px dotted #c7cbce;
	background: transparent url('/staff/_images/icons/doc.gif') no-repeat 0px 1px;
	}
.right li { 
	background-image: none; 
	padding-left: 0px;
	}
	
#dashright dl {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
#dashright dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
#dashright dd {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #c7cbce;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	}
/* end dashboard */

.more { margin: 4px 0px; }

.hr {
	height: 1px;
	overflow: hidden;
	margin: 6px 0px;
	background: transparent url('/staff/_images/hr.gif') repeat-x;
	}

h1 {
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	}
h1 b, h1 span { color: #669900; }

h2 {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	margin: 0px;
	}

h1 a:link, h1 a:visited  { color: #406a84; }
h1 a:hover { color: #990000; }

.shift_request { width: 370px; }
.shift_request {
	font-size: 14px;
	}
.shift_request select {
	padding: 4px;
	font-size: 14px;
	}
.shift_request h2 {
	font-size: 16px;
	font-weight: bold;
	}
	
.shift_request button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	vertical-align: middle;
	cursor: pointer;
	}		
/* footer */

.footer a { color: #669900; text-decoration: none; }
.footer a:hover { color: #990000; }

.footer {
	width: 790px;
	margin: 3px auto 3px auto;
	background: transparent url('/staff/_images/bg_footer.gif') repeat-y;
	color: #669900;
	font-size: 14px;
	}
.footleft {
	float: left;
	margin: 3px 0px 3px 25px;
	width: 480px;
	}
.footleft select { margin-left: 6px; }

.footright {
	float: right;
	margin: 3px 15px 3px 0px;
	padding-left: 15px;
	width: 225px;
	/*background: transparent url('/staff/_images/arrow_lrg_blue.gif') no-repeat 0px 4px;*/
	}

.footerbottom {
	clear: both;
	width: 760px;
	/*border-top: 1px dotted #999;*/
	margin: 0px auto;
	padding: 12px 3px 3px 3px;
	color: #999;
	font-size: 12px;
	}

/* staff list */

.staff_details {
	font-size: 14px;
	margin: 6px 0;
	padding: 6px 0;
	border-bottom: 1px solid #e1e1e1;
	}
.staff_details div {
	font-size: 12px;
	color: #333;
	}	
.staff_details b { color: #999; }

/* Date Picker */

#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 285px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 999; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #e1e1e1;
	padding: 2px 0px;
}
.ui-datepicker-links {
	border-top: 1px solid #ccc;
	background: #e1e1e1;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #e1e1e1;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
	border-top: 1px solid #ccc;
}
.ui-datepicker-header select {
	background: #e1e1e1;
	color: #666;
	border: 0px;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #777;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #fcc !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #669900 !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #669900 !important;
	color: #fff !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/* ============= TABS ========== */
.ui-tabs-hide { display: none; }
#tabs ul {
	border-top: 1px solid #e0edeb;
	background: #eff6f5;
	list-style: none;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	padding: 12px 8px 7px 8px;
	margin: 12px 0px;
	}
#tabs li { 
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#tabs a:link, #scheduletabs a:visited {
	text-decoration: none;
	padding: 8px 9px 8px 9px;
	color: #6699cc;
	}
#tabs a:hover {
	color: #cc3300;
	}
#tabs .ui-tabs-selected a {
	background: #fff;
	border-top: 1px solid #e0edeb;
	border-right: 1px solid #e0edeb;
	border-left: 1px solid #e0edeb;
	color: #6699cc;
	text-decoration: none;
	padding: 8px;
	}

