/* Standard CSS On All Pages */
 
BODY  {
      background-color: #efe6d8;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
	  font-family:  Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  font-style:normal;
	  font-weight:bold;
      }
body.printable {background-color: #FFFFFF; margin-left: 0px; margin-top: 1px; margin-right: 0px; } 
body.owner-bg {
 background-image:url(images/owner-bg.gif);
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
	  width:100%;
	 }

/* ***** MAIN TEXT STYLES ***** */
/* STANDARD HEADERS */
 
h1 {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #01376d; 
}

h1.homehead  {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #bd1317;
}

h3 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #816420;
}

h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #01376d;
}

h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #816420;
}

h6 {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* STANDARD BODY TAG FORMATTING */

P {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
	
TD {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

TH {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}

hr {
    border-style: solid;
    background-color: #efd9b3;
    height: 2px;
	padding: 2px;
    border: none; 
    width: 100%; 
    color: #efd9b3;
	margin: 0px;
	}

LI {
	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: #01376d;
}

A:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #012952;
}
/* 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: #0159b1;
} 
/* NOTE: active/hover link should use underline */

.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;
}


/* 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 */

.mainTable {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

.mainContent {
	width: 746px;
	background-color: #FFFFFF;
	margin: 10px 0px 14px 25px;
	padding: 0px;
	}
.mainContent-int {
	padding: 20px 40px 25px 25px;
	background-color: #FFFFFF;
	border: none;
	}
.leftnav  {
	width:229px;
}
.background-top {
	background-image:url(images/bg-top.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.background-bottom {
	background-image:url(images/masthead-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.mast-pic-bg {
	border-top: solid 2px #bd1317;
	background-color: #ffffff;
	background-image:url(images/ocean-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.mast-bg-int {
	background-color: #ffffff;
	background-image:url(images/mast-bg-int.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.pageheader {
	background-image: url(images/pageheader-bg.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	border: none;
	height: 46px;
}
.pageheader h1{
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #00478e; 
	text-align:left;
	padding: 8px 0px 0px 25px;
	margin: 0px;
	border:none;
}
TD.footer-bg {
	background-image:url(images/footer-bg.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}
#footer p {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #5d461c;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin:0;
}
#footer A:link, #footer A:visited {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #5d461c;
	text-decoration: underline;
}
#footer A:hover, #footer A:active  {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #e8b86a;
	text-decoration: underline;
} 
#opry-bg {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align:	center;
	text-decoration: none;
	padding: 60px 0px 0px 0px;
	color: #042f5a;
	float:right;
	margin: 10px 0px 0px 0px;
	clear: both;
	width: 84px;
	height: 56px;
	background-image: url(images/opry-logo.gif);
}
#opry-bg a:link, #opry-bg a:visited { 
	color: #042f5a;
	text-decoration: underline;
}
#opry-bg a:hover, #opry-bg a:active { 
	color: #e8b86a;
	text-decoration: underline;
}
.mast-bg {
	background-image: url(images/masthead-bg.gif);
	margin:0px;
}
.mast-border1 {
	background-image: url(images/sand-bg.jpg);
	height: 39px;
	border-bottom: solid 1px #ffffff;
	margin:0px;
}
.mast-border2 {
	width: auto;
	background-image: url(images/sand-bg.jpg);
	height: 12px;
	border-top: solid 1px #ffffff;
	margin:0px;
}
.mast-border3 {
	width: auto;
	background-image: url(images/sand-bg.jpg);
	height: 12px;
	border-top: solid 2px #bd1317;
	margin:0px;
}
.mast-text {
	margin: 18px 12px 0px 0px;
	float:right;
	width: auto;
	color: #7d643d;
	}
.mast-phone {
	margin: 13px 12px 0px 0px;
	float:right;
	width:300px;
	font-weight:bold;
	color: #024b94;
	}

.qsrch-bg {
	background-image:url(images/qsrch-bg.gif);
	text-align: right;}	
.qsrch-bg-int {
	background-image:url(images/qsrch-bg-int.gif);
	text-align: right;
	padding-right: 4px;}	
body.qsrch {
	  background-color: #e3d0a4;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
}
TD.qsrch-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003265;
	text-align: center;
	padding: 5px 0px 5px 10px;
	}
A:link.qsrch-links, A:visited.qsrch-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003265;
	text-decoration: underline;
	}
A:hover.qsrch-links, A:active.qsrch-links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #02509e;
	text-decoration: underline;
}	
TD.qsrch-items  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 42px;
	padding: 0px 0px 0px 10px;
	}	
TD.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 form elements */
input.qsrchtext {
color: #000000;
font: normal 10px Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #003265;
text-indent: 0px; 
background-color: #FFFFFF;
padding: 1px;
width: 80px;
}
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: 0px;
width: 119px;
text-align: left;
}
textarea.qsrchfield-sm, select.qsrchfield-sm {
color: #000000;
font: normal 10px Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #003265;
text-indent: 0px; 
background-color: #FFFFFF;
padding: 0px;
width: 40px;
}
.qsrch-button {
	padding: 3px 0px 0px 0px;
	text-align: center;
}
/* The button alternative with a 3d effect */
input.qsrchbutton {
color: #ffffff;
font: normal 10px Arial, Helvetica, sans-serif;
border: 0px;
border-style: outset;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
text-indent: 2px; 
background-image:url(images/qsrch-button.gif);
padding: 0px;
width: 158px;
height: 19px;
}
.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;
	width: 600px;
	}

.searchlink {
	color: black;
	}
	
.querytable { 
	width: 400px;
	background-color: #FFFFFF; 
	padding: 0px;
	border: solid 0px #f3e8ce;
	text-align:left;
	margin: 0;
}
.queryhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight: normal;
	color: #4474a3;
	background-image:url(images/hd-bg2.gif);
	background-position:left;
	background-repeat: no-repeat;
	border-top: solid 1px #b7cadc;
	padding: 3px 0px 0px 17px;
	height: 30px;
	text-align:left;
	margin: 0px 0px 0px 0px;
}
.queryspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #816420;
	text-align:left;
	padding: 0px 2px 3px 2px;
}
.queryspecs select {
width: 80px;
}
.querylabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #816420;
	padding: 0px 2px 3px 2px;
	text-align: right;
}
/* THE RESULTS PAGE */
.resultstable	{ 
	width: 95%;
	background-color: #b8a280; 
	padding: 0px;
	margin: 20px 0px 20px 0px;
	border-bottom: solid 1px #c7ab7b;
	border-left: solid 1px #c7ab7b;
}

.resultshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #00478e;
	background-color: #ffffff; 
	padding: 0px 3px 0px 3px;
	height: 14px;
	background-image:url(images/hd-bg2.gif);
	background-position:left;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 17px;
	border-top: solid 1px #c7ab7b;
}

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: #ffffff;
	background-image: url(/images/results-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 3px 3px 3px 13px;
}
                       
.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: #ffffff;
	border-top: solid 1px #c7ab7b;
	border-right: solid 1px #c7ab7b;
	padding: 5px;
	}
.bedslabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #8f7746;
	background-color: #ffffff; 
	padding: 5px 3px 0px 3px;
	width: 80px;
	height: 14px;
	border-top: solid 1px #c7ab7b;
}
                          
.photolink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
}
A:link.photolink, A:visited.photolink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #0066CC;
}
A:hover.photolink, A:active.photolink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #D6A62C;
}
 
 /* THE LONG TERM RESULTS PAGE */
.ltresultstable	{ 
	width: 95%;
	background-color: #ffffff; 
	padding: 0px;
	margin: 20px 0px 20px 0px;
	border-right: solid 1px #00478e;
	border-bottom: solid 1px #00478e;
	border-left: solid 1px #00478e;
}

.ltresultshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #00478e;
	background-image:url(/images/hd-bg3.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color: #cfe1f7; 
	padding: 2px 5px 4px 15px;
	border-top: solid 1px #00478e;
	border-bottom: solid 1px #00478e;
}
#sort {
	font-size:11px;
	font-weight: bold;
	text-align: right;
	padding: 0px 13px 0px 0px;
	font-style: italic;
	border-right: dashed 1px #a0c2eb;
	background-image: none;
	}
a:link.ltresultslink, a:visited.ltresultslink {
	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.ltresultslink, a:active.ltresultslink {
	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;
}

.ltresultsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #01376D;
	background-color: #f9f0df;
	padding: 0px 3px 0px 13px;
	border-left: dashed 1px #e9d6b6;
}
                       
.ltresultsspecsON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000066;
	background-color: #f9f0df;
	padding: 3px;
}
.ltresultspic {
	text-align: left;
	background-color: #f9f0df;
	padding: 5px;
	vertical-align:middle;
	width: 150px;
	} 
.ltresultspic img { 
	padding: 5px;
	border: solid 1px #b4beca;
	background-color: #FFFFFF;
}                        
/* The ALPHA page */
.alphatable {
	text-align: center;
	padding: 0px;
	background-color: #8bb2d0;
	margin: 0px;
	width: 95%;
}
.alphaletter	{ 
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #4779a1;
	padding: 4px 4px 5px 4px;
}
.alphaname	{ 
	font-size: 10px;
	color: #003265;
	text-align: left;
	background-color: #ffffff;
	padding: 4px 4px 5px 4px;
}
 

/* THE HOUSE PAGE */
.housethumb {
width:200;height:125;overflow:auto;
}
.housetable	{ 
	width: 100%;
	background-color: #FFFFFF; 
	padding: 0px;
}

.househead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight: normal;
	color: #4474a3;
	background-image:url(images/hd-bg2.gif);
	background-position:left;
	background-repeat: no-repeat;
	border-top: solid 1px #b7cadc;
	padding: 3px 0px 0px 17px;
	height: 30px;
	text-align:left;
	margin: 0px;
}
.housespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #816420;
	text-align:left;
	padding: 0px 0px 10px 10px;

}
.houseaddress {
	font-size: 11px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;

}
.specials-housepage {
	font-size: 13px;
	font-weight:bold;
	color: #a31f1d;
	text-align:left;
	background-color:#ffffff;
	padding: 10px;
	border-right: dashed 1px #d54100;
	width: 150px;
	}
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: 0px;
	background-color: #c1d9f1;
	border: solid 1px #adcae7;
}


.propdetailsheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #00478e;
	text-align: center;
	background-color: #c1d9f1;
	padding: 1px;	
	border-right: solid 1px #c1d9f1;
	border-bottom: solid 1px #c1d9f1;
}
.propdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 4px;
	background-color: #ffffff;
	color: #00478e;
	border: solid 1px #7a9cbd;
	}
.propimagetable {
	width: 100%;
	padding: 1px;
	border: 0px solid #EFDEB8;
	background-color: #FFFFFF;
}
/* The property details table */
.ltpropdetailstable	{ 
	text-align: center;
	width: 220px;
	padding: 0px;
	background-color: #c1d9f1;
	border: solid 0px #adcae7;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ltpropdetailsheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #00478e;
	text-align: left;
	background-color: #ffffff;
	padding: 1px;	
	border-top:dashed 1px #c1d9f1;
}
.ltpropdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0px 5px 11px 5px;
	background-color: #ffffff;
	color: #00478e;
	}
.ltpropimagetable {
	width: 100%;
	padding: 1px;
	border: 0px solid #EFDEB8;
	background-color: #FFFFFF;
}
/*Condo Rates*/

.condoratestable	{ 
	text-align: center;
	width: 100%;
	background-color: #FAF1DE;
	padding: 1px;
	border: 1px solid #EFDEB8;
}
.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: 3px;
	background-color: #CEB478;
	border: 1px solid #BFA464;
}
.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: 5px;
	background-color: #F6F5EC;
	border: 1px solid #E3D0A4;
}
              
.condoratesdata {
	text-align: center;
	padding: 3px;
	border: 1px solid #E3D0A4;
	background-color: #FFFFFF;
	color: #0F538F;

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

.rateheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #00478e;
	text-align: center;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #7a9cbd;
}
              
.rates {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	border-top: 0px dashed #c1d9f1;
	border-right: 0px dashed #c1d9f1;
	border-bottom: 1px dashed #c1d9f1;
	border-left: 0px dashed #c1d9f1;
	background-color: #e6eff8;
	color: #0F538F;
}

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: 100%;
	padding: 2px;
	margin: 1px;
	background-color:#9b8659;
}
.specialscontent	{ 
	width: 99%;
	padding: 15px;
	margin: 1px;
	border: 0px;
	background-color:#ffffff;
	text-align:center;
}
.specialscontent p { 
	text-align:center;
}
.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #7b643b;
	padding: 3px;
	background-color: #f7d499;
}

.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: 13px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #837E68;
	background-color: #ffffff;
	padding: 5px;
	border: solid 1px #f0e0c6;
}
.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;
	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: #5c400e;
                font-weight:bold;
                font-style:normal;
                border: 1px solid #5c400e;
                padding: 4px 6px 5px 6px;
				background-color: #fbd597;
}
.progressBarNotSelected{
        		color: #a0895f;
                font-weight:normal;
                font-style:italic;
                border-bottom: 1px solid #dddee0;
                border-top: 1px solid #dddee0;
                padding: 4px;
                background-color:#fbf7ee;
}
/* RESERVATIONS */
.reserve {
	font-size: 11px;
	font-weight: bold;
	color: #00478e;
	padding: 4px;
	border: 0px;
	background-color: #cfe1f7;
	width: 75%;
	text-align: right;
	border: solid 1px #7a9cbd;
}
.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: #00478e;
	border: solid 1px #7a9cbd;
	width: 25%;
	text-align: right;
}
                
.reservetable	{ 
	background-color: #6f85a0;
	padding: 1px;
	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: #ffffff;
}

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

.buttonbarcell {
color: #ffffff;
font: bold 12px Arial, Helvetica, sans-serif;
border: 2px;
border-style: solid;
border-color: #44a2ff #44a2ff #44a2ff #44a2ff;
text-indent: 0px; 
background-color: #00478e;
background-image:url(images/button.gif);
padding: 0px;
width: 150px;
height: 23px;
margin: 0px;
text-align: center;
}

a:link.buttonbarlink, a:active.buttonbarlink {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

a:hover.buttonbarlink {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

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

/*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: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 2px;
	border-style: solid;
	border-color: #00478e #00478e #00478e #00478e;
	text-indent: 0px; 
	background-color: #44a2ff;
	background-image:url(images/button-book.gif);
	padding: 0px;
	width: 150px;
	height: 23px;
	margin: 0px;
	text-align: center;
}

a:link.book-buttonbarlink, a:active.book-buttonbarlink {
	font: bold 12px Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

a:hover.book-buttonbarlink {
	font: bold 12px Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

a:visited.book-buttonbarlink {
	font: bold 12px Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}


/* FORM elements */
input {
color: #003265;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #003265;
text-indent: 2px; 
background-color: #FBF6E9;
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: #f7ecd9;
padding: 2px;

}
textarea {
color: #003265;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #003265;
text-indent: 2px; 
background-color: #FBF6E9;
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: #ffffff;
font: bold 12px Arial, Helvetica, sans-serif;
border: 2px;
border-style: solid;
border-color: #44a2ff #44a2ff #44a2ff #44a2ff;
text-indent: 0px; 
background-color: #00478e;
background-image:url(images/button.gif);
padding: 0px;
width: 150px;
height: 26px;
margin: 0px;
}


/* 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: #5c400e;
	border-right-color: #5c400e;
	border-bottom-color: #5c400e;	
	border-left-color: #5c400e;
	margin: 3px;
	}
	
/* This sets the calendar back */
.cal-back {
	background-color: #5c400e;
	}
	
/* This sets the calender year outer box */
.cal-year-box {
	border-bottom-color: #5c400e;
	}
	
/* This sets the calender today box */

.cal-today {
	color: #043669;
	background-color: #c4ccd6;
	border-right-color: #CCCCCC;
	}

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

/*This sets the calender year Next box */
.cal-year-next {
	color: #ffffff;
	background-color: #5c400e;
	border-left-color: #5c400e;
	}

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

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

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

/*This sets the calender month next box */
.cal-month-next {
	color: #ffffff;
	background-color: #5c400e;
	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: #c1d9f1;
	padding-left: 5px;
	padding-bottom: 2px;
}

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

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

.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: #FFFFFF; text-decoration: none
}
.3dbuttontable {
        border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: #743507;
}
.3dbuttoncell {
	color: #ffffff;
	font: bold 11px Verdana, Helvetica, sans-serif;
	border: 0px;
	border-style: outset;
	border-color: #FFE69A #743507 #743507 #FFE69A;
	background-image:url(images/button.gif);
	text-indent: 0px; 
	padding: 0px;
	width: 180px;
	height: 24px;}



/* Make a table column that looks just like the submit button */
td.buttonmain {
background-image:url(images/button.gif);
color: #ffffff;
font-weight: bold;
border-color: #371802;
border-width: 0px;
padding: 0px;
width: 180px;
height: 24px;
}

.calendar p {
margin: 0;
}
