/********* BODY AND LAYOUT STYLES ************/
@import url("Default_Formatting.css");

/********* SEARCH RESULT STYLES ************/

@import url("Default_SearchResults.css");
	
/********* SEARCH BOX STYLES ************/

@import url("Default_SearchBox.css");


/********** LISTING DETAILS STYLES ****************/

@import url("Default_Listing.css");

/********** FEATURED PROPERT STYLES ****************/

@import url("Default_FeaturedListing.css");
	
/********* RESULTS FILTERING BAR ************/

@import url("Default_FilterBar.css");

/********* Destination Styles ************/

@import url("Default_Destination.css");

/********* Tab Styles ************/

@import url("Default_Tabs.css");

/**********The above contains the directory links styles etc ***************/

BODY	{
	margin: 0px;
	background-color: #FFFFFF;
	font: 8pt Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	scrollbar-3dlight-color:;
    scrollbar-arrow-color: #ffffff;
    /* scrollbar-base-color:; */
    /* scrollbar-darkshadow-color:; */
    scrollbar-face-color:#3992E2;
    /* scrollbar-highlight-color:; */
    /* scrollbar-shadow-color:;*/
	background-position:center;
	}

A      { font-weight: normal; text-decoration: underline; color: #0000FF;}
A:Visited   { /* text-decoration: ;*/ color: #0000FF;}
A:Active    { /* text-decoration: ;*/ color: #0000FF;}
A:Hover     { text-decoration: underline; color: #FF0000;}

.navTopLevel     { font-size: 14px; font-family:Arial; font-weight: ; text-decoration: none;}
.navTopLevel:Visited   { /* text-decoration: ;*/ }
.navTopLevel:Active    { /* text-decoration: ; */}
.navTopLevel:Hover     { text-decoration: none; color: #FF0000;}

.navTopLevelOn     { font-size: 14px; font-family:Arial; font-weight: bold; color: #ffffff;}

.navSecondLevel     { font-size: 14px; font-family:Arial; text-decoration: underline; color: #ffffff;}
.navSecondLevel:Visited   { text-decoration: ; color: #ffffff;}
.navSecondLevel:Active    { text-decoration: ; color: #ffffff;}
.navSecondLevel:Hover     { text-decoration: none;}

.navSecondLevelOn     { font-size: 14px; font-family:Arial; font-weight: bold; color: #CBE5FF;}
