/* Standard CSS On All Pages */
 
BODY  {
      background-color: #0b8dd0;
      margin-top: 8px;
      margin-bottom: 8px;
      margin-left: 20px;
      margin-right: 20px;
      }

body.printable {background-color: #FFFFFF; background: #ffffff; margin: 5px;  } 
	  
	  
.maxwidth {
	border:0px;
	max-width:980px;
	width:expression(document.body.clientWidth > 980? "980px": "auto" );
}	

/* ***** MAIN TEXT STYLES ***** */
/* STANDARD HEADERS */
 
h1 {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0679b5;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #f3b044;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #875302;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CA5F11;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #0055A6;
}

/* STANDARD BODY TAG FORMATTING */

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
	
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: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

hr {
    border-style: solid;
    background-color: #9FC2E4;
    height: 1px;
	padding: 1px;
    border: none; 
    width: 100%; 
    color: #9FC2E4;
	}

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 1px;
}
/* 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: #000000;
}

A:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
/* 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: #0679b5;
} 
/* 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: 95%;
	padding: 0px;
	border: 1px solid black;
}

.mainContent {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	background-color:#FFFFFF;
	}
	
.topLinks {
	background-color: #0b8dd0;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #d1ebf8;
	padding: 3px;
	}
	
A:link.toplink, A:visited.toplink {
	background-color: #0b8dd0;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #d1ebf8;
}

A:hover.toplink, A:active.toplink  {
	background-color: #0b8dd0;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #004163;
} 

.mastheadShadow {
	border-left: solid 1px #086595;
	border-top: solid 1px #0979b3;
	border-right: solid 1px #086595;
	border-bottom: solid 1px #345f7a;
	height: 222px;
	}
	
.mastheadShadowPg2 {
	border-left: solid 1px #086595;
	border-top: solid 1px #0979b3;
	border-right: solid 1px #086595;
	border-bottom: solid 1px #345f7a;
	height: 140px;
	}
	
.mastheadBlueBorder {
	border: solid 1px #0b8dd0;
	height: 222px;
	}
	
.mastheadBlueBorderPg2 {
	border: solid 1px #0b8dd0;
	height: 140px;
	}	
	
.mastheadPhoto {
	border: solid 2px #ffffff;
	height: 222 px;
	background: url(images/masthead.jpg) no-repeat left;
	}
	
.mastheadPhotoPg2 {
	border: solid 2px #ffffff;
	height: 140 px;
	background: url(images/masthead-pg2.jpg) no-repeat left;
	}

.navTD {
	background: url(images/navBKGD.gif) repeat-x;
	height: 33px;
	border-left: solid 1px #0a6898;
	border-right: solid 1px #0a6898;
	}	
td.nav-bar {background: url(/images/navBKGD.gif) repeat-x; height: 33px;	width: 100%;}
td.nav-bar ul {margin: 0; padding: 0; list-style: none;}
td.nav-bar ul li {margin: 0 25px 0 0; padding: 0; list-style: none; display: block; float: left;}
td.nav-bar ul li a span {display: none; visibility: hidden;}
td.nav-bar ul li a {display: block; margin: 0; padding: 0; float: left; height: 33px;}
td.nav-bar ul li a.search {background: url(/images/nav-rentalsearch.gif) top left no-repeat; width: 97px;}
td.nav-bar ul li a.search:hover {background: url(/images/nav-rentalsearch-over.gif) top left no-repeat;}
td.nav-bar ul li a.new {background: url(/images/nav-new_listings.gif) top left no-repeat; width: 86px;}
td.nav-bar ul li a.new:hover {background: url(/images/nav-new_listings-over.gif) top left no-repeat;}
td.nav-bar ul li a.all {background: url(/images/nav-all_listings.gif) top left no-repeat; width: 70px;}
td.nav-bar ul li a.all:hover {background: url(/images/nav-all_listings-over.gif) top left no-repeat;}
td.nav-bar ul li a.policy {background: url(/images/nav-rentalpolicies.gif) top left no-repeat; width: 98px;}
td.nav-bar ul li a.policy:hover {background: url(/images/nav-rentalpolicies-over.gif) top left no-repeat;}
td.nav-bar ul li a.sales {background: url(/images/nav-sales.gif) top left no-repeat; width: 41px;}
td.nav-bar ul li a.sales:hover {background: url(/images/nav-sales-over.gif) top left no-repeat;}
td.nav-bar ul li a.about {background: url(/images/nav-aboutus.gif) top left no-repeat; width: 66px;}
td.nav-bar ul li a.about:hover {background: url(/images/nav-aboutus-over.gif) top left no-repeat;}
td.nav-bar ul li a.info {background: url(/images/nav-areainfo.gif) top left no-repeat; width: 68px;}
td.nav-bar ul li a.info:hover {background: url(/images/nav-areainfo-over.gif) top left no-repeat;}
td.nav-bar ul li a.direct {background: url(/images/nav-directions.gif) top left no-repeat; width: 75px;}
td.nav-bar ul li a.direct:hover {background: url(/images/nav-directions-over.gif) top left no-repeat;}
td.nav-bar ul li a.contact {background: url(/images/nav-contactus.gif) top left no-repeat; width: 79px;}
td.nav-bar ul li a.contact:hover {background: url(/images/nav-contactus-over.gif) top left no-repeat;}	
	
.navLeft {
	background: url(images/navBKGD.gif) repeat-x;
	height: 33px;
	border-left: solid 1px #0a6898;
	}	
	
.navRight {
	background: url(images/navBKGD.gif) repeat-x;
	height: 33px;
	border-right: solid 1px #0a6898;
	}	
	
.mainContentTD {
	background-color: #ffffff;
	border: solid 1px #0a6898;
	}
	
.mainContentOrangeBorder {
	background-color: #ffffff;
	border: solid 1px #fbbb53;
	}
	
.mainContentWhiteBorder {
	background-color: #ffffff;
	border: solid 2px #ffffff;
	}

.mainContentTan {
	background-color: #ffffff;
	border: solid 3px #d6bc93;
	}
	
.mainContentTanPg2 {
	background-color: #ffffff;
	border: solid 1px #d6bc93;
	}
	
.mainContentInnerWhiteBorder {
	background-color: #ffffff;
	border: solid 2px #ffffff;
	}
	
.mainContentTan2 {
	background-color: #ffffff;
	border-top: solid 3px #d6bc93;
	border-bottom: solid 3px #d6bc93;
	border-right: solid 3px #d6bc93;
	}
	
.mainContentTan2Pg2 {
	background-color: #ffffff;
	border: solid 2px #d6bc93;
	}
	
.mainContentInnerWhiteBorder2 {
	background-color: #ffffff;
	border: solid 2px #ffffff;
	}

.leftshadowRepeating {
	background: url(images/leftshadowBKGD.jpg) repeat-y;
	}
	
.rightshadowRepeating {
	background: url(images/rightshadowBKGD.jpg) repeat-y;
	}
	
.bottomshadowRepeating {
	background: url(images/bottomshadowBKGD.jpg) repeat-x;
	}
	
.topshadowRepeating {
	background: url(images/topshadowBKGD.jpg) repeat-x;
	}

.footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #dcf3fe;
	padding-top: 6px;
	padding-bottom: 2px;
	}

.footerlinks {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #dcf3fe;
	padding-bottom: 3px;
	}
	
.copyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #dcf3fe;
	}


A:link.footerlink, A:visited.footerlink {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #dcf3fe;
	text-decoration: underline;
}

A:hover.footerlink, A:active.footerlink  {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #004163;
	text-decoration: underline;
} 

.calloutNew {
	background: url(images/callout-bkgd.jpg) repeat-x left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #704705;	
	padding-top: 10px;
}

.calloutNew2 {
	background: url(images/callout-bkgd2.jpg) repeat-x left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #704705;	
	padding-top: 10px;
}

.calloutNew3 {
	background: url(images/callout-bkgd3.jpg) repeat-x left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #704705;	
	padding-top: 10px;
}

.calloutHeader {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f69a05;	
	text-decoration: none;
}

A:link.calloutlink, A:visited.calloutlink {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #704705;	
	text-decoration: underline;
}

A:hover.calloutlink, A:active.calloutlink  {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0679b5;
	text-decoration: underline;
} 



/*********** BEGIN PROGRAMMED PAGE STYLES *************/
                          
/* THE SEARCH PAGE */
.searchtable {
	padding: 0px;
	}

.searchlink {
	color: black;
	}
	
/*
.querylabel {
	width: 70px;
	} 
*/

/* THE RESULTS PAGE */
.resultstable	{
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	border: 1px solid #086595;
	background: #bce8ff;
}

.resultshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #004d75;
	background: #358FDD url(images/blue-bkgd-head.gif) repeat-x center; 
	padding: 3px;
	border: solid 1px #086595;
}

.resultsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #0F538F;
	background-color: #fdf6e4;
	padding: 3px;
	border: 1px solid #086595;
}
                          
.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;
}
                          
.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: none;
	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;
}
  
.resultspic {
	border: solid 1px #086595;}
                           
/* The ALPHA page */
.alphatable {
	text-align: center;
	padding: 0px;
	border: 1px solid #358FDD;
	margin: 0px;
	width: 100%;
}
.alphaletter	{ 
	font-size: 11px;
	color: #0F538F;
	font-weight: bold;
	text-align: center;
	background-color: #FBFDB7;
	border: 1px solid #358FDD; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 10px;
	color: #0F538F;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #B0DFF2;
	padding: 3px;
}
 

/* THE HOUSE PAGE */

.housetable	{ 
	width: 700px;
	background-color: #FFFFFF; 
	padding: 0px;
	border: 1px;
}

.househead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #086595;
	border: solid 1px #358FDD;
	color: #ffffff;
}
.housespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6E83BE;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchselect {
	width:105px; 
}
	
.amenitypic {
	border: 1px solid #cccccc;
}

A:link.resultsLink, A:visited.resultsLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004d75;
	text-decoration: underline;
	font-size: 13px;
}

A:hover.resultsLink, A:active.resultsLink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e27d02;
	text-decoration: underline;
	font-size: 13px;
} 


/* The property details table */
.propdetailstable	{ 
	text-align: center;
	width: 90%;
	padding: 1px;
	border: 1px solid #086595;
	background-color: #d5f0ff;
}
.propdetailsheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	color: #004d75;
	background: #358FDD url(images/blue-bkgd-head.gif) repeat-x center; 
	border: 1px solid #086595;
}
.propdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	color: #0F538F;
	background-color: #fff2ca;
	border: 1px solid #086595;
}

/* Property Rates Table on House Page */
.ratestable	{ 
	text-align: center;
	width: 90%;
	border: 1px solid #086595;
	background-color: #d5f0ff;
	padding: 1px;
}

.rateheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	padding: 3px;
	color: #004d75;
	background: #358FDD url(images/blue-bkgd-head.gif) repeat-x center; 
	border: 1px solid #086595;
}
              
.rates {
	text-align: center;
	padding: 3px;
	color: #0F538F;
	background-color: #fff2ca;
	border: 1px solid #086595;
}
                
                
/* The SPECIALS page */
.specialstable	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 1px solid #315C87;
	background-color:#FFFFFF;
}
.specialscontent	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 0px;
	background-color:#FFFFFF;
}
.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 2px;
	background-color: #2D547D;
}

.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: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #A69433;
	text-decoration: none;
}
A:hover.specialshead, A:active.specialshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	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: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #AA0000;
}
.specialsempty {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #837E68;
}
.specialsspecs {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align:center;
	color: #305B86;
	background-color: #ffffff;
	border: 1px solid #EADE99;
}
  
  
  /* The CONCIERGE page */
.conciergetable	{ 
	width: 600px;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #358FDD;
}
.conciergehead {
	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: #358FDD;
}

.conciergespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #0F538F;
	background-color: #FEFFD5;
	padding: 3px;
	width: 150px;
}

/* The EVENTS pages */
.eventstable	{ 
	width: 95%;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #358FDD;
}

.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: #358FDD;
}

.eventsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #0F538F;
	background-color: #FEFFD5;
	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 3D text links that need to look like FORM buttons*/
.buttonbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: #324D70;
}

.buttonbartable {
	padding: 0px;
	margin: 0px;
}

.buttonbarcell {
color: #ffffff;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
border: 2px;
border-style: outset;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
text-indent: 2px; 
background-color: #086595;
padding: 5px;
}

a:link.buttonbarlink, a:active.buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited.buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/* FORM elements 
input, textarea, select {
color: #0F538F;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #358FDD;
text-indent: 2px; 
background-color: #FEFFD5;
padding: 2px 
}
*/
/* The checkbox/radio alternative to matches the page background color 
input.clear {
color: #000000;
border: 0px;
background-color: #FFFFFF;
padding: 0px;
}
*/
/* The button alternative with a 3d effect 
input.button {
color: #ffffff;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
border: 2px;
border-style: outset;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
text-indent: 2px; 
background-color: #086595;
padding: 3px;
}
*/

/* CALENDAR STYLES ARE HERE */

.arrivalLink {
	color: black;
	}
	
.backtotopLink {
	color: white;
	}

/* This sets the link color */
.cal-link:link    { color: #000000; }
.cal-link:visited { color: #000000; }
.cal-link:hover   { color: #000000; }

/* This sets the dull link color */
.cal-dlink:link    { color: #999999; }
.cal-dlink:visited { color: #999999; }
.cal-dlink:hover   { color: #999999; }

/* This sets the calender outer box */
.cal-box {
	border-top-color: #0F538F;
	border-right-color: #0F538F;
	border-bottom-color: #0F538F;	
	border-left-color: #0F538F;
	}
	
/* This sets the calendar back */
.cal-back {
	background-color: #2B6FAA;
	}
	
/* 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: #EDCDCD;
	border-right-color: #CCCCCC;
	}

/*This sets the calender year previous box */
.cal-year-prev {
	color: #000000;
	background-color: #EDCDCD;
	border-right-color: #CCCCCC;
	}
	
/* This sets the calender year number previous box */
.cal-year {
	color: #000000;
	background-color: #EDCDCD;
	}

/*This sets the calender year Next box */
.cal-year-next {
	color: #000000;
	background-color: #EDCDCD;
	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: #EDCDCD;
	border-right-color: #CCCCCC;
	}

/*This sets the calender month text box */
.cal-month {
	color: #ffffff;
	background-color: #0F538F;
	border-bottom-color: #092D4D;
	border-left-color: #C3DFF8;
	border-top-color: #C3DFF8; 
	border-right-color: #092D4D;
}

/*This sets the calender month next box */
.cal-month-next {
	color: #000000;
	background-color: #EDCDCD;
	border-right-color: #CCCCCC;
	}


/*This sets day of the week start*/
.cal-day-start {
	color: #0F538F;
	background-color: #D2F0FC;
}

/*This sets day of the week rest*/
.cal-day-rest {
	color: #0F538F;
	background-color: #D2F0FC;
}


/*This sets days availible*/
.cal-days-avail {
	color: #000000;
	background-color: #FEFFD5;
}

/*This sets the out of range days */
.cal-days-unknown {
	color: #000000;
	background-color: #fbbb53;
}

/*This sets days booked*/
.cal-days-booked {
	color: #000000;
	background-color: #A7CCEC;
}

/*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: 1px;border-bottom-style: solid;border-bottom-color: #743507;
}
.3dbuttoncell {
	color: #F2E1C9;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #FFE69A #743507 #743507 #FFE69A;
	text-indent: 2px; 
	background-color: #B77342;
	padding: 3px;}



/* Make a table column that looks just like the submit button */
td.buttonmain {
background-color: #B77342;
color: #F2E1C9;
font-weight: bold;
border-color: #371802;
border-width: 1px;
padding: 1px
}

/* For the Booking Process*/
.progressBar{
                padding: 2px;
                text-align:center;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size:12px;
        		color: #a3a3a8;
}
.progressBarSelected{
        		color: #086595;
                font-weight:bold;
                font-style:normal;
                border: 1px solid #086595;
                padding: 4px 5px 5px 4px;
				background-image:url(../www.vacationtraditions.com/images/step-selected.gif)
                
}
.progressBarNotSelected{
        		color: #736330;
                font-weight:normal;
                font-style:italic;
                border-bottom: 0px solid #a3a3a8;
                border-top: 0px solid #a3a3a8;
                padding: 4px;
                background-color:#fdf6e0;
}

/* RESERVATIONS */

.reserve {
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	border: 0px;
	color: #004d75;
	background: #358FDD url(images/blue-bkgd-head.gif) repeat-x center; 
	border: 1px solid #086595;
	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;
	color: #0F538F;
	background-color: #fff2ca;
	border: 1px solid #086595;
	width: 25%;
	text-align: right;
}
                
.reservetable	{ 
	padding: 1px;
	width: 240px;
	border: 1px solid #086595;
	background-color: #d5f0ff;
}
.resterms {
        width:100%;
        height:205px;
        overflow:auto;
}

.searchwidth {
	width: 214px;
	}
	
/*For the Reservations Form to align the pieces*/
Table.resformtable {
	padding: 2px;
	border: 0px solid #086595;
	background-color: #ffffff;
	width: 70%;
	float: left;
	margin-right: 20px;
}
.resformlabel {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	border: 0px;
	color: #004d75;
	background: #358FDD url(images/blue-bkgd-head.gif) repeat-x center; 
	border: 1px solid #086595;

}
.resformdata {
	font-size: 11px;
	padding: 4px;
	background-color: #ffffff;
	color: #674f16;
	border: solid 0px #004d75;
	text-align: left;
}

.formTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #383523;
}

