body {
	background: #fff;
}

.w120 {
	width: 120px;
}

select.w120 {
	width: 134px;
}

.w280 {
	width: 280px;
}

select.w280 {
	width: 294px;
}

label {
	padding-left: 4px;
	text-align: right;
}

div.lmContainer {
	width: 470px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	color: #444444;
}

div.lmContainer h1 {
	font-size: 24px;
	text-align: center;
}

div#errorResult {
	width: 380px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 40px;
	color: #777777;
}

div#loadingIndicator {
	width: 124px;
	margin: 50px auto;	
	text-align: center;
}

div#loadingIndicator span {
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
	color: #777777;	
}

table.lmFiltersTable {
	margin: 20px;
}

table#resultsTable {
	border-collapse: collapse;
	width: 470px;
	margin: 0px;
	padding: 0px;
}

table#resultsTable tr {
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}

tr.dateHeader {
	background: #e3eaf5;
}

tr.resultRow td {
	padding: 6px 0px;	
}

tr.dateHeader td {
	font-size: 16px;
	font-weight: bold;
	padding: 4px 20px;
}

div.fromTime {
	padding-left: 20px;
	font-size: 16px;
}

div.toTime {
	padding-left: 20px;
	font-size: 12px;
	color: #777777;
}

div.service {
	font-size: 14px;
	margin-right: 6px;
}

div.employee {
	font-size: 12px;
	color: #777777;
	margin-right: 6px;
}

td.col1 {
	width: 96px;
}

td.col2 {
	width: 184px;
}

td.col3 {
	width: 190px;
}

table.bookButton {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}

table.bookButton tr {
	margin: 0px;
	padding: 0px;
}

table#resultsTable table.bookButton tr {
	border: 0px;
}

table.bookButton td {
	margin: 0px;
	padding: 0px;
}

img.bookImg {
	vertical-algin: middle;
	margin: 0;
	padding: 0;	
	max-width: 100%;
}

div.dollarSection {
	line-height: 20px;
	height: 20px;
	border-top: 1px solid #fba009;
	border-bottom: 1px solid #fba009;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 64px;
	text-align: center;
}

div.dollarSection a {
	text-decoration: none;
	color: #2BA6CB;
}

div.dollarSection a span {
	position: relative;
	top: 1px;
	color: #fba009;
}

div.savings {
	font-size: 12px;
	text-align: right;
	padding-right: 30px;
}

div.savings span.dollarSavings {
	color: #eb0808;
}

div.pagination {
	text-align: center;
}