html, body {
	margin: 0;
	padding: 1em;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
body, body.fp, body.lp {
	background: url('/images/body_bg.gif') repeat-x left top #e9eacf;
	padding-top: 0;	
}
.wrapper {
	width: 510px;
	margin: 0 auto;	
}
.intro { border-bottom: 1px dotted #AAAAAA; padding: 12px 0; margin: 0 0 30px 0; }
.intro p { line-height: 1.6em; color: #444444; }

.logo-image{
	width: 100%;
}
a img{
	border:none;
}

#login_wrapper {
	padding: 20px;
	margin: 0 auto;
	width: 280px;
	text-align: left;
}
#login_wrapper .label { text-align: right; padding-right: 10px; }
input, select, textarea, button {
	border: 1px solid #AAAAAA;
	padding: 0.5em;
	background: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
.datepick-popup select {
	padding: 0;
}
input:focus, select:focus, textarea:focus {
	border-color: #222222;
	box-shadow: inset #DDDDDD 1px 1px 2px;
}
.label {
	
}
fieldset {
	margin-top: 2em;
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}
fieldset fieldset { background-color: #EEEEEE; }
fieldset legend {
	font-size: 18px;
	font-weight: normal;
	color: #444444;
	padding: 10px 0;
}
fieldset table {
	border-collapse: collapse;
	z-index: 1;
	overflow: hidden;
	background-color: #FFFFFF;
}
fieldset table, fieldset td {
	border: 1px solid #AAAAAA;
	text-align: center;
	padding: 0.25em;
	font-family: 'Lato', sans-serif;
}
.scrolltable .fixedHead td {
	height: 75px;
	background-color: #DDDDDD;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.scrolltable .fixedHead td span {
	width: 70px;
	overflow:hidden;
	font-size: 12px;
	/* Safari */
-webkit-transform: rotate(-60deg);

/* Firefox */
-moz-transform: rotate(-60deg);

/* IE */
-ms-transform: rotate(-60deg);

/* Opera */
-o-transform: rotate(-60deg);

display: inline-block;
}
.fixedArea .fixedColumn {
	
}
.noborder, .noborder td {
	border: none;
	text-align: left;
}
fieldset table thead th {
	padding: 0.25em 1em;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	
}
fieldset th {
	font-weight: normal;
	background-color: #DDDDDD;
	font-size: 15px;
	padding: 6px 10px;	
}
fieldset table tr:hover td {
	background-color: #fff5c2;
}
.highlight {
	border: none;
}
.highlight table td {
	position: relative;
}
.highlight table td:hover::after {
	background-color: #EEEEEE;
	content: '\00a0';
	height: 10000px;
	left: 0;
	position: absolute;
	top: -5000px;
	width: 100%;
	z-index: -1;
}
.highlight table tr:hover td:hover {
	background: #DDDDDD;
}
.overlap_money {
	position: relative;
}
.overlap_money span {
	position: absolute;
	left: 5px;
	top: 2px;
}
.overlap_money input {
	padding-left: 1.5em;
}
/*the divs on sales_history*/
.saleSegment{
	background-color: #cccccc;
	margin: 10px;
	width: 360px;
	display: inline-block;
	padding: 2em;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border: 1px solid #AAAAAA;
	box-shadow: #DDDDDD 2px 2px 4px;
}

.saleSegment p{
	margin: 0px;
}

/*the div for the products section on sales_history*/
.productSaleSegment, .employeeSaleSegment{
	margin-left: 20px;
}

.header { width: 100%; margin-bottom: 30px; }

.nav {
	height: 40px;
	width: auto;
	display: inline-block;
	border: 1px solid #666;
	border-radius: 2px;
	padding: 0;
	float: right;
	box-shadow: #AAAAAA 0 0 3px;
	-moz-box-shadow: #AAAAAA 0 0 3px;
	-webkit-box-shadow: #AAAAAA 0 0 3px;
	margin-top: 13px;
}
.nav a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;	
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #abd61e;
	background: rgb(161,196,45); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(161,196,45,1) 0%, rgba(171,214,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,196,45,1)), color-stop(100%,rgba(171,214,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(161,196,45,1) 0%,rgba(171,214,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(161,196,45,1) 0%,rgba(171,214,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(161,196,45,1) 0%,rgba(171,214,30,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(161,196,45,1) 0%,rgba(171,214,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c42d', endColorstr='#abd61e',GradientType=0 ); /* IE6-9 */
	padding: 0 20px;
	border-right: 1px solid #666;
	text-align: center;
	text-shadow: #ecf5cf 0 1px 1px;
}
.nav a:hover {
	color: #111111;	
	background: #B5EC00;
	text-shadow: #ecf5cf 0 1px 1px;
	box-shadow: inset #FFFFFF 0 0 2px;
}
.nav a:last-child { border-right: none; }
.location_field{
	float:left;
}


#price_notes, #weather_details {
	vertical-align: text-top;
}

h1 {
	font-family: 'Pathway Gothic One', sans-serif;
	color: #666;
	font-size: 38px;
	margin: 10px 0;	
}
h2 {
	color: #666;
	font-size: 18px;
	font-weight: normal;
}
h1 a {
	text-decoration: none;
	color: #666;
	font-size: 48px;
	text-shadow: #DDDDDD 1px 1px 2px;	
}
h1 .script {
	font-family: 'Oleo Script', cursive;
	font-weight: 400;
	color: #FFC100;	
}
.warning {
	border-color: #FFC52B;	
	background-color: #fcefce;
	outline: 1px solid #FFC52B;
}
.error {
	border-color: #FF0000;
	background-color: #fad7d7;
	outline: 1px solid #FF0000;
}
.legend {
	float:right; 
	margin-top: -5px; 
	width: 260px; 
	border: 1px solid #AAAAAA;
	padding: 10px 20px;
	box-shadow: #DDDDDD 0 0 3px;
	-moz-box-shadow: #DDDDDD 0 0 3px;
	-webkit-box-shadow: #DDDDDD 0 0 3px;
	background-color: #FFFFFF;
}
.legend * {
	text-align:left;
}

.legendIcon{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 10px 10px 10px 0;
}
#submitButton, #goButton, .button, #salesSubmit {
	background: #abd61e;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	color: #333333;
	border: 1px solid #666;
	border-radius: 2px;
}
#submitButton:hover, #goButton:hover, .button:hover, #salesSubmit:hover {
	color: #000000;	
	background: #B5EC00;
	text-shadow: #ecf5cf 0 1px 1px;
	box-shadow: inset #FFFFFF 0 0 2px;
}
#deleteButton{
	background-color: #E3211A;
}
.add_category_button {
	background: rgb(227,172,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(227,172,0,1) 0%, rgba(248,188,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,172,0,1)), color-stop(100%,rgba(248,188,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(227,172,0,1) 0%,rgba(248,188,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(227,172,0,1) 0%,rgba(248,188,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(227,172,0,1) 0%,rgba(248,188,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(227,172,0,1) 0%,rgba(248,188,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ac00', endColorstr='#f8bc00',GradientType=0 ); /* IE6-9 */
	border: 1px solid #666666;
	color: #333333;
	height: 33px;
	line-height: 33px;
	cursor: pointer;
	vertical-align: top;
	padding: 0 12px;
	border-radius: 2px;	
	text-shadow: #faefcc 0 1px 1px;
}
.add_category_button:hover {
	background-color: #ffd200;
	background-image: none;	
	text-shadow: #faefcc 0 1px 1px;
}
.contact_button, .calculate_address, .print_button, #employee_new {
	background: rgb(227,172,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(227,172,0,1) 0%, rgba(248,188,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,172,0,1)), color-stop(100%,rgba(248,188,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(227,172,0,1) 0%,rgba(248,188,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(227,172,0,1) 0%,rgba(248,188,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(227,172,0,1) 0%,rgba(248,188,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(227,172,0,1) 0%,rgba(248,188,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ac00', endColorstr='#f8bc00',GradientType=0 ); /* IE6-9 */
	border: 1px solid #666666;
	color: #333333;
	display:inline-block;
	height: 33px;
	line-height: 33px;
	cursor: pointer;
	vertical-align: top;
	padding: 0 20px;
	border-radius: 2px;	
	text-shadow: #faefcc 0 1px 1px;
	text-decoration: none;
	box-shadow: #AAA 1px 1px 2px;
	-moz-box-shadow: #AAA 1px 1px 2px;
	-webkit-box-shadow: #AAA 1px 1px 2px;
}
.calculate_address { line-height: inherit; }
.contact_button:hover, .calculate_address:hover, .print_button:hover {
	background-color: #ffd200;
	background-image: none;	
	text-shadow: #faefcc 0 1px 1px;
	box-shadow: #AAA 1px 1px 2px;
	-moz-box-shadow: #AAA 1px 1px 2px;
	-webkit-box-shadow: #AAA 1px 1px 2px;
}
.location_field .print_button { margin-bottom: 8px; height: 22px; line-height: 22px; float: right; }
.location_field th { padding: 10px 20px; }
.nameColumn:hover{ cursor: pointer; text-decoration: underline; }
/*.nameRow - use that */


.history-range{
	margin: 10px;
}

.history-range a{
	margin: 10px;
	color: #111;
	cursor: pointer;
	background-color: #abd61e;
	padding: 5px 10px;
	border: #888 solid 1px;
	border-radius: 2px;
	box-shadow: #ccc 1px 1px;
}
.history-range a.selected{
	background-color: #C8FA23;
}

.saleSegment.best{
	background: #DEFABB;
	border: 5px solid #abd61e;
}

#reminder-select{
	margin-bottom:12px;
}

pre{ 
	white-space: pre-wrap;
	word-break: break-all;
}