@import"myMapOf.css";
/* Sets up heading 1 */
H1
{
	color:#d7d4b3;
}
/* Sets up colour for headings 2 and 6*/
h2,h6
{
	color:#BAB799;
}

/* Sets up the body of the page*/
Body
{
	background-color:#ffffff;
	color:#000000;
}

/* The link bar are beige in colour and have the hyperlinks and drop down menus on them, situated at the top and bottom of the page*/
.linkBar
{
	background-color:#6699ff;
	color:#ffffff;
}
/* Sets the styles and attributes of each section header*/
.sectionHeader
{
	background-color:#c8d1e3;
	color:#ffffff;
}
/*Thin bar are situated above the link bars and are a darker brown colour*/
.thinBar
{
	background-color:#3d588f;
}
/*Sets the style and attributes of the text for the word destination*/
.dest
{
	color: lightblue;
}
/*Used to style and set attributes of the text for the Country*/
.country
{
	color:#3d588f;
}
/* Sets up the font for heading 4 */
h4
{
	color:#000000;
}
h5
{
	/*color:#00267f;*/
	color:#6065C9;
	
}
h5.bold
{
	color:#2F3D9B;
}

/* Sets the initial colour and style of the link*/
a:link    
{
	color:#3d588f;
}
/*Changes the colour and style of the link when mouse pointer is hovering over it*/
a:hover   
{
	color:#3d588f;
}

/*Sets the colours and styles of links when they have been visited*/
a:visited 
{
	color:#3d588f;
}

/* Sets the paragraph text*/
p.setText
{
	color:#d7d4b3;	
	font-weight:bold;
}

/*rotocolour sets the colour to dark brown for the bars and buttons above and below the rotograph object*/
.rotoColour
{
	background-color:#6699ff;
	color:#ffffff;
}
.rotoColour,.rotoCorner
{
	background-color:#3d588f;
}
/*Creates a white bar used for spacing*/		
.whiteBar
{
	background-color:#ffffff;
}
/* creates a thin white bar used for spacing*/
.thinWhiteBar
{
	background-color:#ffffff;
}

/*Sets up the background colour of the cells containing descriptive texct*/
.detailBG
{
	background-color:#6699ff;
} 

/* Sets up the background colour for the cells containing destination regions*/
.destRegion
{
	background-color:#3d588f;
}


.destWorld
{
	background-color:#c8d1e2;
}



td.menu{background:#6699ff;}
table.menu
{
font-size:12px;
position:absolute;
visibility:hidden;
}
.hotelBG1,.hotelBG2,.selectedHotel
{
	text-align:left;
}
.selectedHotel
{
	background-color:#e8e8e8;
}
.hotelBG1
{
	background-color:#cfd1e8;
}
.facilityText
{
	color:#7671ad;
}

.islandSect,.hotelSect,.worldSect
{
	background-color:#6699ff;
	color:#ffffff;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #6699ff;
    color: #ffffff;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #ffffff;
 }
.ddmx .item2 {
    background: #c8d1e3;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #3d588f;
}
.rotolinks
{
	text-align:left;
		font-weight:500;
	font-size:0.7em;
}
