@charset "iso-8859-1";

BODY {scrollbar-face-color: #674600; scrollbar-darkshadow-color: #FFFFCC; scrollbar-shadow-color: #FFFFCC; scrollbar-highlight-color: #FFFFCC5; scrollbar-3dlight-color: #FFFFCC; scrollbar-track-color: #FFFFCC; scrollbar-arrow-color: #FFFFCC; }
A:LINK, A:VISITED {color : #FF6633; text-decoration : none; font : bold; }
A:HOVER {background-color : #FFFF00; color : #000000; text-decoration : none;}
#chart,TD {border-collapse: collapse; font: 10px; font-family: arial;}

.accom_type {font-size: 10pt; font-weight: bold; color: #FFFFFF;}
.accom_name {font-size: 8pt; font-style: italic; color: #19610B; width: 98px;}
.occupancy {font-size: 8pt; color: #19610B; text-align: center; width: 32px;}
.bedrooms {font-size: 8pt; color: #19610B; text-align: center; width: 12px;}
.beds {font-size: 8pt; color: #19610B; text-align: center; width: 60px;}
.kitchen {font-size: 7pt; color: #19610B; text-align: center; width: 24px;}
.bathroom {font-size: 8pt; color: #19610B; text-align: center; width: 20px;}
.tub {text-align: center; width: 20px;}
.fireplace {text-align: center; width: 20px;}
.tv {text-align: center; width: 20px;}
.on_pool {text-align: center; width: 20px;}
.ac {text-align: center; width: 20px;}
.rates {font-size: 8pt; color: #19610B; text-align: right;} 

.legend {font-size: 8pt; color: #000000; text-align: left;}

.info_links {font-size: 7pt; color: #000000; text-align: center;}	

.vt_title {font-size: 10pt; color: #FFFFCC; text-align: left;}	
.vt_text {font-size: 8pt; color: #000000; text-align: left;}		

function openCenteredWindow(Url,windowW,windowH){
var windowX = (screen.width/2)-(windowW/2);
var windowY = (screen.height/2)-(windowH/2);
WFeatures = "width="+windowW+",height="+windowH;
Nw = window.open(Url,"Centered", WFeatures) 
Nw.moveTo(windowX, windowY)
}

function VersionNavigateur(Netscape, Explorer) {
  if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||      
      (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
    return true;
else return false;
}

function loadFrames(link) {
framecode = "<FRAMESET ROWS='40,*' FRAMESPACING='0' FRAMEBORDER='no' BORDER='0'>"
+ "<frame src='menu_link.htm' SCROLLING='no' FRAMEBORDER='no'>"
+ "<frame src='" + link + "'>"
+ "</frameset>";
+ "<\/NOFRAMES>"

page = window.open("");
page.document.open();
page.document.write(framecode);
page.document.close();
}

function switchImg(ThisChart,NewPath){
window.document.images[ThisChart].src = NewPath
}
