* { padding: 0px; margin: 0px; }

#codeigniter_profiler {
    background-color: #ccc !important;
    width: 60%;
    margin: 40px 0px 0px 200px;
}

#codeigniter_profiler {
    overflow: auto;    
}

img { border: 0px; }
img.icon { padding: 0px 3px 2px 0px; vertical-align: middle; }
img.popupMenuIcon { padding: 0px 6px 4px 0px; vertical-align: middle; }

p, pre, h2 { padding: 0px 0px 10px 0px; }

h3 { 
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 3px 0px; 
}

h3.lined {
    border-bottom: 2px solid #ccc;
}

h3#header-byline {
    color: #fff;
    font-size: 100%;
    border-bottom: none;
}

.section-title {
	border-bottom: 1px solid #ccc;
}

.section-group {
	margin: 20px 0px 0px 0px;
}

.topTitle { padding: 0px 0px 20px 0px; }

.eip_editable { background-color: #ff9; padding: 2px; }
.eip_savebutton { background-color: #36f; color: #fff; }
.eip_cancelbutton { background-color: #000; color: #fff; }
.eip_saving { background-color: #903; color: #fff; padding: 3px; }
.eip_empty { color: #afafaf; }

a { 
    text-decoration: none;
    outline: none;
	color: #0063dc; 
	text-decoration: none; 
}

a:hover, a:active { 
	color: #0063dc; 
	text-decoration: underline;  
}
 
a.imageLink:link, 
a.imageLink:visited, 
a.imageLink:hover, 
a.imageLink:active { 
    border: 0px; 
    background-color: transparent; 
}

body { 
	padding: 0px 10px 20px 5px;
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 12px;
	color: #564b47; 
    background-color: #e1ddd9;
}

body.modal { 
	background-image: none;
	background-color: #fff;
}

#trial-message {
    width: 50%;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    overflow-x: hidden;
    margin: 30px 10px 0px 0px;
}

/*
#content { 
	display: inline;
	float: left; 
	width: 700px; 
	margin: 35px 0px 30px 0px; 
	padding: 10px; 
	background-color: #fff; 
	border: 1px solid #ccc; 
}
*/

table.dataTable.hover tbody tr:hover td,
table.dataTable.display tbody tr:hover td {
    background-color: #FBE576 !important;
    cursor: pointer;
} 

.dataTables_wrapper {
    overflow-x: scroll !important;
}

#header-area {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background: url(https://www.eventstaffapp.com/img/gradient_bkgr.jpg) repeat-x left top; 
}

h1 { 
    margin: 30px 0px 30px 20px; 
    color: #fff; 
}

h1.business-version {
    margin: 20px 0px 10px 20px;
}

h2.modal-header {
    margin: 20px 0px 10px 0px;
}

h3#header-byline {
    margin: 0px 0px 30px 20px;     
}

#content {
    margin: 114px 10px 0px 210px; /* Same as the width of the sidenav */
    padding: 20px;
    background-color: #fff; 
    border: 1px solid #ccc; 
    overflow-x: scroll;
}

body.modal #content {
	float: none;
	width: auto;
	border: none;
    margin: 0px;
    padding: 0px;
}

#altColumn {
    display: inline;
    float: left;
    width: 400px;
    height: 500px;
    margin: 35px 0px 0px 20px; 
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;                  
}

.btn {
    white-space: nowrap !important;
}

td {
    white-space: nowrap !important;
}

.actions-column {
    white-space: nowrap !important;
}

.action-icons li {
    margin-bottom: 8px;
}

.clear {
    clear: both;
}

.outline-element {
    outline-width: medium;
    outline-color: red;
}

.error-msg,
.warning-msg,
.success-msg {
	width: 80%;
	margin: 8px 0px 15px 0px;
	padding: 10px;
	border-width: 1px; 
	border-style: solid;
	color: #333333;
}

.error-msg p,
.warning-msg p,
.success-msg p {
    margin: 0;
    padding: 0;
}

.error-msg {
  padding-left: 30px;
	background: #FBE6F2 url(/img/disable.png) no-repeat 5px center;
	border-color: #D893A1;
}

.warning-msg {
	background-color: #ffffcc;
	border-color: #ffcc00;	
}

.error-msg h3,
.warning-msg h3,
.success-msg h3 {
	margin-top: 0px;	
	margin-bottom: 4px;	
}

.error-msg p,
.warning-msg p,
.success-msg p {
	margin: 0px 0px 8px 0px;
}

.success-msg {
  padding-left: 30px;
  background: #EDF5FF url(/img/accept.png) no-repeat 5px center;
	border-color: #6699FF;	
}

.update-msg {
	padding: 5px;  
	background-color: #6699ff; 
	color: #fff;	
}

button, 
input[type="file"],
input[type="reset"], 
input[type="submit"] {
	padding: 6px 2px 4px 2px;
}

input.submit,
button,
input[type=submit],
input[type=button],
input[type="file"] > input[type="button"] {
	color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#e6e6e6;
	border:1px solid #ccc;
	font-size:x-small;
	padding:4px 8px;
	vertical-align:top;
	cursor:pointer;
}

input.submit:hover,
button:hover,
input[type=submit]:hover,
input[type="file"] > input[type="button"]:hover {
	background-color:#d5d5d5;
}

.btn,
input[type=submit].btn,
input[type=button].btn {
	background:#ddd url(/img/bg-input-btn.gif) repeat-x 0 0;
	font:11px/14px "Lucida Grande",Sans-serif;
	width:auto;
	margin:0;
	overflow:visible;
	padding:4px 8px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	border-bottom-color:#ccc;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#333;
}

.blue-btn,
input[type=submit].blue-btn,
input[type=button].blue-btn {
	background:#ddd url(/img/bg-input-btn_blue.gif) repeat-x 0 0;	
}

.green-btn,
input[type=submit].green-btn,
input[type=button].green-btn {
  background:#ddd url(/img/bg-input-btn_green.gif) repeat-x 0 0; 
}

.btn::-moz-focus-inner{
	padding:0;
	border:0;
}

.btn:hover,
.btn:focus,
input[type=submit].btn:hover,
input[type=submit].btn:focus,
button.btn:hover,
button.btn:focus {
	border-color:#999 #999 #888;
	background-position:0 -6px;
	color:#000;
}

.btn-m,
input[type=submit].btn-m,
input[type=button].btn-m {
	background-position: 0 -200px;
	font-size:15px;
	line-height:20px;
	padding:5px 15px 6px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.btn-l,
input[type=submit].btn-l,
input[type=button].btn-l {
	background-position:0 -400px;
	font-size:20px;
	line-height:26px;
	padding:7px 20px 9px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.btn-m:hover,
.btn-m:focus,
input[type=submit].btn-m:hover,
input[type=submit].btn-m:focus,
button.btn-m:hover,
button.btn-m:focus{
	background-position:0 -206px;
}
	
.btn-l:hover,
.btn-l:focus,
input[type=submit].btn-l:hover,
input[type=submit].btn-l:focus,
button.btn-l:hover,
button.btn-l:focus{
	background-position:0 -406px;
}

button:active,
button.btn:active,
input[type=submit]:active,
button.btn-dark:active,
button.btn-light:active,
.btn:active,
.btn-red:active,
.btn-green:active{
	background-image:none!important;
	text-shadow:none!important;
	outline:none!important;
}


#mainErrorBox { float: left; width: 600px; margin: 35px 0px 0px 0px; padding: 10px; background-color: #fff; border: 1px solid #ccc; }

#dialogBox { width: 500px; }
	.noMsg { background: #fff; border-style: none; }
	/* .successMsg { padding: 5px; margin: 0px 0px 10px 0px; background: #6699ff; color: #fff; } */
	.successMsg { padding: 5px 5px 5px 28px; margin: 0px 0px 10px 0px; background: #6699ff url(/img/accept.png) 4px 4px no-repeat; color: #fff; }
	.errorMsg { padding: 5px 10px; margin: 0px 0px 10px 0px; background: #ffcccc; border: 2px solid #ff0000; }
	#dialogBox p { padding: 0px; }

/***** Side Menu *****/
/* #sidebar { float: left; margin: 35px 15px 0px 0px; padding: 5px 5px; background-color: #fff; border: 1px solid #ccc; } */

#sidebar {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background-color: #fff;
    margin-top: 100px;
    padding: 20px;
}

#sidebar ul { width: 160px; list-style: none; margin: 0 0 2em 0; padding: 0; line-height: 1; /* IE6 */}
#sidebar li { position: relative; min-height: 16px; background: #fff url(/img/menu-divider.gif) 0 0 no-repeat; }
#sidebar li ul { margin-bottom: 0.5em; margin-top: -2px; border-bottom: 1px solid #eee8dd; }
#sidebar li li { border-bottom: none; background: #fff url(/img/menu-divider.gif) 0 0 no-repeat; }
#sidebar li a { display: block; width: 160px; padding: 6px 0 6px 2px; text-decoration: none; font-size: 105%; } /* controls toggle arrow */
#sidebar li a:hover { text-decoration: underline; border-color: #516D86; }
#sidebar li li a { border-top: none; border-bottom: none; background: none; }
#sidebar li.toggle a, #sidebar li.home a, #sidebar li.home-current a { display: block; width: 127px; margin-bottom: 2px; padding: 4px; text-decoration: none; font-size: 105%; font-weight: bold; border: 1px solid #eee8DD; background: url(/img/menu-back.gif) 0 100% repeat-x; } 
* html #sidebar li.toggle a, * html #sidebar li.home a, * html #sidebar li.home-current a { margin-bottom: 0; } /* IE hack */
#sidebar li.toggle a:hover, #sidebar li.home a:hover { border-color: #516D86; color: #0099ff; }
#sidebar li.home a {  width: 150px; background-image: url(/img/menu-back-all.gif); }
#sidebar li.home-current a { width: 150px; background-image: url(/img/menu-back-all-current.gif); color: #50470D; border-color: #E3D165; }
#sidebar li.toggle, #sidebar li.home { background: none; border-bottom: 1px solid #fff; } 
* html #sidebar li.toggle, * html li.home { border-bottom: 2px solid $fff; } /* IE hack */

#sidebar li.toggle li a { 
    margin: 0; 
    padding: 9px 7px 7px 7px; 
    width: 144px; 
    background: #fff url(/img/menu-divider.gif) 0 0 no-repeat; 
    border-top: none; 
    border-bottom: none; 
    font-size: 90%; 
    font-weight: normal; 
}

#sidebar li a.toggle, #sidebar li a.toggle-current { position: absolute; top: 0; right: 0; overflow: hidden; width: 15px; height: 1em; background: url(/img/toggle.gif) 0 0 no-repeat; text-indent: -2000em; padding-left: 0; } 
* html #sidebar li a.toggle, * html #sidebar li a.toggle-current { right: 36px; }
#sidebar li a.toggle-current { background-position: 0 -100px; border-color: #E3D165; }
#sidebar li a.current { padding-top: 4px; padding-bottom: 4px; background: #FFF19A url(/img/menu-back-current.gif) 0 100%; color: #50470D; border: 1px solid #E3D165; }
#sidebar li a.current:hover { border-color: #9D8C29; text-decoration: none; }
#sidebar li li a.current { background: #FFEB6F; color: #50470D; border-color: #EEE8DD; }
#sidebar li a.toggle:hover, #sidebar a.toggle-current:hover { width: 15px; border: 1px solid #516D86; background-position: 0 1px; }
#sidebar a.toggle-current:hover { background-position: 0 -99px; border-color: #9D8C29; }

.slide-hide { display: none; }
.slide-show { display: block; }

/* ---- icons ---- */

ul.action-icons li {
    display: inline;
    float: left;
    margin-right: 8px;
}

ul.top-action-icons li {
    margin: 0px 20px 10px 0px;
}

a.action-icon {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -4000px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

a.icon-with-text {
    width: auto;
    background-position: left center;
    text-indent: 0;
    line-height: 20px;
    padding-left: 25px;
}

a.staff-icon {
    background-image: url(/img/group.png);
}

a.info-icon {
    background-image: url(/img/icons/information.png);
}

a.add-icon {
    background-image: url(/img/add.png);
}

a.approve-icon {
    background-image: url(/img/accept.png);
}

a.disapprove-icon {
    background-image: url(/img/disable.png);
}

a.edit-icon {
    background-image: url(/img/editpage.png);
}

a.copy-icon {
    background-image: url(/img/page_copy.png);
}

a.calendar-icon {
    background-image: url(/img/icons/calendar.png);
}

a.group-icon {
    background-image: url(/img/group.png);
}

a.user-icon {
    background-image: url(/img/user.png);
}

a.email-icon {
    background-image: url(/img/email.png);
}

a.clock-red-icon {
    background-image: url(/img/icons/clock_red.png);	
}

a.delete-icon {
    background-image: url(/img/bin_empty.png);
}

a.disable-icon {
    background-image: url(/img/disable.png);	
}

a.remove-icon {
    background-image: url(/img/delete.png);
}

a.printer-icon {
    background-image: url(/img/icons/printer.png);
}

a.shift-appt-icon {
  background-image: url(/img/icons/date_go.png);	
}

/* ------------------------------ Table Formatting ------------------------------ */

.dataTables_wrapper .top {
	margin-bottom: 10px;
}

.top .dataTables_filter input {
	width: 250px;
}

.top .dataTables_filter label,
.dataTables_length label {
	display: block;
	float: none;
	width: auto;
}

.dataTables_wrapper .dataTables_length {
	float: left;
	margin: 10px 0 0 10px;
}

.paginate_button {
	border: 1px solid #ccc !important;
}

.tablesorter {
	padding-bottom: 0px !important;
}

.actions-2 {
  width: 70px;
}

.actions-3 {
	width: 90px;
}

.actions-4 {
  width: 120px;
}

.actions-5 {
  width: 150px;
}

table.tablesorter {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #ccc;
	padding: 8px;
}

table.tablesorter thead tr .header {
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6 !important;
	-webkit-print-color-adjust: exact; 
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/img/desc.gif);
}


.dataTable { 
	width: 100%; 
	padding: 0px 0px 15px 0px; 
	text-align: left; 
}

.dataTable table { 
	border-collapse: collapse; 
	width: 100%; 
	border: 1px solid #a5a5a5; 
}

.dataTable th, 
.dataTable td { 
    padding: 5px; 
    border-right: 1px solid #ccc; 
}

.dataTable caption { font-size: 1.2em; font-weight: bold; margin: 1em 0; }

/* #dataTable col { border-right: 1px solid #ccc; } */
.dataTable thead { background: #ccc url(/img/bar.gif) repeat-x left center; }
.dataTable thead tr:hover { background-color: transparent; color: inherit; }
/* #dataTable tr:hover { background-color: #ddd; } */
.dataTable th { font-weight: normal; text-align: left; border-top: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; }

.odd { background-color: #edf5ff; }

.cursor { cursor: pointer; }

.tdLink { color: #000; }
.tdLinkActive { background: #aaa; }
.trLink {}
.trLinkHover { background-color: #ff9; }

#workCalendar { float: left; width: 100%; }
#workCalendar table { border-collapse: collapse; width: 100%; border: 1px solid #666; }
#workCalendar td { padding: 30px 5px 2px 5px; text-align: right; border-bottom: 1px solid #a5a5a5; }
#workCalendar th { padding: 5px; text-align: center; }
#workCalendar caption { font-size: 1.2em; font-weight: bold; margin: 1em 0; }
#workCalendar col { border-right: 1px solid #ccc; }
#workCalendar thead { background: #ccc url(/img/bar.gif) repeat-x left center; border-top: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; }
#workCalendar thead tr:hover { background-color: transparent; color: inherit; }
#changeMonth { float: left; width: 300px; } 
	#changeMonth img { vertical-align: bottom; }
#calGuide { float: right; padding: 0px 5px; }
	#calGuide img { vertical-align: bottom; padding: 0px 0px 0px 3px; }
.workDay { background-color: #ccffff; }
.workDayHover { background-color: #99ccff; }
.today { background-color: #eeeeee; }
.eventDay { background-color: #ccffff; } 
.eventDayHover { background-color: #99ccff; }

/* ---- form elements ---- */

.required-field-marker {
    color: red;
}

fieldset { 
    margin: 0 0 1em 0; 
    padding: 15px; 
    border: 1px solid #ccc; 
    background: #f8f8f8; 
}

fieldset p { 
    padding: 8px 0px; 
}

legend { font-weight: bold; padding: 0 0.5em; }

label { 
    display: inline; 
    float: left;
    width: 12em; 
}

div#positions {
    margin-top: 8px;
}

div#positions ul {
    display: inline;
    float: left;
    margin-top: 4px;
}

div#positions p {
    display: inline;
    float: left;
    margin: 2px 0px 0px 10px;
    padding: 0;
}

#positions #position-select-list a.remove-position-button {
    display: inline;
    margin: 2px 0px 0px 10px; 
    padding-left: 20px; 
}    

div#positions ul li {
    margin-bottom: 10px;
}

div#positions ul li a {
    margin: 0;
}

input[type="text"] { width: 200px; } /* <-- use the attribute selector to target specific form elements */
input[type="text"], textarea { background-top: 2px solid #999; background-left: 2px solid #999; background-bottom: 1px solid #ccc; background-right: 1px solid #ccc; }
input:focus, textarea:focus { background: #eee; }

input#payrate { width: 3em; }

select#usertype { width: 12em; }
select#status { width: 12em; }
select#position1 { width: 12em; }
select#position2 { width: 12em; }
select#skilllevel { width: 12em; }
select#client { width: 20em; }
select#selMonth { width: 5em; margin-right: 0.5em; vertical-align: top; }
select#selDay { width: 5em; margin-right: 0.5em; vertical-align: top; }
select#selYear { width: 5em; margin-right: 0.5em; vertical-align: top; }
select#startTime { width: 8em; }
select#endTime { width: 8em; }

textarea {	width: 300px; height: 60px; }

.first-name-column {
  width: 80px;
}

#sheet-appointments .first-name-column {
  width: 80px;	
}

.last-name-column {
  width: 80px;
}

#sheet-appointments .last-name-column {
  width: 80px;	
}

.phone-column {
  width: 70px;
}

#sheet-appointments .phone-column {
  width: 100px;	
}

.position-column {
  width: 60px;
}

#sheet-appointments .position-column {
  width: 100px;	
}

.answer-column {
  width: 55px;
}

.scheduled-column {
  width: 70px;
}

#sheet-appointments .scheduled-column {
  width: 120px;	
}

.end-time-column {
  width: 100px;
}

.start-time-column {
  width: 100px;
}

#profile-top-buttons {
  display: inline; 
  float: right;
  width: 250px; 
  margin: 10px 0px 0px 0px;
}

#profile-top-buttons p {
  margin-bottom: 10px;  
}

/* ------------------------------------- Calendar ---------------------------------- */

#schedule-header {
  margin: 0px 0px 15px 0px;  
  border-bottom: 1px solid #f1f1f1;
}

#schedule-header h2 {
  display: inline; 
  float: left;
  width: 300px; 
  font-size: 30px; 
  margin: 5px 0px 0px 5px;
}

#schedule-header #profile-top-buttons {
  width: 165px;	
}

#num-of-appts {
    margin-bottom: 20px;
}

.calendar {
	font-family: Arial; font-size: 12px;
}

table.calendar {
	margin: 0px auto 30px auto; 
	border-collapse: collapse;
}

table.calendar th {
    font-size: 16px;
    text-align: center;
    padding-bottom: 25px;
}

.calendar .days td {
	width: 80px; 
	height: 80px; 
	padding: 4px;
	border: 1px solid #999;
	vertical-align: top;
}

.calendar .highlight {
	font-weight: bold; 
	color: #00F;
}

.calendar .day_num {
    margin-bottom: 15px;
}

/* ------------------------------------- Brochure - Common ---------------------------------- */

#sub-section-header {
    padding-top: 25px;
    height: 75px;
    background: transparent url(/img/gradient_bkgr_tall.png) repeat-x top left;
}

#sub-section-header h3 {
    display: inline;
    float: left;
    margin-top: 10px;
    font-size: 25px;
    color: #fff;
}

#sub-section-header h3 a {
    color: #fff;    
}

#sub-section-header p.pricing {
    display: inline;
    float: right;
}

a.pricing-button {
    display: block;
    width: 245px;
    height: 36px;
    padding: 14px 0px 0px 0px;
    background: transparent url(/img/btn-signup.png) no-repeat top left;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

a.pricing-button:hover {
    background-position: bottom left;
    color: #fff;
    text-decoration: none;
}

/* ------------------------------------- Login ---------------------------------- */

#login-area .container {
    width: 500px;
    margin-top: 40px;
    margin-bottom: 50px;    
    padding: 40px;
    border: 8px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;    
}

#login-area form p {
    font-size: 15px;
    font-weight: bold;
}

#login-instructions {
    margin-bottom: 15px;
    font-size: 15px;
}

#login-form-button {
    margin-top: 15px;
    padding-bottom: 0px;
}

/* ------------------------------------- About ---------------------------------- */

#about-us h3 {
    font-size: 20px;
    margin: 40px 0px 40px 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc;
}

#about-us h4 {
    font-size: 16px;
    margin: 40px 0px 40px 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc;
}

#about-us p {
    font-size: 14px;
}

/* ------------------------------------- Coming Soon ---------------------------------- */

#coming-soon h3 {
    font-size: 20px;
    margin: 20px 0px 40px 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc;
}

/* ------------------------------------- Tour ---------------------------------- */

#tour-details h3 {
    font-size: 20px;
    margin: 20px 0px 40px 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccc;
}

div.tour_image_container {
	width: 100%;
	float: left;
	margin-bottom: 25px;	
}

div.tour_image_container a {
	position: relative;	
	width: 182px;
	display: block;
}

div.tour_image_container a img {
	float: left;
	border: 1px solid #CCC;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

span.fancy_close {
	position: absolute;
	height: 30px;
	width: 30px;
	background: transparent url(/img/fancy_zoom.png);	
	z-index: 1000;
	top: -10px;
	right: -10px;
}

p.tour-thumb {
    display: inline;
    float: left;
    width: 210px;
    margin-left: 150px;
}

div.tour-thumb-explanation {
    display: inline;
    float: left;
    width: 400px;
    margin: 20px 0px 0px 20px;
}

div.tour-thumb-explanation h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

/* --------------------------------------- Dashboard -------------------------------------------- */

#view-all-upcoming-events {
	margin: -15px 0px 20px 0px; 
	padding: 8px 4px; 
  background-color: #f1f1f1; 
  text-align: center;
  border-bottom: 1px solid #A5A5A5;
  border-left: 1px solid #A5A5A5;
  border-right: 1px solid #A5A5A5;
  background: url("/img/bar.gif") repeat-x scroll left center #CCCCCC;
}

#view-all-upcoming-events a {
	display: block;
  width: 100%;	
}

/* ---------------------------------------- Messaging -------------------------------------------- */

.sent-sms {
    background-color: #f1f1f1; 
    padding: 10px; 
    margin: 0px 0px 10px 0px; 
    width: 40%;
}

/* ---------------------------------------- Staffing -------------------------------------------- */

#staffingHeader { width: 100%; margin: 0px 0px 10px 0px; border-bottom: 1px solid #ccc; }	

#employeeSearch { width: 100%; }
#searchResults { width: 100%; }
	#searchResults label, 
	#emailAppts label { display: inline; float: none; width: 3em; margin: 5px 3px; vertical-align: top; }
#employeeResults { height: 150px; padding: 0px 0px 0px 10px; overflow-y: auto; border: 1px solid #ccc; background-color: #fff; }
	
#eventWorkers { width: 100%; text-align: left; }
#availRequests { width: 100%; } 

#loading { margin: 5px 0px; }

input#payrate { width: 3em; }

h2.staffing { padding: 0px 0px 4px 0px; }

#search-by-avail-form-area {
	margin: 0px 0px 10px 0px;
	padding: 8px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}

/* ----------------------------------------- Jobs ----------------------------------------------- */

.jobappbox { width: 450px; margin: 10px 0px 10px 0px; padding: 10px; background-color: #f1f1f1; }
	.jobappbox h3 { margin: 0px 0px 8px 0px; padding: 0px 0px 3px 0px; border-bottom: 1px dotted #ccc; }
	.jobappbox p { margin: 0px; padding: 0px 0px 6px 0px; }

.splitRow { float: left; width: 210px; }
.jobappfield { font-weight: bold; }

/* ------------------------------------- Users ----------------------------------------------- */

/* ---- Top ---- */

ul#users-tabs {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

ul#users-tabs li {
    display: inline;
    float: left;
    margin-bottom: -1px;
    border: 1px solid #ccc;
}

ul#users-tabs li.selected {
    margin-top: -4px;
    padding-top: 2px;
    padding-bottom: 4px; 
    border-bottom: none;
}

ul#users-tabs li a {
    display: block;
    width: 100px;
    padding: 8px;
    background-color: #fff;
}

ul#users-tabs li.selected a {
    padding-bottom: 6px;
}

/* ---- Profile ---- */

ul#up-tabs {
    display: inline;
    float: left;
    width: 100%;
    margin: 20px 0px 6px 0px;
    border-bottom: 1px solid #ccc;
}

ul#up-tabs li {
    display: inline;
    float: left;
    margin-bottom: -1px;
    border: 1px solid #ccc;
}

ul#up-tabs li.selected {
    margin-top: -4px;
    padding-top: 2px;
    padding-bottom: 4px; 
    border-bottom: none;
    background-color: #fff;
}

ul#up-tabs li a {
    display: block;
    width: 200px;
    padding: 8px;
    background-color: #f1f1f1;
}

ul#up-tabs li.selected a {
  background-color: #fff;	
}

ul#up-tabs li.selected a {
    padding-bottom: 6px;
}

/* ------------------------------------- Events ----------------------------------------------- */

/* ---- Top ---- */

ul#events-tabs {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

ul#events-tabs li {
    display: inline;
    float: left;
    margin-bottom: -1px;
    border: 1px solid #ccc;
}

ul#events-tabs li.selected {
    margin-top: -4px;
    padding-top: 2px;
    padding-bottom: 4px; 
    border-bottom: none;
}

ul#events-tabs li a {
    display: block;
    width: 150px;
    padding: 8px;
    background-color: #fff;
}

ul#events-tabs li.selected a {
    padding-bottom: 6px;
}

/* ---- Create/Edit ---- */

.event-file-name {
	width: 200px !important;
	margin: 8px 10px 0px 0px;
}

.event-file-link {
  width: 400px !important;
  margin: 8px 0px 0px 0px;
}

.delete-file-checkbox-cell {
	padding: 3px;
}

/* ----------- Day List ------------- */

#day-event-list {
	margin: 20px 0px 0px 0px;
}

#day-list-title {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 8px 0px;
  border-bottom: 2px solid #ccc;
  font-size: 16px;	
}

.event-list-title {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #ccc;
  font-size: 16px;
}

/* ------------------------------------- Staffing ----------------------------------------------- */

#needed-positions-section {
	margin: 0px 0px 10px 0px;
}

#needed-list li {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

#needed-list-no-float li {
  margin: 0px 0px 2px 0px;	
}

#needed-list li,
#needed-list-no-float li {
  padding: 4px 8px;	
}

.ar-button-little-yes {
	background-color: #A2EBA9;
	padding: 3px;
}

.ar-button-little-no {
  background-color: #FBE6F2;
  padding: 3px;
}

.ar-button-big-yes {
  background-color: #A2EBA9;
  padding: 10px;
}

.ar-button-big-no {
  background-color: #FBE6F2;
  padding: 10px;
}

li.unfilled {
	background-color: #FBE6F2;
}

li.filled {
	background-color: #A2EBA9;
}

.not-yet {
  padding: 4px;
  background-color: #ffffcc;
  border: 1px solid #ffcc00;	
}

.notified_notdone {
	padding: 4px;
  /* background-color: #FBE6F2;	*/
  background-color: #ffffcc;
  border: 1px solid #ffcc00;  
}

.notified_done {
  padding: 4px;
  background-color: #A2EBA9;
}

.confirmed_done {
  padding: 4px;
  background-color: #A2EBA9;	
}

.confirmed_notdone {
  padding: 4px;
  background-color: #FBE6F2;
}

.appt-canceled-label {
  padding: 4px;
  background-color: #FBE6F2;	
}

.appt-active-label {
  padding: 4px;
  background-color: #A2EBA9;	
}

.appt-confirmed-label-no {
	padding: 4px;
	background-color: #FBE6F2;
}

.appt-confirmed-label-yes {
	padding: 4px;
	background-color: #A2EBA9;
}

.appt-status-cell {
	padding: 6px;
}

/* ------------------------------- Schedule Overview -------------------------------------------- */

#schedule-overview-search-area #inline-calendar {
	display: inline;
	float: left;
	margin: 0px 30px 0px 0px;
}

#schedule-overview-search-area #other-criteria {
  display: inline;
  float: left;
}

.schedule-date-group-title {
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 30px 0px 20px 0px;
	padding: 10px 0px;
	text-align: center;
}

.day-event {
	margin-bottom: 20px;
}

.day-event .event-list-title {
	padding: 0px 0px 4px 0px !important;
	font-size: 14px;
}

/* ------------------------------------- Settings ----------------------------------------------- */

/* ---- Positions ---- */

#edit-positions-form-title {
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #ccc;
}

.position-area {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;	
}

.position-form-set {
	display: inline;
	float: left;
	width: 80%;
}

.position-delete-area {
	display: inline;
	float: left;
	width: 20%;
	margin: 8px 0px 0px 0px;
}

/* ---- Event Fields ---- */

.event-field {
	margin: 0px 0px 10px 0px;
	padding: 10px 15px;
	background-color: #f1f1f1;
	border: 1px solid #999;
}

.event-field-name {
	border-bottom: 1px solid #ccc;
}

.event-field-details {
	display: inline;
	float: left;
	width: 70%;
}

.event-field-actions {
  display: inline;
  float: left;
  width: 20%;
  margin: 8px 0px 0px 20px;
}	

/* ---- Staff User Fields ---- */

.user-field {
	margin: 0px 0px 10px 0px;
	padding: 10px 15px;
	background-color: #f1f1f1;
	border: 1px solid #999;
}

.user-field-name {
	border-bottom: 1px solid #ccc;
}

.user-field-details {
	display: inline;
	float: left;
	width: 70%;
}

.user-field-actions {
  display: inline;
  float: left;
  width: 20%;
  margin: 8px 0px 0px 20px;
}	

/* ---- Billing ---- */

#plan-details {
	padding: 20px 20px 20px 10px;
	background-color: #f1f1f1;
}

#referral-details {
	margin: 30px 0px 0px 0px;
}

#referral-details iframe {
  height: 600px !important;	
}

#selected-plan-details {
	width: 300px;
  margin: 0px 0px 20px 0px; 
  padding: 0px 0px 20px 0px; 
  border: 1px solid #ccc; 
  text-align:center;
}

#plan-left-column {
	display: inline;
	float: left;
	margin: 0px 40px 0px 0px;
}

#plan-right-column {
  display: inline;
  float: left;
} 

/* --------------------------- Pagination - Page Numbers ----------------------------------- */
.pages { 
    padding: 0 0 1em 0; 
    margin: 0 0 1em 0; 
    clear: left; 
    font-size: 85%; 
}

.pages a, 
.pages strong { 
    display: block; 
    float: left; 
    padding: 0.2em 0.5em; 
    margin-right: 0.1em; 
    border: 1px solid #fff; 
    background: #fff; 
}

.pages strong { 
    border: 1px solid #2E6AB1; 
    font-weight: bold; 
    background: #2E6AB1; color: #fff; 
}

.pages a { 
    border: 1px solid #9AAFE5; 
    text-decoration: none; 
}

.pages a:hover { border-color: #2E6AB1; }
.pages a.nextprev { font-weight: bold; }
.pages span.nextprev { color: #666; }
.pages span.nextprev { border: 1px solid #ddd; color: #999; }

/* JS popup menu */
.popupMenu { position: absolute; top: 0px; left: 100px; width: 200px; padding: 0px 0px 25px 0px; background: url(/img/popupmenubottom.png) no-repeat center bottom; }
.popupMenu ul { margin: 0; padding: 5px; list-style-type: none; background-color: #eaf2fa; border: 3px solid #006699; border-bottom: none; }
.popupMenu ul a { display: block; width: 185px; height: 25px; line-height: 25px; text-decoration: none; }
.closeButton { position: absolute; width: 16px; height: 16px; right: 5px; top: 5px; }
.closeButton img { margin: 0; padding: 0; }
.closeButton a:hover { background-color: none; }

/*
----------------------------------------------------------------------------
 Layout
---------------------------------------------------------------------------- 
*/

#eventInfo { 
    display: inline;
    float: left; 
    width: 900px; 
}

#map { 
    display: inline;
    float: left; 
    width: 500px; 
    height: 400px; 
    background-color: #eee; 
}

#eventDetails {
    display: inline; 
    float: left; 
    margin: 0px 0px 0px 10px; 
    width: 370px; 
}

#eventDetails dl { margin: 10px 0px 10px 0px; padding: 0px 0px 5px 0px;  border-bottom: 1px dotted #ccc; }
#eventDetails dt { float: left; width: 8em; font-size: 85%; clear: left; padding-top: 1px; padding-right: 4px; color: #999; }
#eventDetails dd { margin-left: 0; padding-bottom: 5px; }	

.instruction {	margin-bottom: 1em; color: #6c7d8e; background: #EAF2FA url(/img/feature-box.gif) 0 0 no-repeat; }
.instruction div { padding: 15px 15px 10px 15px; background: url(/img/feature-box.gif) 100% 100% no-repeat; }

#appointments { 
    display: inline;
    float: left; 
    margin: 0px 0px 0px 0px; 
}

#editAppt { 
    float: left; 
    width: 100%; 
    margin: 5px 0px; 
}

#workRequests { 
    float: left; 
    width: 500px; 
}

#searchArea { 
    float: left; 
    width: 100%; 
}	

#employeeSearch {
    display: inline; 
    float: left; 
    width: 100%; 
}

#search-results { 
    display: inline;
    float: left; 
    width: 100%; 
    margin: 15px 0px; 
}
	
#search-results label { width: 3em; float: none; margin: 5px 0px; display: inline; }

#eventWorkers { 
    float: left; 
    width: 100%; 
    text-align: left; 
}

#loading { margin: 5px 0px; }

/* ------------------------------- Profile Page --------------------------------- */

#event-profile-header {
  margin: 0px 0px 0px 0px;	
}

#event-profile-header h2 {
	display: inline; 
	float: left;
	width: 300px; 
	font-size: 30px; 
	margin: 5px 0px 0px 5px;
}

#profile-top-buttons {
	display: inline; 
	float: right;
	width: 250px; 
	margin: 10px 0px 0px 0px;
}

#profile-top-buttons p {
  margin-bottom: 10px;	
}

.title-canceled {
	padding: 4px;
  background-color: #FBE6F2;
}

/* -------------------------------- Staffing --------------------------------- */

#event-details-header {
  margin: 0px 0px 10px 0px;
  padding: 8px; 
  background-color: #f1f1f1;
}

#event-details {
	display: inline;
	float: left;
	width: 500px;
}

#event-details-actions {
	display: inline;
	float: right;
	padding: 10px 20px 0px 0px;
}

#event-details-schedule {
	padding-bottom: 4px;
}

.scheduled-icon {
	display: block;
	margin: 4px 0px 0px 4px;
	text-indent: -4000px;
	background: top left no-repeat url(/img/accept.png);
}

.clock-in-button {
    background-image: none !important;
    background-color: green;
    color: #fff;
}

.clock-out-button {
    background-image: none !important;
    background-color: red;
    color: #fff;
}

/* -------------------------------- Staff Search --------------------------------- */

.show-time-conflicts,
.hide-time-conflicts {
	padding: 2px;
	background-color: #ffffcc;
}

.other-appts {
	margin: 10px 0px 0px 0px;
}

.staff-search-result .other-appt {
	display: inline;
	float: left;
	width: 285px;
	margin: 0px 10px 8px 0px;
	padding: 4px;
  background-color: #ffffcc;
  border-color: #ffcc00;	
}

.staff-search-result .other-appt .appt-time {
	padding: 0px 0px 0px 0px;
}

.staff-search-result .other-appt .position-label {
	padding: 0px 0px 0px 0px;
}

.staff-search-left-section {
    display: inline; 
    float: left; 
    width: 55%;
    border-right: 2px solid #ccc;
}

.staff-search-right-section {
    display: inline; 
    float: left; 
    width: 40%;    
    margin: 0px 0px 0px 20px;
}

/* -------------------------------- All Scheduling Conflicts --------------------------------- */

.schedule-conflict-appt {
	padding: 6px 4px;
	background-color: #f1f1f1;
}

#schedule-conflicts {
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 2px solid #ccc;
}

#schedule-conflicts .position-label {
	padding: 0px 0px 4px 0px;
}

#schedule-conflicts .upcoming-appt {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
}

#schedule-conflicts .conflicts-subtitle {
	margin: 10px 0px 0px 0px;
}

#schedule-conflicts .upcoming-appt h4.appt-event-name {
	margin: 0px 0px 6px 0px;
}

#schedule-conflicts .conflict-appts {
	margin: 10px 0px 20px 0px;
	padding: 15px;
	background-color: #ffffcc;
}

/* -------------------------------- Single Appt: Scheduling Conflicts --------------------------------- */

.button-answer-area,
#button-answer-area {
	margin: 15px 0px 45px 0px;
}

.answer-button {
  padding: 10px 60px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.answer-button:hover, 
.answer-button:active {
  color: #fff 
}

.yes-button,
#yes-button {
  background-color: #006600; 
}

.no-button,
#no-button {
  background-color: #990000;
}

#other-appointments-area {
	margin: 20px 0px 0px 0px;
	border: 1px solid #ccc;
}

#other-appointments-area h3 {
	padding: 5px 0px 5px 8px;
	background-color: #ccc;
}

#other-appointments {
	padding: 15px;
}

#other-appointments h4 {
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 4px 4px;
  border-bottom: 1px solid #ccc;
  background-color: #f1f1f1;	
}

#other-appointments p {
  padding: 0px 0px 8px 4px;	
}

.other-appt {
	margin: 0px 0px 15px 0px;
}

h3.warning {
	padding: 10px 0px 8px 6px;
	background-color: #ffffcc;
}

/*
Typography
---------------------------------------------------------------------------- */
h3.workAppt { padding: 15px 0px 8px 0px; }
.instruction h3 { clear: left; color: #6c7d8e; font-size: 135%; font-weight: normal; letter-spacing: -0.03em; line-height: 1; border-bottom: 1px dotted #6c7d8e; }
.instruction h4 { font-size: 85%; color: #999; padding: 0px 0px 4px 0px; font-weight: normal; }
#map p { padding: 150px 10px 0px 10px; }

