﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Tahoma, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

textarea
{
    font-size: 1em;
}

input[type="text"]
{
    font-size: 1em;
}


b.disabled
{
    color: #AEAEAE;
}

.invisible
{
    visibility: hidden;
}

.hidden
{
    display: none;    
}

form
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

hr
{
    color: #ECECEC;
    border: solid 1px #ECECEC;
    margin: 20px 10px;
}

a img
{
    border: none;
}

.centered
{
    text-align: center;
}

.indented
{
    padding-left: 5px;
}

a:link
{
    color: #1d60ff;
    text-decoration: underline;
}
a:visited
{
    color: #1d60ff;
}
a:hover
{
    color: #505abc;
    text-decoration: none;
}
a:active
{
    color: #505abc;
}

a:focus, 
a:active
{
    outline: 0;
    -moz-outline: none;
}



p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #000;
    font-family: Tahoma, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.4em;
}
h3
{
    font-size: 1em;
}
h4
{
    font-size: 1em;
}
h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin: 0px;
    padding: 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #909090;
    border-top: none;
}


#header
{
    height: 72px;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
    background-image: url('/content/images/bg_header.png');
    background-repeat: repeat-x;
}


#header h1
{
    font-weight: bold;
    color: #000000;
    border: none;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 24px !important;
}

#header img.logo
{
    vertical-align: top;
    float: left;
}

#header img.customerLogo
{
    margin-top: 5px;
    vertical-align: middle;
}

#header .siteName
{
    overflow: hidden;
    text-align: left;
    font-size:16px;
    font-weight:bold;
    font-style:italic;
    color:#aaa07b;
}

#header td
{
	padding:0px;
}

#header img
{
	margin:0px;
	padding-top:1px;
}


#header .accountCPSub
{
    font-size:14px;
    font-weight:bold;
    color:Black;
}

#header .accountCP
{
    float: left;
    margin-left: 10px;
    padding: 20px, 0, 0, 25px;
    width: 515px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    font-size:22px;
    font-weight:bold;
    padding-top:10px;
    color:Red;
}

#header .controlPanel
{
    font-size: 1.1em;
    float: right;
    text-align: right;
    color: #404040;
    padding: 10px 10px 0px 0px;
    width: 235px;
    height: 55px;
    overflow: hidden;
}

#header .controlPanel a:link
{
    color: gray;
    text-decoration: underline;
}

#header .controlPanel a:visited
{
    color: gray;
    text-decoration: underline;
}

#header .controlPanel a:hover
{
    color: gray;
    text-decoration: none;
}

#header .userPanel
{
    height: 35px;
}

#main
{
    margin: 0px;
    padding: 5px 30px 25px 30px;
    min-height: 750px;
    background-color: #FFFFFF;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #888888;
    height: 25px;
    background-color: #FDEEB8;
    border-top: solid 1px #909090;
    padding: 5px;
    text-align: center;
    line-height: normal;
    margin: 0px;
    font-size: .9em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 25px 0;
    padding: 10px;
    padding-top: 0px;
    border: 0px solid #CCC;
}

fieldset p
{
	clear:both;
    margin: 2px 12px 10px 10px;
    color: #222222;
}

fieldset label
{
    display: block;
    width: 145px;
    float: left;
}

fieldset p.related label
{
    width: 115px;
    padding-left:30px;
    background: url('/content/images/bg_related_arrow.png') no-repeat 10px 0px;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.2em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #242424;
}

fieldset div.subSection
{
    margin:10px 0 0 0;
    padding:0px;
    color:#656565;
    font-weight: bold;
}

fieldset hr
{
    margin:3px 0 10px 0;
}

input[type="text"],
input[type="password"],
select
{
    border: 1px solid #CCC;
}


textarea
{
    resize: none;
}

input[type="text"],
input[type="password"]
{
    width: 200px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}


input[type="submit"],input[type="button"], 
button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	padding: .3em 1em .35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #000000;
	border: solid 1px #da7c0c;
	background: #FDEEB8;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDEEB8), to(#FEAE1E));
	background: -moz-linear-gradient(top,  #FDEEB8,  #FEAE1E);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDEEB8', endColorstr='#FEAE1E');
}



input[type="submit"].pressed, 
button.pressed
{
    border-width: 1px;
    margin: 1px 15px 1px 1px;
}

td.buttonCell
{
    width: 75px;
    height: 30px;
}

td.buttonCell input[type="submit"], 
td.buttonCell button
{
    float: none;
    width: 60px;
    height: 23px;
    font-size: 8pt;
    margin-left: 10px;
    padding: 3px 0 6px 0;
    *height: 24px; /* IE6/7 Hack */
    *padding: 0px; /* IE6/7 Hack */
}

td.buttonCell input[type="submit"].pressed, 
td.buttonCell button.pressed
{
    height: 22px;
    width: 58px;
    margin-left: 12px;
    *height: 23px; /* IE6/7 Hack */
    *padding: 0px; /* IE6/7 Hack */
}

input[type="submit"], 
button
{
    cursor: pointer;
}

input[type="submit"].backButton, 
button.backButton
{
    color: #696969;
}

p input[type="checkbox"]
{
    margin-left: 5px;
}


p input[type="radio"]
{
    margin: 0 1px 0 5px;
}


/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #DDDDDD;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #DDDDDD;
    color: #333333;
}

table td a img
{
    vertical-align: middle;
    margin-left: 3px;
}

table td select
{
    border: solid 1px #AAAAAA;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #FDEEB8;
    border: solid 1px #FDEEB8;
    font-size: .9em;
}

#active table th,
#inactive table th,
#active table td,
#inactive table td
{
    font-size: .8em;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: #ee0000;
}

.field-validation-error
{
    color: #ee0000;
    margin-left: 10px;
}

.input-validation-error
{
    border: 1px solid #CCC;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#errorTabs
{
    margin-top: -15px;
    font-weight: bold;
    color: #ee0000;
    font-size: 1.1em;
    height: 40px;
}

#errorTabs .intro
{
    font-weight: normal;
}

.mainMenu
{
    width: 700px;
    margin-top: 40px;
    margin-left: 180px;
}

.mainMenu .menuItem
{
    float: left;
    height: 110px;
    font-size: 1.2em;
    font-weight: bold;
}

.mainMenu .menuItem img
{
    vertical-align: middle;
    margin-right: 10px;
}

.linkMenu
{
    margin: 10px 0 10px 30px;
    border: none;
}

.linkMenu td
{
    border: none;
    vertical-align: top;
    padding: 0;
}

.linkMenu .menuItem .linkWrapper
{
    display: inline;
    margin-left: 10px;
}


.linkMenu .menuItem
{
    font-weight: bold;
    padding-bottom: 5px;
}

.linkMenu .subMenuItem 
{
    margin-left: 30px;
    font-weight: bold;
    padding-bottom: 5px;
}

.linkMenu .subMenu 
{
    font-weight: bold;
    color: #1d60e0;
    padding-bottom:5px;
    margin-left: 10px;
}

.linkMenu .menuItem h3
{
    margin: 0 0 7px 0;
}

.linkMenu td.col1 .menuItem
{
    width: 250px;
}

.linkMenu td.col2 .menuItem
{
    width: 250px;
}



.linkMenu a:link,
.linkMenu a:visited,
.linkMenu a:active
{
    color: #1d60e0;
    text-decoration: underline;
}

.linkMenu a:hover
{
    color: #F7AE2C;
    text-decoration: none;
}

.navigationWrapper
{
    margin-left: 100px;
    margin-right: 100px;
    background: url('/content/images/bg_navigation.png') repeat-x center;
}

.navigationWrapper ol.navigation
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    
}

.navigationWrapper ol.navigation li
{
    display: inline;
    list-style-type: none;
    margin: 0px 5px 0px 5px;
    padding: 5px 10px;
    border: solid 1px #F7AE2C;
    background-color: #FFF0BA;
    color: #878787;
    cursor: pointer;
    width: 100px;
    font-weight: bold;
    font-size: .9em;
    	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.navigationWrapper ol.navigation a:link,
.navigationWrapper ol.navigation a:visited,
.navigationWrapper ol.navigation a:hover,
.navigationWrapper ol.navigation a:active
{
    text-decoration: none;
}

.navigationWrapper ol.navigation li.active
{
    border: solid 3px #F7AE2C;
    background-color: #FDEEB8;
    padding: 7px;
    font-weight: bold;
    color: #242424;
}

.customNavWrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 60px;
    overflow: hidden;
    background: url('/content/images/bg_navigation.png') repeat-x center;
}

.customNavWrapper .buttonLeft
{
    float:left;
    width: 15px;
    height: 60px;
    cursor: pointer;
    background: #FFFFFF url('/content/images/btn_move_left.png') no-repeat;
}

.customNavWrapper .buttonRight
{
    float:left;
    width: 15px;
    height: 60px;
    cursor: pointer;
    background: #FFFFFF url('/content/images/btn_move_right.png') no-repeat;
}

#scrollContainer
{
    float:left;
    width: 730px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

#scrollContainer .items
{
    width: 2000em;
    height: 60px;
    position: absolute;
    padding-top: 10px;
}

#scrollContainer .items span
{
    width: 140px;
    overflow: hidden;
    display: block;
    float:left;
    margin: 7px 10px 0px 10px;
    padding: 5px 10px;
    border: solid 1px #F7AE2C;
    background-color: #FFF0BA;
    color: #878787;
    cursor: pointer;
    font-weight: bold;
    font-size: .9em;
    text-align: center;
    -webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}

#scrollContainer .items span.active
{
    border: solid 3px #F7AE2C;
    background-color: #FDEEB8;
    padding: 8px;
    font-weight: bold;
    color: #242424;
    margin-top: 2px;
}

#scrollContainer .items span.empty
{
    border: dashed 1px #F7AE2C;
}

#scrollContainer .items span.empty.active
{
    padding: 8px 10px;
    border: dashed 2px #F7AE2C;
    margin-left: 9px;
    margin-right: 9px;
}

#scrollContainer .items span.warning.active
{
    padding: 8px 10px;
    border: dashed 2px #B20000;
    margin-left: 9px;
    margin-right: 9px;
}


#scrollContainer .items span.warning
{
    border: dashed 1px #B36666;
}


.formSection
{
    display: none;
}

select
{
    margin: 0px;
}

textarea
{
    width: 300px;
    height: 100px;
    font-family: Tahoma, Helvetica, Sans-Serif;
    border: 1px solid #CCC;
}

.optionPrompt
{
    font-weight: bold;
}

input.dateField
{
    width: 65px;
    margin-right: 3px;
}

input.timeField
{
    width: 55px;
    margin-right: 3px;
}


img.ui-datepicker-trigger
{
    cursor: pointer;
}

input.phoneNumberField
{
    width: 90px;
}

select.carePlanList,
select.careTypeList
{
    width: 165px;
    margin-top: 5px;
}

select.careTypeList
{
    display:none;
}

select.ratingLevelDropDownList
{
    width: 80px;
    margin-top: 5px;
}

select.genderDropDownList
{
    width: 105px;
    margin-top: 5px;
}

select.raceDropDownList,
select.maritalStatusDropDownList
{
    width: 145px;
    margin-top: 5px;
}

.fieldsetButtons
{
    width: 95%;
    height: 30px;
    padding-left: 10px;
}

.fieldsetButtons button
{
    color: #333333;
    font-weight: normal;
}

.selectionWrapper
{
    height: 40px;
    color: #333333;
}

h2.menu
{
    text-align: center;
    margin-top: 30px;
}

h2.title
{
    margin-top: 20px;
    padding-bottom: 10px;
}

.addDefault
{
    
    float: right;
    display: inline;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('/content/images/btn_add_default.png') no-repeat top left;
    margin: 2px 1px 0 0;
}

.addDefault.disabled
{
    cursor: default;
    background-position: 0 -16px;
}

.comboBoxWrapper
{
    border: 1px solid #CCC;
    background-color: #fff;
    height: 36px;
    padding: 0;
    margin: 0;
}

.comboBoxWrapper input[type="text"],
.comboBoxWrapper textarea
{
    border-color: #FFFFFF;
    margin: 0;
    border: 0;
    border: none;
}

.comboBoxWrapper textarea
{
    float: left;
    display: block;
}

.comboBoxWrapper textarea.timeline,
.comboBoxWrapper textarea.route,
.comboBoxWrapper textarea.frequency
{
    overflow: hidden;
    font-size: 12px;
}

.comboBoxWrapper textarea.timeline
{
    height: 16px;
    float: none;
}

.comboBoxWrapper textarea.timeline
{
    *height: 14px;
}

.comboBoxWrapper textarea.route,
.comboBoxWrapper textarea.frequency
{
    height: 17px;
}

.comboBoxWrapper.singleline
{
    height: 22px;
}

textarea.desiredOutcome
{
    float: left;
    overflow: auto;
    height: auto;
}

textarea.multilineCombo
{
    float: left;
    overflow: auto;
    height: auto;
}

.ui-combobox-arrow 
{
    clear: right;
    float: right;
    width: 18px;
    height: 18px;
	cursor: pointer;
	padding: 0;
	background: url('/content/images/btn_show_defaults.png') no-repeat top left;
}

.timeline .ui-combobox-arrow
{
    float: right;
}

.route .ui-combobox-arrow,
.frequency .ui-combobox-arrow
{
    margin-top: 2px;
}

.desiredOutcome .ui-combobox-arrow
{
    clear: none;
    margin-top: 15px;
}

.multilineCombo .ui-combobox-arrow
{
    clear: none;
    margin-top: 15px;
}

.ui-combobox-arrow.pressed
{
    background-position: 0 -18px;
} 

.ui-combobox-list 
{
	border: 1px solid #CCC;
	z-index: 999;
	cursor: pointer;
}

.ui-combobox-list, 
.ui-combobox-item 
{
	display: block;
	background-color: white;
}

.ui-combobox-item 
{
    padding: 4px;
}

.ui-combobox-list .selected 
{
	background-color: #FDEEB8;
	color: #333333;
}

.grid input[type="text"]
{
    height: 20px;
}

.grid textarea
{
    height: auto;
    overflow: auto;
    font-size:12px;
}

.topNav
{
    height: 62px;
    background-color: #FFFFFF;
    text-align: center;
}

.topNav .buttonWrapper
{
    padding: 5px 0px 5px 10px;
    background: url('/content/images/bg_gradient.png') repeat-x;
    border: solid 1px #BEBEBE;
    height: 23px;
    display: inline-block;
    width:915px;
}

.topNav .buttonWrapper .navLeft
{
    float:left;
}

.topNav .buttonWrapper .navRight
{
    float:right;
}

.topNav .buttonWrapper .navRight input
{
    margin-right: 10px;
}

.accordian
{
    padding: 5px 10px;
    border: solid 1px #F7AE2C;
    background-color: #FFF0BA;
    cursor: pointer;
    font-weight:bold;
}

.accordianContent 
{
	font-weight:normal;
	padding:5px;
}

.accordianSub2
{
    padding: 5px 10px;
    border: solid 1px #F7AE2C;
    background-color: white;
    cursor: pointer;
    font-weight:bold;
}

.accordianSub2Content 
{
	font-weight:normal;
	padding:5px;
}

.behaviorRisk fieldset label
{
    width: 250px;
}

.behaviorRiskItem
{
	padding: 5px 10px;
    border: solid 1px #F7AE2C;
    background-color: #FFF0BA;
    cursor: pointer;
    font-weight:bold;
}

.fallsRiskItem
{
	padding: 5px 10px;
    border: solid 1px #F7AE2C;
    background-color: #FFF0BA;
    cursor: pointer;
    font-weight:bold;
}

fieldset p span.buttonWrapper
{
    display: block;
    height: 35px;
    width: 90px;
    overflow: hidden;
}


.ratingLevelDescription
{
    border:solid 1px #c0c0c0;
    padding: 7px 5px 10px 5px;
    background-color:#f9f9f9;
    margin: 10px;
    margin-top: 0px;
    color:#63a4ce;
}

table.grid th a
{
    padding-right: 18px;
    background: url('/content/images/sort_both.png') right no-repeat;
}

table.grid th a.sorted
{
    background-image: url('/content/images/sort_asc.png');
}

table.grid th a.sortedDesc
{
    background-image: url('/content/images/sort_desc.png');
}

table.grid td a.back
{
    text-indent: -9999px;
    display:block;
    float: left;
    width: 19px;
    height: 19px;
    background: url('/content/images/back_enabled.jpg');
}

table.grid td .backDisabled
{
    display:block;
    float: left;
    width: 19px;
    height: 19px;
    background: url('/content/images/back_disabled.jpg');
}

table.grid td a.forward
{
    text-indent: -9999px;
    display:block;
    float: right;
    width: 19px;
    height: 19px;
    background-image: url('/content/images/forward_enabled.jpg');
}

table.grid td .forwardDisabled
{
    display:block;
    float: right;
    width: 19px;
    height: 19px;
    background-image: url('/content/images/forward_disabled.jpg');
}

table.grid td .pager
{
    width: 50px;
    height: 19px;
}

#medicationsGrid td
{
    padding: 2px 0;
}

#medicationsGrid tr.alternate
{
    background-color: #f5f5f5;
}

#medicationsGrid table.form td,
table.form
{
    border: none;
}

#medicationsGrid table.form tr.top td
{
    padding-top: 5px;
}

#medicationsGrid table.form tr.bottom td
{
    padding-bottom: 5px;
}

#medicationsGrid input.dateField
{
    font-size:90%;
    width: 55px;
    height: 17px;
    padding-top:4px;
}

.tooltip {
	background-color:#F5F5B5;
	border:1px solid #DECA7E;
	color:#303030;
	font-family:sans-serif;
	font-size:12px;
	line-height:18px;
	padding:3px 3px;
	position:absolute;
	text-align:center;
	z-index:2;
}

.accountPanel
{
	background-color:White;
}

.accountPanel a
{
	color:Red;
	font-weight:bold;
}

.accountPanel td
{
	border:none 0px;
}


.pstrength-minchar {
	display:none;
}

.alternate_contact_container
{
}

.alternate_funding_container
{
}

.noborder
{
	border:0px none #DDDDDD;
}

.noborder tr
{
	border:0px none #DDDDDD;
}

.noborder td
{
	border:0px none #DDDDDD;
}

.strikeoutbox
{
	padding:10px;
	border:solid 1px #DECA7E;
}

.stricken
{
	text-decoration:line-through !important;
	color:Red !important;
}

.strikeoutbox a
{
	text-decoration:none;
}

.quickprint 
{
	padding-top:5px;
	padding-left:5px;
}

.quickprint .areaTitle
{
	font-weight:bold;
	font-style:italic;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:5px;
}

.quickprint .wrapper1
{
	padding-left:10px;
	padding-bottom:5px;
}

.quickprint .wrapper2
{
	background-image:url('/content/images/print-item.jpg');
	width:276px;
	height:26px;
}

.quickprint .selected
{
	background-image:url('/content/images/print-item-selected.jpg');
}

.quickprint .wrapper3
{
	padding-left:5px;
	padding-top:3px;
	padding-right:5px;
}

.quickprint .printCheckBox
{
	float: right;
}

.quickprint .printHistCheckBox
{
	float:right;
}
.quickPrintLinkWrapper
{
	padding-top:10px;
	text-align:right;
	padding-right:10px;
	padding-bottom:10px;
}

.quickPrintLinkWrapper a
{
	text-decoration:none !important;
}


.rounded
{
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.rotate 
{
    -webkit-transform: rotate(-90deg);    /* Safari 3.1+, Chrome */
    -moz-transform: rotate(-90deg);    /* Firefox 3.5+ */
    -o-transform: rotate(-90deg); /* Opera starting with 10.50 */
    /* Internet Explorer: */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE6, IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)" /* IE8 */;
}

.helpText {
    font-size: 9px;
    color:blue;
}

#timeoutBlanket {
 background-color: lightgray;
 opacity: 0.95;
 filter: alpha(opacity=95);
 position: fixed;
 z-index: 9998;
 top: 0px;
 left: 0px;
 width: 9000px;
 height: 10000px;
}

#timeoutPopup {
 position: absolute;
 background-color: #fff;
 width: 300px;
 height: 200px;
 z-index: 9999;
 padding: 20px;
 top: 50%;
 left: 50%;
 margin-top: -175px;
 margin-left: -150px;
}

#processingClearBlanket {
 background-color: white;
 opacity: 0.15;
 filter: alpha(opacity=15);
 position: fixed;
 z-index: 9995;
 top: 0px;
 left: 0px;
 width: 9000px;
 height: 10000px;
}

#processingPopup {
 position: fixed;
 background-color: #fff;
 width: 152px;
 height: 52px;
 z-index: 9996;
 padding: 20px;
 top: 50%;
 left: 50%;
 border:1px solid black;
}

#staffSetupPopup {
 position: fixed;
 background-color: #FFF;
 width: 900px;
 height: 600px;
 z-index: 9002;
 padding: 20px;
 top: 50%;
 left: 50%;
 border: 2px solid #FDEEB8;
}

#staffSetupBlanket {
 background-color: black;
 opacity: 0.45;
 filter: alpha(opacity=45);
 position: fixed;
 z-index: 9001;
 top: 0px;
 left: 0px;
 width: 9000px;
 height: 10000px;
}

/* Calendar (Staff Time etc) */
#calendar {
	width: 900px;
	margin: 0 auto;
	}

#staffDropdown {
    position: absolute;
    z-index: 9003;
    border: 1px solid lightgray;
    padding: 5px;
    background-color: #FDEEB8;
}

.close-btn {
    background:url('/content/images/close.png') no-repeat; 
    width:25px; 
    height:29px; 
    display:inline; 
    z-index:3200; 
    position:absolute; 
    top:-15px; 
    right:-16px; 
    cursor:pointer;
}

.staffEntryBreak {
    margin: 20px 0px 20px 0px;
}

.line {
     color: black;
     background: black; 
     width: 100%; 
     height: 1px;
     margin: 25px 0px 25px 0px;
}

#staffSamplePopup {
 position: absolute;
 background-color: #FFF;
 width: 900px;
 height:1850px;
 z-index: 9002;
 padding: 20px;
 top: 5%;
 left: 55%;
 margin-top: -10px;
 margin-left: -10px;
 border: 2px solid #FDEEB8;
}

#staffSampleBlanket {
 background-color: black;
 opacity: 0.45;
 filter: alpha(opacity=45);
 position: fixed;
 z-index: 9001;
 top: 0px;
 left: 0px;
 width: 9000px;
 height: 10000px;
}

.ui-resizable-handle { display: none !important; }

#grouptaskAddPopup {
 position: fixed;
 background-color: #FFF;
 width: 400px;
 height: 250px;
 z-index: 9002;
 padding: 20px;
 top: 50%;
 left: 50%;
 border: 2px solid #FDEEB8;
}

#grouptaskAddBlanket {
 background-color: black;
 opacity: 0.45;
 filter: alpha(opacity=45);
 position: fixed;
 z-index: 9001;
 top: 0px;
 left: 0px;
 width: 9000px;
 height: 10000px;
}

.legendalt
{
    font-size: 1.2em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #242424;
}

.customNavMulti
{
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 60px;
    overflow: hidden;
    background: url('/content/images/bg_navigation.png') repeat-x center;
}

.customNavMulti .buttonLeft
{
    float:left;
    width: 15px;
    height: 60px;
    cursor: pointer;
    background: #FFFFFF url('/content/images/btn_move_left.png') no-repeat;
}

.customNavMulti .buttonRight
{
    float:right;
    width: 15px;
    height: 60px;
    cursor: pointer;
    background: #FFFFFF url('/content/images/btn_move_right.png') no-repeat;
}
.scrollContMulti
{
    float:left;
    width: 730px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.scrollContMulti .items
{
    width: 2000em;
    height: 60px;
    position: absolute;
    padding-top: 10px;
}

.scrollContMulti .items span
{
    width: 140px;
    overflow: hidden;
    display: block;
    float:left;
    margin: 7px 10px 0px 10px;
    padding: 5px 10px;
    border: solid 1px #F7AE2C;
    background-color: #FFF0BA;
    color: #878787;
    cursor: pointer;
    font-weight: bold;
    font-size: .9em;
    text-align: center;
    -webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.scrollContMulti .items span.active
{
    border: solid 3px #F7AE2C;
    background-color: #FDEEB8;
    padding: 8px;
    font-weight: bold;
    color: #242424;
    margin-top: 2px;
}

.scrollContMulti .items span.empty
{
    border: dashed 1px #F7AE2C;
}

.scrollContMulti .items span.empty.active
{
    padding: 8px 10px;
    border: dashed 2px #F7AE2C;
    margin-left: 9px;
    margin-right: 9px;
}

.scrollContMulti .items span.warning.active
{
    padding: 8px 10px;
    border: dashed 2px #B20000;
    margin-left: 9px;
    margin-right: 9px;
}


.scrollContMulti .items span.warning
{
    border: dashed 1px #B36666;
}

.formSectionMulti
{
    display: none;
    overflow: auto;
    max-height: 200px;
}

#staffMasterAssignPopup {
 position: fixed;
 background-color: #FFF;
 width: 900px;
 height: 600px;
 z-index: 9002;
 padding: 20px;
 top: 50%;
 left: 50%;
 border: 2px solid #FDEEB8;
}

#staffMasterAssignBlanket {
 background-color: black;
 opacity: 0.45;
 filter: alpha(opacity=45);
 position: fixed;
 z-index: 9001;
 top: 0px;
 left: 0px;
 width: 9000px;
 height: 10000px;
}

#eventSetupPopup {
 position: fixed;
 background-color: #FFF;
 width: 900px;
 height: 625px;
 z-index: 9002;
 padding: 20px;
 top: 50%;
 left: 50%;
 border: 2px solid #FDEEB8;
}

#eventSetupBlanket {
 background-color: black;
 opacity: 0.45;
 filter: alpha(opacity=45);
 position: fixed;
 z-index: 9001;
 top: 0px;
 left: 0px;
 width: 9000px;
 height: 10000px;
}

#timecardPopup {
 position: fixed;
 background-color: #FFF;
 width: 510px;
 height: 180px;
 z-index: 9002;
 padding: 20px;
 top: 50%;
 left: 50%;
 border: 2px solid #FDEEB8;
}

#timecardBlanket {
 background-color: black;
 opacity: 0.45;
 filter: alpha(opacity=45);
 position: fixed;
 z-index: 9001;
 top: 0px;
 left: 0px;
 width: 9000px;
 height: 10000px;
}
