/*#### BASE STYLIN' ####*/
@import "drop_test.css";

body{
	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0; padding: 0;
	
}

div#quick_links{
	position: absolute;
	top: 0px;
	left: 52em;
	margin: 0 2em 0 0;
	border: 1px solid #666;
	background: #ddd;
	padding: 0 4px 4px 4px;
	border-top: 0;
	width: 25em;
	text-align: right;
	
}

div#quick_links a:link, div#quick_links a:visited{
	
	color: #444;
	padding: 2px;
	
}

div#quick_links a:hover{
	
	color: #369;
	background: #fff;
	padding: 2px;
}

.clear{
	width: 100%;
	font-size: .1em;
	height: .1em;
	margin: 0;
	display: block;
	clear:both;
	
}
div#header {
	position: absolute;
	top: 5px;
	left: 5px;
}
h1 { 
	margin: 0;
}
div#page{
	width: 76em;
	margin: 0;
}
div#content {
	margin-top: 8em;
}

div.gutter{
	
	padding: 1em;
	
}

p.note{
	
	color: #999;
	font-size: 80%;
	font-style: italic;
	
}
.error, .chargeback, .negative {
	color: red;
}
p.label-input {
	clear: both;
	float: left;
}
p.label-input input {
	float: left;
	clear: none;
}
p.label-input label.error  {
	clear: none;
	float: right;
}
div#main{
	
	float: left;
	width: 55em;
	margin-left: 1em;
	
}

div#side{
	
	float: left;
	width: 18em;
	
}
div.tab-area{
	
	border: 2px solid #ccc;
	border-top: 0;
	margin:0; padding: 0;
	font-size: 90%;
	
}
div.no-tab {
	border: 2px solid #ccc;
	margin:0; padding: 0;
	font-size: 90%;
}
p.submit {
	text-align: right;
	padding-right: 1em;
}
form.delete-form input, p.submit input {
	float: right;
	clear: none;
}
form.delete-form input {
	margin-right: 5em;
}
address {
	font-style: normal;
}
/*#### MAIN NAVIGATION ####*/

ul#top-level-nav {
	list-style-type: none;
	padding: .5em 0;
	background-color: #555;
	margin: 0;
	width: 100%;
	font-size: 95%;
	position: absolute;
	top: 50px;
	left: 0;
	min-width: 77em;
}

ul#top-level-nav li {
	clear: none;
	display: inline;
	padding: .5em;
	border-left: 2px solid #ccc;
	margin-left: 0;
}
ul#top-level-nav li.first {;
	border-left: 0;
}
ul#top-level-nav li a {
	color: #fff;
	text-decoration: none;
}
ul#top-level-nav li a:hover {
	color: #555;
	background-color: #fff;
	text-decoration: none;
}


/*++++++++++ INFORMATION-FORM.HTML STYLES ++++++++++*/
p.label-input, p.label{
	
	clear: left;
	padding: 5px;
	width: 55em;
	margin: .5em 0;
}

p.label select {
	float: left;
}

p.label-input label, p.label label{
	
	text-align: right;
	float: left;
	width: 220px;
	margin: 2px 4px;
	clear: none;
	
}

p.label input {
	clear: none;
}

p.label label.addl {
	text-align: left;
	clear: none;
	width: auto;
}

p.label-input input{ 

	float: left;
	font-size: 115%;

}

input.untouched {
	color: #999;
}

div#customer-details-form, div#home-details-form{
	margin: 0 auto;
	
}

fieldset{ 
	margin: 1em 0 0 2em; 
	border: 2px solid #555;
	text-align: left;
	
}
div.no-sidebar fieldset {
	margin: 1em;	
}

legend{ 
	
	border: 2px solid #555; 
	background: #eee; 
	color: #555; 
	padding: 4px 2em; font-size: 110%; 
	
}


/*#### ESTIMATOR SCHEDULE ####*/

div#schedule table{
	
	border: 1px solid #eee;
	font-size: 80%;
	width: 100%;
	
	
}

div#schedule table caption{
	
	text-align: left;
	background: #555;
	color: #fff;
	padding: 1em;
	font-size: 120%;
	
}

div#schedule table th{
	
	background: #eee;
	padding: 5px 25px;
	border-bottom: 1px solid #ccc;
	
}

div#schedule table td{
	
	padding: 10px 25px;
	border-bottom: 1px solid #efefef;
	
}
/*#### MINICAL ####*/

div#minical{
	
	float: left;
	
}

div#minical table{
	
	border: 1px solid #eee;
	border-width: 1px 0 0 1px;
	font-size: 70%;
	margin-bottom: 1em;
	
}

div#minical table caption{
	
	text-align: left;
	background: #555;
	color: #fff;
	padding: 5px 5px 5px 10px;
	font-size: 101%;
	
}

div#minical table th{
	
	background: #eee;
	border-bottom: 1px solid #ccc;
	
}

div#minical table td{
	border: 1px solid #efefef;
	border-width: 0 1px 1px 0;
	text-align: center;
}

div#minical table td a {
	color: #000;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

div#minical table td span {
	padding-top: 4px;
	height: 12px;
	width: 16px;
	display: block;
}
div#minical table tfoot td{
	
	text-align: center;
	
}

div#minical table td:hover{
	
	background: #CCFFBF;
	
}

div#minical td.off, div#minical td.off:hover {
	background: #ccc;
	color: #666;
	font-style: italic;
}
	

/*#### WEEKLY & DAILY TAB NAV ####*/

ul.tab_nav{
	
	width: 100%;
	float: left;
	list-style-type: none;
	border-bottom: 2px solid #ccc;
	margin:0;padding:0;
	font-size: 90%;
	
}

ul.tab_nav li{
	
	float: left;
	display: block;
	border: 2px solid #ccc;
	border-bottom: 0;
	margin-left: 10px;
	padding: 4px 24px;
	height: 21px;
	margin-bottom: -2px;
	
}

ul.tab_nav li.on{
	
	border-bottom: 2px solid #fff;
	
}

ul.tab_nav li.off{
	
	color: #666;
	background: #ccc;
	
}

/*### WEEKLY ###*/
div#week_of{
	
	background: #555;
	padding: .25em;
	
}

div#week_of div#week_nav a:link{
	
	color: #fff;
	text-decoration: none;
	
}

table.schedule{
	
	width: 100%;
	border: 1px solid #eee;
	
}

table.schedule caption{
	
	text-align: left;
	background: #555;
	color: #fff;
	font-size: 101%;
	padding: 10px 20px;
	
}

table.schedule caption h3{
	
	margin: 0;padding: 0;
	
}

table.schedule th{
	
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	
}

table.schedule td{
	
	padding: .5em 2em;
	border-bottom: 1px solid #eee;
	font-size: 80%;
	
}

table.schedule td.off_check{
	
	text-align: center;
	
}

table.schedule ul{
	
	list-style: none;
	float: left;
	border: 1px solid #ddd;
	border-right: 0;
	margin:0;padding:0;
	
}

table.schedule ul li{
	
	float: left;
	display: block;
	border-right: 1px solid #ddd;
	margin-left: 0;
	cursor: pointer;
	
	
}

table.schedule ul li span, table.legend td span {
	padding: 6px 10px;
	float: left;
}
#dates {
	margin: 5px 20px;
}
#dates td {
	border: 1px solid #ddd;
	border-right: 0;
	font-weight: normal;
	width: 27px;
	height: 27px;
	padding: 0;
}

#dates td.last {
	border-right: 1px solid #ddd;
}
table.legend td {
	padding: .7em;
}

table.legend caption {
	background-color: #fff;
	font-weight: normal;
	color: #555;
	font-style: italic;
	font-size: 90%;
}
/*#### DAILY SCHEDULES ####*/

ul.hours li span {
	
	padding: 4px 6px;
	
}
ul.hours li.noon{
	border-right:3px solid #ccc;
}
.atjob {
	border: 2px solid #1B7861;
	background-color: #CCFFBF;
}
.na {	
	background: yellow !important;
}
.res {
	background-color: #CBCC99;
}
.com {
	background-color: #B2B2B2;
}
table.schedule ul li span.atjob {
	padding: 4px 8px;
}
.no {
	background-color: #ccc;
}

.leave {
	background-color: #fcc;
}
.working {
	background-color: #CCFFBF;
}
/*#### Daily Appointments ####*/
span.address_label {
	display: block;
	height: 2em;	
}

div.appointment {
	border: 1px solid black;
	padding: 1em;	
	margin-bottom: 2em;
	width: 50em;
}
div.appointment p span {
	display: block;
	float: left;
	clear: none;
	width: 8em;
}
div.appointment p  {
	margin: 0 0 0 .3em;
	padding: 0;
}
\
p.to_link {
	clear: both;
}
div.job_map {
	float: right;	
}

ul.print-links {
	clear: both;
	list-style-type: none;
	margin-bottom: 2.5em;
}
ul.print-links li {
	padding: .4em;
	margin-left: 0;
	float: right;
	clear: none;
}
/*#### MANAGE USERS ####*/
#manage-users ul, #manage-referrers ul, #manage-appointments ul {
	list-style-type: none;
	padding: 0;
	margin-right: 1em;
}
#manage-users ul li, #manage-referrers ul li, #manage-appointments ul li {
	padding: .3em 0;
	border-bottom: 1px dotted #ccc;
}
#manage-users li a, #manage-appointments ul li a {
	color: #555;
	text-decoration: none;
}
#manage-users li a:hover, #manage-appointments ul li a:hover {
	text-decoration: underline;
}
/*#### EDIT USER ####*/
#user-info label, #user-access td {
	text-transform: capitalize;
}
#user-access table {
	margin: 0 auto;
}
#user-access table td {
	padding-bottom: .3em;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}
#user-access label {
	padding: 1em 2em;
}
#user-access p.label {
	text-align: center;
	margin-left: -5em;
}
#user-info label {
	display: block;
	clear: none;
	width: 8em;
	float: left;
}
#user-info input {
	clear: none;
}
/*#### MANAGE REFERRERS ####*/
#manage-referrers ul li ul {
	padding-left: 2em;
}
#manage-referrers ul li ul li {
	border-bottom: 0;
	border-top: 1px dotted #ccc;
}
/*#### LOGIN FORM ####*/
#login {
	width: 71.5em;
}
#login-form {
	border: 1px solid #555;
	margin: 4em auto;
	padding: 1em;
	width: 27em;
}
#login-form p {
	width: 25em;
}
#login-form label {
	display: block;
	clear: none;
	width: 6em;
	float: left;
}
#login-form input {
	clear: none;
	float: left;
}
/*#### LEDGER ####*/
div#main.no-sidebar {
	width: 76em;
}

table tr.alt td {
	background-color: #eee;
}

input.plain {
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	text-align: right;
}
#ledger td,#manage-jobs td, #ledger-list td  {
	padding: .3em .7em .3em .2em;
}
td.amount {
	text-align: right;
}
td.job-name {
	width: 10em;
}
table.payment-box {
	float: left;
	clear: none;
	margin: 0em 1em;
	border: 1px solid #555;	
	width: 24.5em;
}
table.payment-box tbody td {
	height: 2.5em;
}
.cancel {
	font-style: italic;
}

#ledger-items {
	width: 59em;
	margin: 0 auto;	
}
caption {
	font-weight: bold;
	margin-bottom: .5em;
}
caption.instructions {
	color: #555;
}
caption.legend {
	font-weight: normal;
	color: #555;
	font-style: italic;
	text-align: left;
}

#manage-jobs table th, #manage-jobs table th a,
#ledger-list table th, #ledger-list table th a,
#ledger-list table th, #ledger-list table th a,
#zipcodes table th, #zipcodes label, table.report-data th, 
#holidays table th, #holidays label, table.report-data th,
table.payment-box th {
	background-color: #555;
	color: #fff;
	padding: .2em;
}
table.report-data {
	margin-top: 25px;
	border: 1px solid #555;
}
table.report-data th a, table.payment-box th {
	color: #fff;
	text-decoration: none;	
}
table.report-data th a:hover {
	text-decoration: underline;
}
table.report-data td {
	line-height: 1.5em;
}
.str {
	text-align: left;
}
.int, .ratio {
	text-align: center;
}
.money {
	text-align: right;
	width: 6.5em;
}
.big-money {
	width: 8em;
}
tr.total td {
	font-weight: bold;
	border-top: 2px solid #ccc;
	text-align: center;
}
tr.payment-row td {
	font-weight: bold;
}
th.colgroup {
	padding-right: 5px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
th.colgroup-start {
	border-left: 2px solid #fff;
}
th.colgroup-end {
	padding-right: 5px !important;
	border-right: 2px solid #fff;
}
td.colgroup-start {
	border-left: 2px solid #ccc;
}
td.colgroup-end {
	border-right: 2px solid #ccc;	
	padding-right: 5px;
}
#job-codes {
	width: 60em;
}
#job-codes p {
	float: left;
	clear: none;
	width: 14em;
	display: block;
	margin: .2em;
}
#appointment-times, #customer-details-form, #confirm-appointment, #confirm-customer, #confirm-structure, #thank-you {
	width: 55em;
	float: left;
}
#bonus_info p.label-input, #bonus_info label {
	display: inline;
	width: auto;
	clear: none;
}
#bonus_info label {
	width: auto;
}
/*#### Zipcodes Page ####*/
#zipcodes table, #zipcodes #input-new, #zipcodes #existing-zips,
#holidays table, #holidays #input-new, #holidays #existing-holidays {
	float: left;
	clear: none;
}
#zipcodes table, #holidays table, #input-new {
	margin: 0 1em;	
	width: 100px;
}
#zipcodes table td, #holidays table td  {
	padding: .2em;
}
#zipcodes label, #zipcodes textarea,
#holidays label, #holidays textarea {
	clear: both;
	display: block;
}
#zipcodes textarea, #holidays textarea {
	border: 1px solid #555;
	width: 100px;
}
#zipcodes table th, 
#zipcodes label, 
table.report-data th, 
#holidays table th, 
#holidays label {
	width: 98px;
}
p.fineprint {
	font-size: 80%;
	color: #555;
	font-style: italic;
	clear: both;
}
#input-new p.fineprint {
	float: left;
	width: 9em;
}
#existing-zips p.fineprint, #existing-holidays p.fineprint  {
	width: 320px;
}
ul#next_prev {
	list-style-type: none;
	float: right;
	clear: none;
	border: 0;
	margin: 0;
}
ul#next_prev li {
	display: inline;
	border: 0;
}
ul#next_prev li a {
	color: #fff;
	text-decoration: none;
}
ul#next_prev li a span {
	padding: 0 .5em;
}
ul#next_prev li a:hover {
	background-color: transparent;
}
#filters legend {
	line-height: normal;
}
#filters {
	line-height: 3em;
	margin: 12px 0;
}
tr.subheader th {
	background-color: #999;
}
.seperator {
	border-right: 4px solid #fff;
}
tr.subtotal td {
	background-color: #ddd;
	font-weight: bold;
	text-align: center;
}
tr.total td.total_label, tr.subtotal td.total_label {
	text-align: right;
}
td.total {
	font-weight: bold;
}
table#res_com_close_ratio {
	border-collapse: collapse;
}
table#res_com_close_ratio th {
	width: 50px;
}
table#res_com_close_ratio td {
	padding: 2px;
}
.nowrap {
	white-space: nowrap;
}