/* ---( = begin layout.css )------------------------------- */

body {
	margin : 1px 0px 0px 0px;
	padding: 0;
	font: 76% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	line-height: 1.5em;
	background:#fff;}



#container {
	width:auto;
}

#contents {
    margin :0px;
    padding : 50px 15px 15px 45px;
    font-size: 1em;
    width:90%; }

#nav, #sub-nav  {display:none;}


#footer {display:none;}

#footer img {
	margin: 5px 0 15px 0;
	}

	/*---------------------(ben's additions) ----------------*/	

#shadow-wrap {
	display:block;
	}
	
.bottom {
	display:none;
	}
	
#right-col {
	display:none;
}


.column-wrapper {
	clear:both;
	margin: 0 0 20px 0;
	}

.lhcolumn {
	float: left;
	margin: 0;
	padding: 0;
	}

.rhcolumn {
	float: right;
	
	}

.sbutton {
	margin-left: 190px;
	}
	
#container-1 {
	margin: 60px 0 40px 0;
	positon:relative;
}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* ---( = begin expand_styles )------------------------------- */

.save {
	behavior:url(#default#savehistory); }

a.dsphead {
	text-decoration: none;
	padding: 0px; 
	display: block;
	padding: 5px 0 5px 5px;
	width: 100%;
	margin: 0px }

a.dsphead:hover {
	text-decoration: none;
}

a.dsphead span.dspchar {
	font-family:monospace;
	font-weight:normal;
	margin-right: 0px; }

.save .dspcont {
	display:none;
	color: #333333;
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin-left: 9px;
	margin-bottom: 1px;
	font-style: normal;
	border: 1px solid;
	border-color: #C4c4c4; }

a.dspall {
	text-decoration:none;
	padding: 0px;
	float: right;
	margin: -20px 0 0px 0; }

a.dspall:hover {
	text-decoration: underline;
	padding: 0px;
		margin: -20px 0 0px 0;  }

a.dspall span.dspchar {
	font-weight: normal;
	margin-right: 0px; }

h5 {
	margin: 2px 0px 0px 0px;
	font-size: 100%; }

h5 a:hover {
	text-decoration:none; }

h6 {
	font-size: 90%;
	line-height: 1.2em;
	margin: 0; }

.subline {
	margin: 0 0 0 12px;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #4D4D4D;
	border-bottom: none;
	font-size: 80%;
	font-weight:normal; }

a:hover .coverage .subhighlight {
	color: #ff6600;
	margin: 0 0 0 2px; }

a:link .coverage .subhighlight {
	margin: 0 0 0 2px; }

a:hover .subline .subhighlight {
	color: #ff6600;
	margin: 0 0 0 1px; }

a:link .subline .subhighlight {
	margin: 0 0 0 1px; }

/* ---( = begin tabs styles )------------------------------- */


#banner {
	display:none; }

#menu a:link, #menu a:visited {
		display:none; }

/************ Nav Colours ********************/

/
#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4,
#menu #subnav-5,
#menu #subnav-6,
#menu #subnav-7,
#menu #subnav-8 {
	display : none;}

body.section-1 #menu ul#subnav-1, 
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4,
body.section-5 #menu ul#subnav-5,
body.section-6 #menu ul#subnav-6,
body.section-7 #menu ul#subnav-7,
body.section-8 #menu ul#subnav-8 {
		display:none;}



.logoleft {
	float:left;
	border-right:1px solid;
	border-right-color: #FFFFFF;
	margin-left: 0px;
	width:65px;
	padding:0px; }

.logoright {
	float:right;
	margin: 2px 2px 2px 2px }
	
#content {background-image: none !important;}


/*
IMPORTANT:
Use classes for showing/hiding tab content, so that visibility can be controlled in different media types...
*/
@media projection, screen {
    .tabs-hide {
        display: none;
    }
}

/*
TAB STYLES:
Some more styles, not important for making tabs work, just for the look of it...
*/
.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0;
    font-weight: normal;
}
.anchors li a, .anchors li a:visited {
    display: block;
    position: relative;
    top: -26px !important;
    top: -114px;
    border-right: 1px solid #fff;
    border-bottom: 0;
    z-index: 2;
    padding: 4px 11px 3px;
    color: #fff;
    background: #d5d5d5;
    text-decoration: none;
	font-size: 11px;
}

.anchors .on a {
    padding-bottom: 2px;
    text-decoration: none;
}

.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}

.fragment {
    background: #ffe993; 
    margin: -1px 0 0 0;
	padding-top: 0;
}

.anchors a:hover, .anchors a:focus, .anchors a:active {
    color: #777;
    background: #ffe993; 
    border-right: 1px solid #fff;
    border-bottom: 0;
    text-decoration: none;
	padding: 4px 11px 3px;
}

.anchors .on a, .anchors .on a:visited {
    color: #000;
    background: #ffe993; 
    border-right: 1px solid #fff;
    border-bottom: 0;
    top: -28px !important;
    top: -116px;
    text-decoration: none;
	font-size: 15px;
	padding: 6px 11px 5px;
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.fragment {
	clear:both;
    padding: 10px;
}

/* ---( = begin type style )------------------------------- */

h1 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size:160%;
	width:50%;
}

p.help-link {
	margin: -20px 0 5px 0 !important;
	margin: -2px 0 5px 0;
	text-align:right;
	}

.tinstructions {
	padding: 3px 0 3px 22px;;	
}
.vhelp {
	padding: 3px 0 3px 22px;;	
}

h2 {
	font-weight:normal;
	font-size:120%;
	margin: 30px 0px 0px 0px; }

h3 {
	font-weight:normal;
	font-size:120%;
	border-top: 1px solid #ccc;
	padding-top:10px;
	margin: 15px 0px 0px 0px; }

h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 0em;
	margin-top: 10px;
	margin-bottom: 5px; }

p {
	margin: 5px 0px 5px 0px; }



blockquote {
	clear:both;
	display: block;
	color: #666;
	font-size: 90%;
	line-height: 1.4em;
	background-color: #fff;
	margin: 0 0 20px 0;
	padding: 10px;
	background-position: top left;
	background-repeat: no-repeat;
}
	
blockquote p {
margin: 0px;
padding: 0px;}



blockquote.alert {
	color: #000;
	background-color: #fff;
}

blockquote.error {
	color: #000;
	background-color: #fff;
}

blockquote.instructions {
	background-color: #fff;
	}


.floatleft {
	float: left; }

.floatright {
	float: right; }

.clearfloat {
	clear: both; }

.alignleft {
	text-align: left;
	float: left; }

.alignright {
	text-align: right; }

.fortnight {
	margin-top: 20px;
	font-weight:bold; }

a:link, a:active, a:visited {
	color: #114284;
	font-weight:bold}

#legend {
    width: 30px;
    height: 1em;
    float: left;
    margin-right: 5px; }


.alphalinks {
	float: right;
	word-spacing: .5em;
	margin-top: 3em; }

/************ Dave Stuff ********/

.logout {
	float: right;
	font-size: 85%;
	color: #FFFFFF;
	padding: 5px; }

.logout a, .logout a:visited {
	color: #fff;
	padding: 3px 0 3px 20px;
	background: url("../image/user.gif") no-repeat 0 50%;
	}
	
	/*---------------------(ben's additions) ----------------*/

ul, li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

blockquote li {
	padding-left: 0;
	border: none;
}

blockquote li.staffempty {
	padding-left: 0;
}

blockquote li.stafffull {
	padding-left: 0;
}

blockquote li.staffok {
	padding-left: 0;
}

blockquote li.staffalert {
	padding-left: 0;
}

blockquote li.staffemergency {
	padding-left: 0;
}


ol.faqs {
	margin: 0;
	padding: 0;
	width:95%;
	border-top:0;
	text-align:left;
}

ol.faqs h3 {
	margin: 10px 0 0 0;
}

.ward-level {
	margin: 5px 0 5px 25px;
}

.instructions, .cstream1,
.cstream2, .cstream3, .cstream4, .cstream5,
.cstream6, .cstream7, .cstream8, .cstream9, .cstream10,
.cstream11, .cstream12, .cstream13, .cstream14, .cstream15,
.cstream16, .cstream17, .cstream18, .cstream19, .cstream20,
.cstream21, .cstream22, .cstream23, .cstream24, .cstream25,
.cstream26, .cstream27, .cstream28, .cstream29, .cstream30,
.cstream31, .cstream32, .cstream33, .cstream34, .cstream35,
.cstream36, .cstream37, .cstream38, .cstream39, .cstream40,
.cstream41, .cstream42, .cstream43, .cstream44, .cstream45,
.cstream46, .cstream47, .cstream48, .cstream49, .cstream50,
.cstream51, .cstream52, .cstream53, .cstream54, .cstream55,
.cstream56, .cstream57, .cstream58, .cstream59, .cstream60,
.cstream61, .cstream62, .cstream63, .cstream64, .cstream65,
.cstream66, .cstream67, .cstream68, .cstream69, .cstream70,
.cstream71, .cstream72, .cstream73, .cstream74, .cstream75,
.cstream76, .cstream77, .cstream78, .cstream79, .cstream80,
.cstream81, .cstream82, .cstream83, .cstream84, .cstream85,
.cstream86, .cstream87, .cstream88, .cstream89, .cstream90,
.cstream91, .cstream92, .cstream93, .cstream94, .cstream95,
.cstream96, .cstream97, .cstream98, .cstream99,.cstream101,
.cstream101,.cstream102, .cstream103, .cstream104, .cstream105,
.cstream106, .cstream107, .cstream108, .cstream109, .cstream110,
.cstream111, .cstream112, .cstream113, .cstream114, .cstream115,
.cstream116, .cstream117, .cstream118, .cstream119, .cstream120,
.cstream121, .cstream122, .cstream123, .cstream124, .cstream125,
.cstream126, .cstream127, .cstream128, .cstream129, .cstream130,
.cstream131, .cstream132, .cstream133, .cstream134, .cstream135,
.cstream136, .cstream137, .cstream138, .cstream139, .cstream140,
.cstream141, .cstream142, .cstream143, .cstream144, .cstream145,
.cstream146, .cstream147, .cstream148, .cstream149, .cstream150,
.cstream151, .cstream152, .cstream153, .cstream154, .cstream155,
.cstream156, .cstream157, .cstream158, .cstream159, .cstream160,
.cstream161, .cstream162, .cstream163, .cstream164, .cstream165,
.cstream166, .cstream167, .cstream168, .cstream169, .cstream170,
.cstream171, .cstream172, .cstream173, .cstream174, .cstream175,
.cstream176, .cstream177, .cstream178, .cstream179, .cstream180,
.cstream181, .cstream182, .cstream183, .cstream184, .cstream185,
.cstream186, .cstream187, .cstream188, .cstream189, .cstream190,
.cstream191, .cstream192, .cstream193, .cstream194, .cstream195,
.cstream196, .cstream197, .cstream198, .cstream199,

.cstreamy1, .cstreamy2, .cstreamy3, .cstreamy4, .cstreamy5,
.cstreamy6, .cstreamy7, .cstreamy8, .cstreamy9, .cstreamy10,
.cstreamy11, .cstreamy12, .cstreamy13, .cstreamy14, .cstreamy15,
.cstreamy16, .cstreamy17, .cstreamy18, .cstreamy19, .cstreamy20,

.cstreamx1, .cstreamx2, .cstreamx3, .cstreamx4, .cstreamx5, .cstreamx6 {
	display:none;
}

#stripy table th.ward,
#stripy table th.name,
#stripy table th.shift,
#stripy table th.sview,
#stripy table td.name .shift-grade,
#stripy table td.name .shift-type {
	text-transform:uppercase;
	font: normal 10px Arial, Tahoma, sans-serif;
	background:#fff;
	color: #777;
}

#stripy table th.name {
	width: 300px;
}

#stripy table th.ward {
	width: 200px;
}

#stripy table th.shift,
#stripy table td.shifts {
	border-right: 1px solid #ddd;
}

/* ---( = begin tables style )------------------------------- */


select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
	}

option {	
	font-family: Arial, Helvetica, sans-serif;}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	margin: 0;}

input.checkbox {
	margin: 0em 5px 0em 0px;}


table {
	width:100%;
	border-spacing: 2px 2px;
	font-size: 100%;
	 }

option {
	padding:2px; }

.checkbox input  {
	padding:2px 2px 2px 2px; }

.multibookform {
	float: right;
	width: auto;
	margin-top: -20px;
	text-align: right;	}

/**************************my roster table COLOURS**********************
table.rostertable td.rostershortfall {
	background: #3568cd;
	color: #fff;}

table.rostertable td.rostershortfall a {
	color: #fff;}

table.rostertable td.rostershortfall .date {
	color: #fff;}

table.rostertable td.unfilledoffer {
	background: #FFBC34;
	color: #fff;}

table.rostertable td.unfilledoffer a {
	color: #fff;}

table.rostertable td.unfilledoffer .date {
	color: #fff;}	

table.rostertable {
	text-align: center;
}

.rostertable td.rosterday {
	font-weight: normal;
	font-size: 80%;
	color: #666;
	background: #fff;
	height: 10px;
	text-align: center;
	text-transform: uppercase;
	border: none;
 }

.rostertable td {
	border: 1px solid #CCCCCC;
	width: 14%;
	height:60px;
	padding:4px;
	margin:0px;
	background-color: #Fff; 
	vertical-align: top;
	text-align: center;}

.rosteroffer {	
	display: block;
	font-size: 170%;
	margin-top: 0px;}

.row {
	display: inline;
	width: 100%;
		}

.date {
	float: left;
	font-size:14px;
	line-height:normal;
	padding:0px;
	margin:0px;
	color:#999999;
	width:10px;}

span.add {
	float: right; 
	text-align: left;
	font-size: 80%;
	text-transform: uppercase;}
	
	*/

/**************************my roster table***********************/
table.rostertable {
    text-align: center;
    padding-bottom: 20px;
}


.rostertable td.rosterday {
    font-weight: normal;
    font-size: 80%;
    color: #666;
    background: #fff;
    height: 10px;
    text-align: center;
    text-transform: uppercase;
    border: none;
}


.rostertable td {
    border: 1px solid #CCCCCC;
    width: 14%;
    height:60px;
    padding:4px;
    margin:0px;
    background-color: #Fff; 
    vertical-align: top;
    text-align: center;}


.rosteroffer {    
    display: block;
    font-size: 170%;
    margin-top: 10px;}


.row {
    display: inline;
    width: 100%;
        }


.date {
    float: left;
    font-size:14px;
    line-height:normal;
    padding:0px;
    margin:0px;
    color:#999999;
    width:10px;}


span.add {
    float: right; 
    text-align: left;
    font-size: 80%;
    text-transform: uppercase;}

/********************** Roster table small ***************/	
table.rostertablesmall {
	width: 432px;}

.rostertablesmall td {
	border: 1px solid #CCCCCC;
	width: 14%;
	height:40px;
	padding:4px;
	margin:0px;
	background-color: #F3F3F3; 
	vertical-align: top;
	text-align: center;}

.rostertablesmall td.rosterday {
	line-height: 1em;
	font-weight: normal;
	font-size: 80%;
	color: #FFFFFF;
	background: #9A9A9A;
	height:10px;
	text-align: center;
 }

.rostertablesmall .rosteroffer {	
	display: block;
	font-size: 100%;
	margin-top: 0px;
	line-height: .8em;}

.date {
	float: left;
	font-size:100%;
	line-height:normal;
	padding:0px;
	margin:0px;
	color:#333;
	width:10px;} 
/*
span.add {
display: none;}
*/
#smallrosterview {
	float: right;
	width: 432px;
		margin-bottom: 20px;}

#payrollsearch {
	float: left;
	margin-bottom: 20px;}


dl {
	width: 160px;}

	dd {
margin-top: -1.5em;
	text-align: right;}	

/*********************** Multi book table *****************/
table.multiprebooktable {
	border-spacing: 0px;
}

.multiprebooktable tr {
	border-bottom: 1px solid #ccc;}

.multiprebooktable td {
	width: 3.2%;
	height:20px;
	padding:2px;
	margin:0px;
	background-color: #F3F3F3; 
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;}

.multiprebooktable td.staffday {
	color: #000;
	background-color: transparent;
	text-align: left;
 padding: 1px 2px 1px 0px;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 80%;
	text-transform: uppercase;}

	.multiprebooktable th {
	color: #000;
	text-align: center;
 padding: 1px 0px 1px 0px;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 80%;
	text-transform: uppercase;}

/****************** Location ************************/

.location1 {
	
	padding: 0px 0px 0px 10px;
	margin:0px;
	background-color: #fff; }

.location2 {
	
	padding: 0px 0px 0px 20px;
	margin:0px;
	background-color: #fff; }

.location3 {
	
	padding: 0px 0px 0px 30px;
	margin:0px;
	background-color: #fff; }

.location4 {
	
	padding: 0px 0px 0px 40px;
	margin:0px;
	background-color: #fff; }
	

/*******************Open Roster table****************/



.openroster td {
	width: 5%;
	height: 30px;
	text-align: center;}

.openroster td a {
	padding-top: 15px;
	height: 35px;
	display: block;
	text-decoration: none;}

.openroster td.location {
	text-align: right;
	vertical-align: middle;
	width: 10%;
	border: none;
	font-size: 80%;
	text-transform: uppercase;
	background-image: none;
	background-color: transparent;}
	

.openroster td.location a{
	color: #333;
	text-decoration: none;}

.openroster td.location a:hover{
	color: #6699CC;
	text-decoration: underline;}	

.openroster td.yourroster {
		background-image:url("../image/roster_tile.gif");
		background-position: bottom;
		background-repeat: repeat-x;
		background-color: #7ebefe;
}

.openroster td.yourroster a {
		color: #fff;
		text-decoration: none;
}

.openroster td.yourroster a:hover {
		color: #fff;
		background-image: none;
		background-color: #3568cd;
}

table.openroster tr td.shiftempty {
	background-color: #FFF;
	border: 1px solid #ddd;
	padding: 0; }
	

.openroster td.shifts {
	background-color: #FFCC66;
	border: 1px solid #ECA618;
	padding: 0; }
	
.openroster td.shifts a {
	color: #fff;
 }

.openroster td.shifts a:hover {
	background-color: #ECA618;
		color: #fff;
 }

 .openroster td.selected {
	background-color: #ECA618;
	border: 1px solid #ECA618;
	padding: 0;
	color: #fff;
	font-size: 130%;}

.openroster td.selected a {
	color: #fff;
 }	

table.openrosterdetail {
	width: 300px;
	margin: 30px 0px 30px 12%;
	border: 1px solid #FF0000;
	padding: 5px;
	background: #FFE5E6;
}

table.openrosterdetail td{
	padding: 5px;}

/*************************Staff Roster********************/



.staffrostertable td {
	width: 5%;
	height: 30px;
	text-align: center; 
	vertical-align: middle;}

.staffrostertable td a {
	height: 30px;
	vertical-align: middle;
	display: block;}

.staffrostertable td.staffstream  a {
display: inline;
}


table.staffrostertable {
	margin-top: 10px;
	border-top: 0px solid #ededed;}


.staffrostertable td.staffhospital {
	background: #fff;
	text-align: left;
	padding: 0px 5px 0px 0px;
	border: none;
	font-weight: normal;
	font-size: 140%; }

td.staffday {
	color: #666;
	background: #fff;
	text-align: center;
 	padding: 10px 0px 10px 0px;
	font-weight: normal;
	line-height: 1em;
	font-size: 80%;
	text-transform: uppercase;}



.staffrostertable td.staffstream {
	text-align: right;
	width: 10%;
	line-height: 1.3em;
	border: none;
	padding-right: 5px; 
	font-size: 80%;
		text-transform: uppercase;}


td.staffempty {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0; }

.staffrostertable td.staffempty a:hover {
	background-color: #F0F0F0; }

.staffok {
	background-color: #FFBC34;
	border: 1px solid #ECA618;
	padding: 0; }

.staffrostertable td.staffok a:hover {
	background-color: #ECA618;
		color: #fff;
 }

.staffalert {
	background-color: #FF6600;
	border: 1px solid #DF5900;
	padding: 0;
	 }

.staffrostertable td.staffalert a:hover {
	background-color: #DF5900;
		color: #fff;
}

.staffemergency {
	background-color: #C10C0C;
	border: 1px solid #8D0303;
	padding: 0; }

.staffrostertable td.staffemergency a:hover {
	background-color: #8D0303;
		color: #fff;
 }

.stafffull {
	background-color: #DFDFDF;
	border: 1px solid #D0D0D0;
		padding: 0; }

.staffrostertable td.stafffull a {
	color: #666; }

.staffrostertable td.stafffull a:hover {
	background-color: #D0D0D0; }

.staffrostertable .staffblock {
	font-size: 110%;
	line-height:normal;
	font-weight:normal;
	padding-top:15px;
	margin:0px;
	color:#fff;
	text-decoration: none; }

	
.openroster .staffblock {
	font-size: 130%;}

/***************** shortfall list tables *******************/

/*TD.staffbg1 {
	background-color: #DEDEDE;
	padding-left: 2px;
	padding-right:0;
}

TD.staffbg2 {
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-right: 0;
}

TD.staffbg1small {
	background-color: #DEDEDE;
	font-size: 11px; 
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
}

TD.staffbg2small {
	background-color: #FFFFFF;
	font-size: 11px; 
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
}
*/

/********************* rapid book tables ***********************/


/* ----- Mikes additions 12_07_06 ----- */

table.rapid {
	border-collapse:collapse;
	padding:10px;	
}

table.rapid td {
	border-bottom:1px solid #eee;	
}

table.rapid .noborder td {
	border-bottom:none;	
}

table.rapid table.calendar {
	margin:10px 0px;
}

table.rapid table.calendar .title_date_range {
	border:none;
	text-align: left;
}

table.rapid table.calendar .days td{
text-align: center; }

table.rapid table.calendar .days input{
margin:0 0px 0 5px;
}

table.rapid table.calendar tr.daysofweek td{
	color:#888;
	font-size: 11px;
	padding:0px;
	margin:0px;
	line-height:2em;
	border:none;
	text-align:center;	
}

table.rapid table.calendar td {
	border: 1px solid #CCCCCC;
	padding:10px;  
}


/* ----------------------------------- */


table.rapidshiftsinput {
	/*width: 30%;*/
	/*float: left;*/
	border: 1px solid #ccc;
	font-size: 95%;}

.rapidshiftsinput td {
	height:30px;
	padding:4px;
	margin:0px;
	background-color: #F3F3F3; 
	vertical-align: middle;
	text-align: center;}

.rapidshiftsinput th {
	text-align: left;
	height:30px;
	border-bottom: 1px solid #ccc;
}		

table.rapidshiftdays {
	width: 68%;
	border: 1px solid #ccc;
	/*float: right;*/
	font-size: 95%;
}

.rapidshiftdays td {
	height:30px;
	padding:4px;
	margin:0px;
	background-color: #F3F3F3; 
	vertical-align: middle;
	text-align: center;}			

.rapidshiftdays th {
	text-align: left;
	height:30px;
	border-bottom: 1px solid #ccc;
}		

#rapidsubmit {
	width: auto;}

/************************* Pre-shift Balance ********************/

table.preshifttable {
	margin: 40px 0px;
	border-collapse: collapse;}

.preshifttable thead tr td {
	height: 40px;
	text-align: center; 
	vertical-align: top;
	border-bottom: 1px solid #999;
	background: #fff;
 	padding: 5px;
	font-weight: normal;
	font-size: 80%;
	text-transform: uppercase;}	
}	


table.preshifttable thead tr td.streamcol {
	width: 7%}
	
.preshifttable thead td.streamcol {
	width: 7%}	
	
.preshifttable td.name {
	width 10%;
	text-align: left;} 
	
.preshifttable td.stream {
	width 10%;
	text-align: left;
	font-weight: bold;} 
	
.nurseclass {
	font-size: 76%;
	color: #666;}



/************************** Zebra table styles *******************/



	table.preshifttable {
		border-bottom: 1px solid #D9D9D9;
	}
	table.preshifttable tr td{
		padding: 3px 8px;
		background: #fff;
		height: 30px;
		text-align: center;
	}

	table.preshifttable tbody td{
			border-left: 1px solid #D9D9D9;
	}
	table.preshifttable tbody tr.even td{
		background: #eee;
	}
	table.preshifttable tbody tr.selected td{
		background: #3d80df;
		color: #ffffff;
		/*font-weight: bold;*/
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	table.preshifttable tbody tr.ruled td{
		color: #000;
		background-color: #C6E3FF; 
		/*font-weight: bold;*/
		border-color: #6CA4DE;
	}
	
	/* Opera fix */
	table.preshifttable head:first-child+body tr.ruled td{
		background-color: #C6E3FF; 
	}



/***********************staff update table******************/

table.staffupdate {
}

table.staffupdate td {
	vertical-align: top; }

table.staffupdate h2 {
	border-top: 1px #cccccc solid;
 marging: 10px 0 0 0;
	padding: 10px 0px;
}

	/*---------------------(ben's additions) ----------------*/
 #stripy {
	clear:both;
}

 #stripy table {
 	clear:both;
	border-collapse: collapse;
	margin: 0px 0 15px 0;
	padding: 0;
	width: 100%;
	text-align: left;
	border-top:1px solid #E5E5E5;
	background: transparent;
}

#stripy table th {
	margin: 0;
	padding: 5px;
	font-weight: normal;
	width: 150px;
	vertical-align: top;
	border-bottom:1px solid #E5E5E5;
	background: transparent;
}

#stripy table td {
	margin: 0;
	padding: 5px;
	font-weight: normal;
	vertical-align: top;
	border-bottom:1px solid #E5E5E5;
	background: transparent;
}

#stripy table th {	
	margin: 0;
	padding: 6px 5px;
	background: #ddd;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#stripy table td.check {
	padding-left: 35px;
	text-align: left;
}

#stripy table th.from {
	width: 100px;
}

#stripy table th.subject {
	width: 250px;
}

#stripy table th.claim {
	width: 80px;
}

#stripy table th.id {
	width: 20px;
}

#stripy table tr.odd td {
  background: #eee;
}

#stripy table tr.highlight td {
  color: #333;
  background: #ffc;
}

#stripy table tr.overdue td,
#stripy table tr.overdue td a, #stripy table tr.overdue td a:visited {
  color: #fff;
  background: #c00;
}

#stripy table tr.question td,
#stripy table tr.question td a, #stripy table tr.question td a:visited {
  color: #fff;
  background: #8AB592;
}

#stripy table td.alert {
	background: url("../image/error.gif") right center no-repeat;
}

#stripy table tr.highlight td.alert {
	background: #ffc url("../image/error.gif") right center no-repeat;
}

#stripy table td li {
	padding-left: 20px;
	background: url("../image/bullet_black.gif") no-repeat 0 50%;
}

#stripy table.rostertable   th {
	border-left: 1px solid #ccc;

}

#stripy table.rostertable th.rosterday {
    font-weight: normal;
    font-size: 10px;
    color: #666;
    text-align: center;
    text-transform: uppercase;
border-bottom: 1px solid #999;
border-left: 0;
background: #fff;
}

table td li {
	margin: 0 0 0 3px !important ;
	margin: 0 0 0 5px;
	padding: 0 0 0 20px !important;
	padding: 0 -10px 0 0;
	background: url("../image/bullet_black.gif") no-repeat 0 50%;
}

#stripy table td.left {
	width:175px;
} 

table.staff-head {
	border-collapse: collapse;
	clear:both;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
	border-top:1px solid #ccc;
}

table.staff-head td {
	margin: 0;
	padding: 5px  2px 0 2px;
	vertical-align: top;
	text-align:right;
}
table.staff-head td.left {
	text-align:left;
	width:35%;
	}
	
table.staff-head td h4 {
margin-top: 0;
}

#stripy table td.checkbox {
	width:100px;
padding-left: 15px;
}

#stripy table td.location {
	width:325px;
}

#stripy table td.time {
	width:200px;
}

#dropdowns {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
} 

#dropdowns th {
	margin: 0;
	padding: 3px 0;
	width: 70px;	
}

table td ul#allowance {
	margin: 0;
	padding: 0;
	background: transparent;
}

table td ul#allowance li {
	margin: 0;
	padding: 0;
	background: transparent;
}

table td ul#allowance li input {
	margin-left:-20px;
}

#container-1 table {
	width: 100%;
	border-collapse: collapse;
	margin: -15px 0 0 0;
	padding: 0;
	vertical-align: top;
	text-align: left;	
}

#container-1 table th {
	color: #999;
	font-weight: normal;
	border-right: 0;
	background: transparent;
}

#container-1 table td {
	width: auto;
	margin: 0;
	padding: 0.5em 0.3em;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #fff;
}

#container-1 table td.accepted {
	background: #e6efcd;
	color: #000;
}

#container-1 table td h4 {
	margin: 0;
	color: #999;
	font-weight: normal;
}

#container-1 table td h5.offer {
	color: #777;
	font-weight: normal;
}

#container-1 table td h6 {
	margin: 0 0 10px 0;
}

#container-1 table p a, #container-1 table p a:visited {
	color: #999;
	font-size: 10px;
	width: auto;
}

div.addofferbtn {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.addofferbtn a, .addofferbtn a:visited {
	float: right;
	text-align: right;
	width: 125px;
	margin: 5px 10px 0 0;
	border: 0;
}

.addofferbtn a img {
	border: 0;
	width: 125px;
}

.addofferbtn p.help-text {
	float:left;
	width: 60%;
	margin: 0 10px;
	padding: 10px 0 10px 25px;
	background: url("../image/help.gif") no-repeat 0 9px;
}

.roster-shifts {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0 45px 0;
	padding: 0;
	vertical-align: top;
	text-align: left;	
}

.roster-shifts td {
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

.shifts {
	border-left: 2px solid #ffe993;
}

.shifts th {
	background: #ffe993;
	padding: 3px;
}

.offers {
	border-left: 2px solid #c7c9ca;
}

.offers th {
	background: #c7c9ca;
	padding: 3px;
}

.available {
	border-left: 2px solid #6ec7ee;
}

.available th {
	background: #6ec7ee;
	padding: 3px;
}

.roster-shifts td.accept {
	width: 80px;
}

.roster-shifts td.edit {
	width: 70px;
}
table.list {margin: 5px 0 10px 0;width: 100%;border-collapse: collapse;}
/* table.list tbody {border-bottom: 1px solid #989898;} */
table.list tbody {border:none;}
table.list th {padding: 8px 3px;background: #e7e7e7;text-align: left;border-top: 1px solid #d4d4d4;border-bottom: 1px solid #ccc;}
table.list th.square {border-right: 1px solid #ccc;text-align: center;}
table.list td {padding: 5px 3px;border-bottom: 1px solid #e7e7e7;}
table.list td.button {width:auto;background:none;border:none;padding:none;}
table.list td.noborder {width:auto;background:none;border:none;padding:none;}
table.list td.square {border-right: 1px solid #e7e7e7;}
table.list td.center {text-align: center;}
table.list tfoot td {color: #999;font-size: 0.9em;font-weight: bold;}
	
	#tarea {
                        width: auto; 
                        margin: 0;
                        padding: 0; 
                        border: 0;
                        float: none !important;
                        color: black; 
                        background: transparent;
                        font-family: "Verdana", Tahoma, Arial, Helvetica, sans-serif; 
                        font-size: 7pt;
            }


/***************mikes's additions 02/04/2009 ************************/
fieldset {
display: none;}

.main {
background-color: #fff !important;
background-image: none !important;
}

body {background: #fff !important;}