/* Standard CSS On All Pages */
 
BODY  {
      background-color: #F0FBFE;
      margin: 0px;
	  width:100%;
	  font-family:  Verdana, Arial, Helvetica, sans-serif;
      }

body.printable {background-color: #FFFFFF; margin-left: 0px; margin-top: 1px; margin-right: 0px; } 

/* ***** MAIN TEXT STYLES ***** */
/* STANDARD HEADERS */
/** ELLIOTT COMPLEX NOTES****CHANGE h1, h3, and h5 only for each complex main color****/ 
h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0D816F; 
	text-align:left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #08556D;
	text-align:left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #035447;
	text-align:left;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #636363;
	text-align:left;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0D816F;
	text-align:left;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
}

/* STANDARD BODY TAG FORMATTING */

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
}
	
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align:left;

}

hr {
    border-style: solid;
    background-color: #A8A8A8;
    height: 1px;
	padding: 1px;
    border: none; 
    width: 100%; 
    color: #E3D0A4;
	}

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 1px;
	text-align:left;
}
/* To use a graphic bullet add this attribute */
/* list-style-image: url(/images/bullet.gif); */

A:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #4C4C4C;
}
/* NOTE: text links should use underline */
A:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #353535;
}
/* NOTE: visited link should be a slightly darker version of main link color */

A:active, A:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #067496;
} 


.alert {
	font-weight: bold;
	color: #FF0000;
}
/* NOTE: alert should use a variation of red */

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding: 8px 0px 8px 6px;
}


/* FOR THIS SITE - CUSTOM STYLES */
/* Consistently use mainTable, mainContent, footer styles and customize here */
/* Add your own additional styles for the site and customize here  */
/*COMPLEX NOTES - Will need to update some colors in this section for each complex*/
.mainTable {
	width: 95%;
	padding: 0px;
	border: 1px solid black;
}

.mainContent {
	padding: 7px 9px 9px 4px;
	width: 777px;

	}
.mainContent-int {
	padding: 20px;
	border-top: solid 1px #d4c3a9;
	}
.mainContent-complex {
	padding: 20px;
	}
.mastbg {
	color: #08806a;
	background-image:url(images/mast-bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align: right;
	background-color: #FFFFFF;
	}
.mastlogo {
	text-align: left;
	}
.tophtml {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	padding: 7px 18px 0px 0px;
	color: #08806a;
	}
.calltoday {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	padding: 0px 18px 0px 0px;
	color: #08806a;
	}
.phone {
	font-size: 18px;
	}
.register {
	padding: 30px 51px 0px 0px;
	text-align: right;
	}

TD.nav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	background-image: url(images/navBG.gif);
}
A:link.navlink, A:visited.navlink  {
	color: #FFFFFF;
	text-decoration:none;
}
A:hover.navlink, A:active.navlink  {
	color: #b8eeff;
	text-decoration:none;
}
.content-bg {
	padding-top: 17px;
	background-image:url(images/contentbg-mid.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
.content-int-bg {
	padding-top: 17px;
	background-image:url(images/content-intMid.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}

.content-hp {
	font-size: 12px;
	padding: 12px 0px 28px 0px;
}
P.hp {
	line-height: 18px;
}
.pic-hp {
	border: solid 3px #FFFFFF;
}
.leftbar {
	width: 240px;
	padding: 7px 3px 9px 5px;
}

.space-top {
	padding-top: 8px;
	text-align: center;}
.space-bottom {
	padding-bottom: 8px;
	text-align: center;}
TD.morephotos {
	padding: 0px 18px 0px 22px;
	background-image:url(images/morephotos-bg.gif);
	font-size: 11px;
	font-weight:bold;
	}
A:link.morephotos, A:visited.morephotos  {
	color: #4c4c4c;
	text-decoration:underline;
}
A:hover.morephotos, A:active.morephotos  {
	color: #249ec3;
	text-decoration:underline;
}	
TD.sistersites {
	font-size: 10px;
	padding: 4px 0px 4px 22px;
	font-weight:normal;
	background-color:#FFFFFF;

	}
A:link.sistersites, A:visited.sistersites  {
	color: #4c4c4c;
	text-decoration:underline;
	font-weight:normal;
}
A:hover.sistersites, A:active.sistersites  {
	color: #249ec3;
	text-decoration:underline;
	font-weight:normal;
}
.location {
	font-size: 10px;
	padding: 4px 3px 4px 22px;
	font-weight:normal;
	}
.survey {
	font-size: 10px;
	padding: 24px 3px 24px 22px;
	font-weight:normal;
	}
.graybg {
	background-color: #FFFFFF;
	background-image:url(images/graybg.gif);
	background-repeat:repeat-x;
}
.leftbg {
background-color: #FFFFFF;
background-image:url(images/bg-left.jpg);
background-repeat:repeat-x;
}
.rightbg {
background-color: #FFFFFF;
background-image:url(images/bg-right.jpg);
background-repeat:repeat-x;
}
TD.bottom {
	background-color:#F0FBFE;
	border-top: solid 1px #E6E6E6;
}
TD.footer {
	background-color:#F0FBFE;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #656565;
	text-align: center;
	padding: 17px 5px 8px 5px;
	line-height:150%;
}
TD.copyright {
	background-color:#F0FBFE;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #0d816f;
	text-align: center;
	padding: 8px 5px 17px 5px;
}
A:link.copyright, A:visited.copyright  {
	color: #0d816f;
	text-decoration:underline;
	font-weight:normal;
}
A:hover.copyright, A:active.copyright  {
	color: #249ec3;
	text-decoration:underline;
	font-weight:normal;
}
.address {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #656565;
	text-align: left;
	padding: 6px 3px 8px 22px;
}
A:link.small, A:visited.small  {
	color: #656565;
	text-decoration:underline;
	font-weight:normal;
}
A:hover.small, A:active.small  {
	color: #249ec3;
	text-decoration:underline;
	font-weight:normal;
}
.credit: {
	padding-top: 5px;}
	
.buttonbar-win {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0f806b;
}

.buttonbartable-win {
	padding: 0px;
	margin: 0px;
}

.buttonbarcell-win {
	color: #0f806b;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	border-style: outset;
	border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
	text-indent: 0px;
	background-image:url(images/qsrch-button.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	width: 162px;
	height: 24px;
	text-align: center;
	
}
		
a:link.buttonbarlink-win, a:active.buttonbarlink-win, a:hover.buttonbarlink-win, a:visited.buttonbarlink-win  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0f806b;
}

	
/*quicksearch*/
Table.quicksearch {
	background-image:url(images/qsrch-bg.jpg);
}
.qsrch-top {
	padding-top: 14px;}
.qsrch-label {
font-size: 9px;
color: #FFFFFF;
text-align: right;
padding: 0px 4px 0px 0px;
}
.qsrch-button {
	padding: 16px 2px 10px 0px;
	text-align: center;
}
.qsrch-formitems  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 2px 1px 3px 1px;
	}
.qsrch-formitems2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 13px 5px 13px 5px;
	}	
/* qsrch form elements */
input.qsrchtext {
color: #000000;
font: normal 12px Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #000000;
text-indent: 0px; 
background-color: #FFFFFF;
padding: 1px 3px 0px 3px;
width: 65px;
height: 18px;
}
textarea.qsrchfield, select.qsrchfield {
color: #000000;
font: normal 10px Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #003265;
text-indent: 0px; 
background-color: #FFFFFF;
padding: 3px;
width: 50px;
text-align: left;
}


/* The button alternative with a 3d effect */
input.qsrchbutton {
color: #0f806b;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
border: 0px;
border-style: outset;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
text-indent: 0px; 
background-image:url(images/qsrch-button.gif);
padding: 0px;
width: 162px;
height: 24px;
}
.quickflash-border {
	width: 5px;
	background-color: #d7bf88;
	}
.qflash-table {
	margin:5px;
}
/*for Ownernet
body.MainContent-owner {
	padding: 25px;}
TD.owner { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px; 
	border: 0px solid; 
	border-color: #439374 #006633 #004A29 #91C4B0; 
	background-color: #f7ebcf; 
	color: #01376d; 
	cursor: default; 
	text-align: left;
	padding-left: 22px;
	padding-bottom: 2px;
	background-image:url(images/nav-bg.gif);
	height: 25px;
 }
a:link.owner { 
	text-decoration: none; 
	font-size: 11px; 
	color: #01376d; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
 }
	
a:visited.owner { 
	text-decoration: none; 
	font-size: 11px; 
	color: #012952; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}

a:hover.owner { 
	text-decoration: none; 
	font-size: 11px; 
	color: #0159b1; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}
.mastR-owner {
	padding: 5px 0px 0px 0px}
.mast-logo-owner {
	padding: 5px 0px 0px 13px;
	text-align: right;}
*/
/*********** BEGIN PROGRAMMED PAGE STYLES *************/
/*OwnerNet Vendor List
.vendortable	{ 
	width: 600px;
	background-color: #fcf8ee; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #e3d0a4;
}
.vendorhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #003265;
	padding: 3px;
	background-color: #e3d0a4;
}
.vendorspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #9b6d27;
	background-color: #fcf8ee;
	padding: 1px 5px 1px 5px;

}
.vendordescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003265;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #e3d0a4;

}
.vendorlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #9b6d27;

}
*/
/*OwnerNet Reservation Rpt
.ownresreporttable { 
	width: 600px;
	background-color: #faf3e2; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #003265;
}
.ownresreportheader 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003265;
	padding: 3px;
	background-color: #e3d0a4;
}
.ownresreportcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003265;
	background-color: #ffffff;
	padding: 1px 5px 1px 5px;
	border: 1px solid #e3d0a4;

}
*/                          
/* THE SEARCH PAGE */
.searchtable {
	padding: 0px;
	}

.searchlink {
	color: black;
	}
	
.querytable { 
	width: 100%;
	background-color: #FFFFFF; 
	padding: 0px;
	border: solid 0px #f3e8ce;
	text-align:left;
}

.queryhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #066654;
	background-image:url(images/house-info-bg.gif);
	border-bottom: solid 1px #bfbfbf;
	padding: 8px 0px 7px 12px;
	text-align:left;
}

.queryspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #816420;
	text-align:left;
	padding: 2px 2px 1px 2px;
}
.querylabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #816420;
	padding: 2px 2px 1px 2px;
	text-align: right;
}
/* THE RESULTS PAGE */
.resultstable	{ 
	width: 95%;
	background-color: #b8a280; 
	padding: 0px;
	margin: 0px;
	border: 0px solid #997d51;
}

.resultshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #E3D0A4; 
	padding: 0px 3px 0px 3px;
	height: 12px;

}

a:link.resultslink, a:visited.resultslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #358FDD;
	padding: 3px;
	text-decoration: underline;
	
}

a:hover.resultslink, a:active.resultslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000033;
	padding: 3px;
	text-decoration: underline;
}

.resultsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #01376D;
	background-color: #F4F2E7;
	padding: 3px;
}
                       
.resultsspecsON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000066;
	background-color: #FFFFDD;
	padding: 3px;
}
.resultspic {
	text-align: center;
	background-color: #F4F2E7;
	padding: 3px;
	}
.bedslabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #816420;
	background-color: #E3D0A4; 
	padding: 0px 3px 0px 3px;
	width: 80px;
	height: 12px;
	
}
                          
TD.photolink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0f7190;
	font-size: 9px;
	font-weight: normal;
	padding: 0px 10px 0px 3px;
	width: 75px;
	text-align: left;
}
A:link.smallLinks, A:visited.smallLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0f7190;
}
A:hover.smallLinks, A:active.smallLinks  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color: #353535;
}
                           
/* The ALPHA page */
.alphatable {
	text-align: center;
	padding: 0px;
	border: solid 1px #E3D0A4;
	margin: 0px;
	width: 95%;
}
.alphaletter	{ 
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #CEB478;
	border: 1px solid #BFA464; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 10px;
	color: #003265;
	text-align: left;
	background-color: #F4F2E7;
	border: 1px solid #E3D0A4;
	padding: 3px;
}
 

/* THE HOUSE PAGE */
img.houseThumb {
width:76px;
height:52px;
overflow:auto;
margin: 5px 0px 5px 4px;
border: solid 1px #0F7190;
}
Table.housethumb-bg {
background-image:url(images/thumbarrow.gif);
width: 420px;
text-align: left;
margin: 8px 0px 0px 0px;
}
.housetable	{ 
	width: 100%;
	background-color: #FFFFFF; 
	padding: 0px;
	border: solid 0px #C9D4D4;
}

.househead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #066654;
	text-align:left;
	background-image:url(images/house-info-bg.gif);
	background-repeat:no-repeat;
	border-bottom: solid 1px #bfbfbf;
	padding: 8px 0px 7px 12px;

	}
.houselabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #816420;
	text-align:left;
	padding: 16px 0px 0px 0px;
}
.housespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2383a1;
	text-align:left;
	padding: 3px 0px 7px 0px;
}
.checkavail-bg {
background-image:url(images/check-bg.gif);
text-align: center;
}
/*new for elliott condos*/
.housepic {
	border: solid 3px #FFFFFF;
	width: 302px;
}
.housepicTD {
	background:url(images/housepicbg.jpg);
	padding: 17px 20px 0px 20px;
	background-repeat:no-repeat;
	width: 351px;
	text-align: center;
}
/*******************/
.specials-housepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #d54100;
	text-align:left;
	background-color:#ffffff;
	padding: 1px;
	border-right: dashed 1px #d54100;
	width: 120px;
	}
TD.print-icon {
	text-align: right;
	padding: 0px 2px 2px 2px;
}
A:link.printlink, A:visited.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #01376d;
}
A:hover.printlink, A:active.printlink  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0159b1;
}	
.amenitypic {
	border: 1px solid #cccccc;
}

/* The property details table */
.propdetailstable	{ 
	text-align: center;
	width: 100%;
	padding: 1px;
	border: 1px solid #EFDEB8;
	padding: 1px;
	background-color: #F4F2E7;
}
.propdetailsheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #C1A667;
	border: 1px solid #C1A667; 
	padding: 3px;
}
.propdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 3px;
	background-color: #FFFFFF;
	color: #003265;
	border: 1px solid #E3D0A4;
}
.propimagetable {
	width: 100%;
	padding: 1px;
	border: 1px solid #EFDEB8;
	background-color: #FFFFFF;
}
/*Condo Rates*/

.condoratestable	{ 
	text-align: center;
	width: 100%;
	background-color: #e9eff2; 
	padding: 0px;
	border: 1px solid #c9d4d4;
}
.condorateshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	background-color: #b7e6f5;
	border: 1px solid #a3b5bb;
}
.condorateslabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #003265;
	text-align: center;
	padding: 0px;
	background-color: #b7e2da;
	border: 1px solid #a3b5bb;
}
              
.condoratesdata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	border: 1px solid #a3b5bb;
	background-color: #FFFFFF;
	color: #0F538F;

}
/* Property Rates Table on House Page */
.ratestable	{ 
	text-align: center;
	width: 100%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px solid #bfcacf;
}

.rateshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	background-color: #1da288;
	border: 1px solid #bfcacf;
}
              
.ratesdata {
	text-align: center;
	padding: 3px;
	border: 1px solid #bfcacf;
	background-color: #ebf5f9;
	color: #0f7190;
}

div#map {
	width: 298px;
	height: 223px;
	border: 2px solid #E3D0A4;
	text-align: center;
	background-color: #F4F2E7;
}
TD.map {
	text-align: center;
}
                
                
/* The SPECIALS page */
.specialstable	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 1px solid #BFA464;
	background-color:#F4F2E7;
}
.specialscontent	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 0px;
	background-color:#FFFFFF;
	text-align:left;
}
.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 2px;
	background-color: #BFA464;
}

.weeklyhead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 3px;
	background-color: #315C87;
}
A:link.specialshead, A:visited.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #A69433;
	text-decoration: underline;
}
A:hover.specialshead, A:active.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #F0DA64;
	text-decoration: underline;
}
.specialsannounce {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #AA0000;
}
.specialsempty {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #837E68;
	background-color: #FFFFFF;
	border: 1px solid #E3D0A4;
	padding: 3px;
}
.specialsspecs {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align:left;
	color: #003265;
	background-color: #FFFFFF;
	border: 1px solid #E3D0A4;
	padding: 5px;
}
  
  
  /* The CONCIERGE page */
.conciergetable	{ 
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #e3d0a4;
}
.conciergehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #003265;
	padding: 3px;
	background-color: #e3d0a4;
}

.conciergespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #003265;
	background-color: #f4f2e7;
	padding: 3px;
}

/* The EVENTS pages */
.eventstable	{ 
	width: 95%;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #e3d0a4;
}

.eventshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
	background-color: #003265;
}

.eventsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #003265;
	background-color: #f4f2e7;
	padding: 3px;
}
                          
.eventsdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #0F538F;
	background-color: #ffffff;
	padding: 3px;
}
                          
 
/* The Cart TABLE */

.compare {
	border: 1px solid #358FDD;
	padding: 2px;
}

.comparehead {
	background-color: #D2F0FC;
	padding: 3px;
}

.comparedata {
	padding: 3px;
	background-color: #ffffff;
	color: #0F538F;
}
                
.carthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border: 0px;
	background-color: #0F538F;
}

.cartspecs {
	padding: 3px;
	background-color: #FEFFD5;
	color: #2F7BBD;
}
                
.cartdata {
	padding: 3px;
	background-color: #ffffff;
	color: #2B74B3;
	border-bottom: 1px solid #2B74B3;
	text-align: center;
}
                
.carttable	{ 
	text-align: center;
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px dotted #2B74B3;
}
/* For the Booking Process*/
.progressBar{
                padding: 2px;
                text-align:center;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size:12px;
        		color: #a3a3a8;
}
.progressBarSelected{
        		color: #663300;
                font-weight:bold;
                font-style:normal;
                border: 1px solid #d4c3a9;
                padding: 4px 5px 5px 4px;
				background-image:url(images/step-selected.gif)
                
}
.progressBarNotSelected{
        		color: #ad9673;
                font-weight:normal;
                font-style:italic;
                border-bottom: 0px solid #a3a3a8;
                border-top: 0px solid #a3a3a8;
                padding: 4px;
                background-color:#fcf6eb;
}
/* RESERVATIONS */
.reserve {
	font-size: 11px;
	font-weight: bold;
	color: #816420;
	padding: 4px;
	border: 0px;
	background-color: #eddebc;
	border: solid 1px #ffffff;
	width: 75%;
	text-align: right;
}
.reservehead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	border: 0px;
	background-color: #d4c3a9;
	border: solid 3px #ffffff;
	text-align:left;
}
.reservedata {
	font-size: 11px;
	padding: 4px;
	background-color: #ffffff;
	color: #816420;
	border: solid 1px #ffffff;
	width: 25%;
	text-align: right;
}
                
.reservetable	{ 
	background-color: #d4c3a9;
	padding: 4px;
	width: 240px;
}
.resterms {
        width:100%;
        height:205px;
        overflow:auto;
}
/*For the Reservations Form to align the pieces*/
Table.resformtable {
	width: 70%;
	float: left;
}
.resformlabel {
text-align: right;
}
.resformdata {
text-align: left;
}
                
/*For the 3D text links that need to look like FORM buttons*/
.buttonbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #288cab;
}

.buttonbartable {
	padding: 0px;
	margin: 0px;
}

.buttonbarcell {
	color: #288cab;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style: outset;
	border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
	text-indent: 0px;
	background-image:url(images/btn-input.gif);
	background-repeat:no-repeat;
	padding: 1px 0px 0px 0px;
	width: 116px;
	height: 24px;
	text-align: center;
	
}
		
a:link.buttonbarlink, a:active.buttonbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #288cab;
}

a:hover.buttonbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #288cab;
}

a:visited.buttonbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #288cab;
}

/*For the BOOK IT button - 3D text links that need to look like FORM buttons*/
.book-buttonbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #ffffff;
}

.book-buttonbartable {
	padding: 0px;
	margin: 0px;
	
}

.book-buttonbarcell {
	color: #288cab;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style: outset;
	border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
	text-indent: 0px; 
	background-image:url(images/btn-input.gif);
	background-repeat:no-repeat;
	padding: 0px;
	width: 116px;
	height: 24px;
	text-align: center;
}

a:link.book-buttonbarlink, a:active.book-buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #288cab;
}

a:hover.book-buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #288cab;
}

a:visited.book-buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #288cab;
}


/* FORM elements */
input {
color: #003265;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #003265;
text-indent: 2px; 
background-color: #FFFFFF;
padding: 2px;
width: 180px;
}
select {
color: #003265;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #003265;
text-indent: 2px; 
background-color: #FFFFFF;
padding: 2px;

}
textarea {
color: #003265;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #003265;
text-indent: 2px; 
background-color: #FFFFFF;
padding: 2px;
}

/* The checkbox/radio alternative to matches the page background color */
input.clear {
color: #000000;
border: 0px;
background-color: #FFFFFF;
padding: 0px;
width: 20px;
}

/* The button alternative with a 3d effect */
input.button {
	color: #288cab;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style: outset;
	border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
	text-indent: 0px;
	background-image:url(images/btn-input.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	width: 116px;
	height: 24px;
}
/* The button alternative with a 3d effect - for guestnet on secure page */
input.gn-button {
	color: #288cab;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style: outset;
	border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
	text-indent: 0px;
	background-image:url(images/btn-input-gn.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	width: 360px;
	height: 24px;
}

/* CALENDAR STYLES ARE HERE */

.arrivalLink {
	color: black;
	}
	
.backtotopLink {
	color: white;
	}

/* This sets the link color */
.cal-link:link    { color: #000000; text-decoration:underline; }
.cal-link:visited { color: #000000; text-decoration:underline; }
.cal-link:hover   { color: #000000; text-decoration:underline; }

/* This sets the dull link color */
.cal-dlink:link    { color: #717171; text-decoration:underline; }
.cal-dlink:visited { color: #717171; text-decoration:underline; }
.cal-dlink:hover   { color: #717171; text-decoration:underline; }

/* This sets the calender outer box */
.cal-box {
	border-top-color: #01376d;
	border-right-color: #01376d;
	border-bottom-color: #01376d;	
	border-left-color: #01376d;
	margin: 3px;
	}
	
/* This sets the calendar back */
.cal-back {
	background-color: #01376d;
	}
	
/* This sets the calender year outer box */
.cal-year-box {
	border-bottom-color: #CCCCCC;
	}
	
/* This sets the calender today box */

.cal-today {
	color: #000000;
	background-color: #E3D0A4;
	border-right-color: #CCCCCC;
	}

/*This sets the calender year previous box */
.cal-year-prev {
	color: #000000;
	background-color: #E3D0A4;
	border-right-color: #CCCCCC;
	}
	
/* This sets the calender year number previous box */
.cal-year {
	color: #000000;
	background-color: #E3D0A4;
	}

/*This sets the calender year Next box */
.cal-year-next {
	color: #000000;
	background-color: #E3D0A4;
	border-left-color: #CCCCCC;
	}

/*This sets the calender month outer box */
.cal-month-box {
	border-bottom-color: #CCCCCC;
	}

/*This sets the calender month previous box */
.cal-month-prev {
	color: #000000;
	background-color: #E3D0A4;
	border-right-color: #CCCCCC;
	}

/*This sets the calender month text box */
.cal-month {
	color: #ffffff;
	font-weight:bold;
	background-color: #01376d;
	border-bottom-color: #C39D46;
	border-left-color: #C39D46;
	border-top-color: #C39D46; 
	border-right-color: #C39D46;
	padding: 2px;
	text-align:center;
}

/*This sets the calender month next box */
.cal-month-next {
	color: #000000;
	background-color: #E3D0A4;
	border-right-color: #CCCCCC;
	}


/*This sets day of the week start*/
.cal-day-start {
	color: #ffffff;
	background-color: #BFA56A;
	padding-left: 5px;
}

/*This sets day of the week rest*/
.cal-day-rest {
	color: #ffffff;
	background-color: #BFA56A;
	padding-left: 5px;
}


/*This sets days availible*/
.cal-days-avail {
	color: #000000;
	background-color: #B5D7D0;
	padding-left: 5px;
}

/*This sets the out of range days */
.cal-days-unknown {
	color: #000000;
	background-color: #A6BEEE;
	padding-left: 5px;
}

/*This sets days booked*/
.cal-days-booked {
	color: #000000;
	background-color: #FFEBB6;
	padding-left: 5px;
}

.cal-days-HS {
	color: #000000;
	background-color: #7EABB2;
	padding-left: 5px;
}
.cal-days-UC {
	color: #000000;
	background-color: #FCD97F;
	padding-left: 5px;
}
.cal-days-C {
	color: #000000;
	background-color: #6A93E2;
	padding-left: 5px;
}
.cal-days-W {
	color: #000000;
	background-color: #D4C3A9;
	padding-left: 5px;
}
.cal-days-G {
	color: #000000;
	background-color: #FFBA5F;
	padding-left: 5px;
}
.cal-days-O {
	color: #000000;
	background-color: #95E49F;
	padding-left: 5px;
}


/*This sets the out of month days */
.cal-days-invalid {
	color: #000000;
	background-color: #FFFFFF;
}

/*For 3-D buttons*/
a.3dbuttonlink{
	background: transparent; color: #288cab; text-decoration: none
}
.3dbuttontable {
        border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: #743507;
}
.3dbuttoncell {
	color: #288cab;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style: outset;
	border-color: #FFE69A #743507 #743507 #FFE69A;
	background-image:url(images/btn-input.gif);
	background-repeat:no-repeat;
	text-indent: 0px; 
	padding: 0px;
	width: 116px;
	height: 24px;}



/* Make a table column that looks just like the submit button */
td.buttonmain {
background-image:url(images/btn-input.gif);
background-repeat:no-repeat;
color: #288cab;
font-size: 12px;
font-weight: bold;
border-color: #371802;
border-width: 0px;
padding: 0px;
width: 116px;
height: 24px;
}
