@charset "UTF-8";

#RateTbl{
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 75%;
	letter-spacing: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
#RateTbl thead th{
	width: 2em;
	text-align: center;
}
#RateTbl th,
#RateTbl td{
	padding: 2px;
	width: 22px;
}
#RateTbl tbody th{
	width: 3em;
	text-align: right;
}
/*
	Regular Season Color
*/
#RateTbl tbody td{
	background-color: #fff;
}
/*
	High Season Color
*/
#RateTbl tbody td.HighSeason{
	background-color: #f90;
}

#PriceTbl{
	margin: 0 auto;
}
#PriceTbl td{
	padding: 1em;
	width: 50%;
	text-align: left;
}
#PriceTbl td h3{
	text-align: center;
}
#PriceTbl td h3.SeasonRegular{
	padding: 0 0 0 1ex;
	border-bottom: 2px #fff solid;
}
#PriceTbl td h3.SeasonHigh{
	padding: 0 0 0 1ex;
	border-bottom: 2px #f90 solid;
}

#PriceTbl td ul li{
	text-align: right;
}
#PriceTbl td ul li span{
	float: left;
}


#Process{
	margin: 0 0 2em;
	width: 100%;
}
#Process caption{
	font-size: 160%;
	font-weight: bold;
}
#Process td{
	width: 33%;
}
#Process td.CenterCell{
	padding: 0 1ex;
}
#Process h4{
	margin: 0 0 1ex;
	text-align: center;
}
#Process tfoot p{
	margin: 0;
	padding: 1ex;
}
#Process ul li{
	margin: 0 0 0 1.3em;
	padding: 3px 0;
	list-style-type: disc;
	font-size: 90%;
	line-height: 130%;
}
#Process ul li.Caption{
	margin: 0;
	padding-top: 2ex;
	list-style: none;
	font-size: 100%;
	font-weight: bold;
	border: none;
}

