/* -------------------------- COLOURS THAT CHANGE -------------------------- */

h1, h2, h3, h4 {
    color: #00B3E2;
}

a {
    color: #00B3E2;
}

.nav a:hover, .action a:hover {
    color: #00B3E2; 
	text-decoration:underline;
}

#nav_topright a.boxed:hover {
    color: #ffffff;
    background-color: #00B3E2;
    border-color: #00B3E2;
}

#menu dt:hover, #menu dt.over {
	background-color:#00B3E2;
	border-color:#00B3E2;
    /*background-image: url(../images/bgarrow_blue.jpg);*/
}

#menu li a {
    color: #00B3E2;
}

#menu li a:hover, li a:active {
    background-color: #00B3E2;
    color: white;
}

#menu dt.has_sub:hover, #menu dt.has_sub_over {
	background-image: url(../images/arrow_right_cyan_white.gif);
} 

#details {
	background-color:#00B3E2; 
}

#action_box {
	background-color:#99E1F3;
}

#nav a:hover {
	background-color:#00B3E2;
	border:1px solid #00B3E2;
}

/* -------------------------- DETAILS PAGE -------------------------- */

.square_thumb {
	width:51px; 
	height:51px; 
	background-color:#99E1F3; 
	float:left; 
	margin:0px 7px 7px 0px;
}

.first_thumb {
	margin:0px 6px 7px 0px;
}

.last_thumb {
	margin:0px 0px 7px -1px;
}

.square_thumb img {
	cursor:hand;
}

#right_imageblock {
	position:static;
	width:455px;
	height:264px;
}

.large_image {
	position:absolute; 
	filter:Alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
	background-color:black;
	width:455px;
	height:264px;
}

.first {
	filter:Alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;

}

.high_season td {
	background-color:#ff0000;
}

.med_season td {
	background-color:white;
}

.low_season td {
	background-color:#00bfff;
}

#credit_rates .num {
	text-align:right;
}

#credit_rates .dates {
	text-align:left;
}

#credit_rates .year {
	text-align:center;
}

/* -------------------------- RATES PAGE -------------------------- */

.apartment em {
	font-weight:normal; 
	font-size:10px;
}
.rates em {
	font-weight:normal; 
	font-size:9px;
	font-style:normal;
}
.rates {
	border-collapse:collapse;
}
.rates th {
	text-align:right;
}
.rates td, .rates th {
	font-size:11px;
	padding:1px 5px;
	vertical-align:top;
	border-width:0px;
}
.rates td {
	border-bottom:1px solid #CFD0D1;
	text-align:right;
}
.rates th.apartment {
	background-color:#CFD0D1;
	color:black;
	vertical-align:middle;
	text-align:center;
}
tr.red td, tr.red th {
	color:#B71237;
}
tr.blue td, tr.blue th {
	color:#0074BE;
}
.rates th.season {
	border-top:1px solid #CFD0D1;
}
.rates .season {
	text-align:left;
}
.rates .topRow td, .rates .topRow th {
	border-top-width:0px;
}
.rates .bottomRow td, .rates .bottomRow th {
	border-bottom:2px solid black;
}
.rates th.year {
	color:black;
	border-right:2px solid black;
}
.rates td.dates {
	text-align:left;
	padding-left:5px;
}
.rates .heading th {
	padding-top:20px;
}

.rates .startSeason td {
	/*padding-top:6px;*/
}

.rates .endSeason td, .rates .endSeason th {
	/*padding-bottom:6px;*/
}

#calendar td {
	/*border-bottom-width:0px;*/
}

.rates .noBorder {
	border-bottom-width:0px;
}

.singleRate td, .singleRate th{
	padding:5px;
}

.singleRate th.apartment {
	border-bottom-width:0px; 
}

.rates .apartmentHeading {
	text-align:left;
}

.rates th.bottomApartment {
	border-bottom:2px solid #CFD0D1;
}

#propertyType {
	color:black; 
	padding-top:0px; 
	margin-top:0px;
}

.ar {
	background-image:url('/images/interface/ar.gif'); 
	background-repeat:no-repeat; 
	background-position:right 50%;
}

.subsubheading {
	font-weight:bold;
}
