/* custom styling for the reservation app */
/*
.disabled {color: #666;}
*/
.hidden {display: none;}

body.reservations #reservations {
	clear: both;
	margin-top: 1em;
	width: 100%;
}

body.reservations fieldset div.row {clear: both;}
body.reservations fieldset div.row label span.notes {margin: 0;}
body.reservations fieldset div.notes {
	font-size: smaller;
	text-align: center;
}
body.reservations p.notes {
	float: right;
	width: 60%;
	margin-top: 0;
	margin-left: 2em;
}
body.reservations h2 {
	clear: both;
}
p.solo {font-size:smaller;}

#info_review {
	list-style-type: none;
	padding: 0;
}
#info_review li {
	clear: both;
	padding: 4px 2px;
	border-bottom: 1px solid #ccc;
}
#info_review li span.label {
	display: block;
	float: left;
	width: 45%;
	margin-right: 1em;
	text-align: right;
}
#info_review li.total { font-weight: bolder; }
#i_total {color: red;}
#i_total_old {text-decoration: line-through;}

body.reservations button.disabled {color: #666;}
body.reservations button.disabled:hover {border-style: outset;}
body.reservations div.next {
	clear: both;
	margin: 1ex 0;
}

#f_date_trigger {padding: 0;}
#f_date_show {padding: 0 4px; font-size: smaller;}

button.submit {
	border: 1px outset #006;
	padding: 1px 1em;
	background-color: #eee;
	color: #005;
	text-decoration: none;
	cursor: pointer;
}
