/* ******** PROPERTY RATES ******** */

/* propertyRates links */
#unitRates .links {
	width: 100%;
	margin-bottom: 1em;
}
#unitRates .top {
	position: absolute;
	top: -2em;
	right: 0em;
}

/* propertyRates basis */
#unitRates .basis {
	margin-top: 1em;
	margin-bottom: 1em;
}
#unitRates .basis dt, #unitRates .basis dd {
	display: inline;
}

/* propertyRates currency */
#unitRates .currency {
	margin-bottom: 1em;
	height: 2em;
}
#unitRates .currency dl {
	float: left;
	padding-top: 0.5em;
	margin-right: 2em;
}
#unitRates .currency dt, #unitRates .currency dd {
	display: inline;
}
#unitRates .currency dt {
	margin-right: 0.5em;
}
#unitRates .currency form {
	float: right;
	width: 50%;
	text-align: right;
}
#unitRates .currency form fieldset {
	border: none;
}
#unitRates .currency form input {
	position: absolute;
	left: -999em;
}
#unitRates .currency form a {
	display: none;
}

/* propertyRates specialOffer */
#unitRates .specialOffer {
	margin-bottom: 1em;
}
#unitRates .specialOffer h3 {
	color: #ff0000;
	margin-bottom: 0.5em;
}
#unitRates .specialOffer dt, #unitRates .specialOffer dd {
	display: inline;
}
#unitRates .specialOffer dt {
	font-weight: bold;
	margin-right: 0.5em;
}

/* propertyRates data */
#unitRates .data {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #720002;
	margin-bottom: 1em;
}
#unitRates .data th, #unitRates .data td {
	border-top: 1px solid #720002;
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: normal;
}
#unitRates .data th {
	text-align: left;
	font-weight: bold;
	height: 25px;
}
#unitRates .data td {
	text-align: center;
}

/* propertyRates data head */
#unitRates .data thead .colGroups th {
	background-color: #FFFFFF;
	border-top: none;
}
#unitRates .data thead .cols th {
	border-left: 1px solid #720002;
	border-right: 1px solid #FFFFFF;
	background-color: #720002;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
} 
#unitRates .data thead .colGroups .date, #unitRates .data thead .colGroups .rate {
	border: 1px solid #720002;
	border-bottom: none;
}
#unitRates .data thead .cols th span {
	position: static;
	white-space: nowrap;
	text-align: left;
}
#unitRates .data thead .cols .period {
	border-right: 1px solid #FFFFFF;
	border-left: none;
	white-space: nowrap;
	text-align: left;
}
#unitRates .data thead .cols .minStay {
	border-right: 1px solid #720002;
}

/* propertyRates data body */
#unitRates .data tbody td {
	white-space: nowrap;
}
#unitRates .data .notes th, #unitRates .data .notes td {
	border-top: none;
	white-space: normal;
}
#unitRates .data .notes th {
	text-align: right;
}
#unitRates .data tbody th {
	border-left: 1px solid #720002;
}
html>/**/body #unitRates .data tbody th {
	border-left: 2px solid #720002;
}

#unitRates .data tbody td.last {
	border-right: 1px solid #720002;
}

/* propertyRates toc */
#unitRates .toc {
	border: 1px solid #720002;
	border-top: none;
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-bottom: 1em;
}

/* propertyRates .notes */
#unitRates .notes {
	margin-bottom: 1em;
}
#unitRates .notes h3 {
	margin-bottom: 0.5em;
}
#unitRates .notes li {
	margin-left: 1em;
	margin-bottom: 0.5em;
	padding-left: 1em;
}

/* propertyRates .fees */
#unitRates .fees {
	margin-bottom: 1.5em;
}
#unitRates .fees h3, #unitRates .fees dl, #unitRates .fees dt, #unitRates .fees dd {
	display: inline;
}
#unitRates .fees h3, #unitRates .fees dd {
	margin-right: 1em;
}


/* normalize styles for GBS description */
#regionAbout ul {
    list-style-type: disc;
    margin: 1em 0em 1em 1.3em;
    *margin-left: 1.4em;
}


/* New styles added by Melted Media */
#unitRates .alt {
	background-color:#FAF4C1;
}

#unitRates .data thead .cols1 th {
	border-left: 1px solid #fff;
	background-color: #720002;
	color: #FFFFFF;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
} 

#unitRates .data thead .cols1 .period {
	border-left: none;
	white-space: nowrap;
	text-align: left;
}

.general_table {
border-top:1px solid #720002;
border-left:1px solid #720002;
}

.general_table th{
border-right:1px solid #fff;
border-bottom:1px solid #720002;
background:#720002;
color:#fff;
text-align:center;
padding:5px 3px;
}

.general_table th.last{
border-right:1px solid #720002;
}

.general_table td{
border-right:1px solid #720002;
border-bottom:1px solid #720002;
padding:5px 3px;
}

.general_table .alter{
background:#FAF4C1;
}