#HotelSearchForm {
	background-color:#ADD38A;
	border-bottom:1px solid #688A00;
	text-align:right;
	color:#fff;
	padding:0.3em;
}
#flashMessage {
	text-align:left;
}
table.report caption
{
	color: #688A00;
	font-size:1em;
}
table.report
{
	width:100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 1em 0;
	white-space: normal;
	border-collapse:separate;
}
table.report th
{
	background-color: #EDF8C9;
	padding:2px 5px;
	font-weight:normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	color:#688A00;
	text-align: center;
}
table.report th a
{
	text-decoration:none;
	color:#435C18;
}
table.report th a:hover
{
	color:#CC0000;
	text-decoration:underline;
}
table.report th small
{
	font-size:9px;
}
table.report tr td{
	background-color: #FFFFFF;
	padding:2px 5px;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
}

p.paging {
	padding:1em 0;
	font-weight:bold;
	text-align:center;
}
p.paging span {
	border:1px solid #1f6ea6;
	background-color:#fff;
	color:#1f6ea6;
	padding:0.25em 0.4em;
	margin:0.25em 0;
}
p.paging span.current {
	background-color:#1f6ea6;
	color:#fff;
}
p.paging span a{
	color:#1f6ea6;
	text-decoration:none;
	width:100%;
}
