@charset "UTF-8";
/* CSS Document */

table.rates {
	padding: 0px;
	border: none;
	border: 1px solid #789DB3;
}
table.rates td {
	font-size: 14px;
	background-color: #BDD9E3;
	vertical-align: middle;
	padding: 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #666666;
	border-bottom-color: #999999;
}
table.rates tr.special td {
	background-color: #DAE1E3;
}
table.rates tr.title td {
	background-color: #990000;
	color: #FFFFFF;
}

table.rsrv {
	padding: 0px;
	border: none;
}
table.rsrv td {
	font-size: 14px;
	background-color: #CCCCCC;
	vertical-align: middle;
	padding: 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}
