/* Standard CSS On All Pages */
 
BODY  {
      background-color: #014788;
	  background-image:url(images/background-test.gif);
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      width:100%;
	  padding:0;
	  }

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

.maxwidth {
max-width:1000px;
width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}

/* ***** MAIN TEXT STYLES ***** */
/* STANDARD HEADERS */
 
h1 {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #05134c;
	text-align: left;
}

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

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

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

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

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #05134c;
	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: #05134c;
}
	
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #05134c;
	}

TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #05134c;
	}

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: #05134c;
}

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

A:hover, A:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #75702b;
} 
/* 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;
}

.rssLink{
	text-decoration: underline; 
	font-size: x-small;
	color: #FFFFFF;
	 }

/* 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: 9px 14px 9px 15px;
	background-color:#FFFFFF;
	text-align: left;
	}
	
.mainContentHome {
	padding: 9px 0px 9px 15px;
	background-color:#FFFFFF;
	text-align: left;
	}	
	
.mainContentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #BE1A34;
	text-align: left;
	padding-bottom: 5px;
	}
	
.phoneNumberCallout {
	padding-bottom: 5px;
	}
	
TD.footerbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #B8C1C7;
	text-align: center;
	padding: 8px 15px 8px 15px;
	background-color:#05134c;
	border: solid 1px #9396A7;
}
TD.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #B8C1C7;
	text-align: left;
	padding: 7px 0px 5px 18px;
}

A:link.footer, A:visited.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A:hover.footer, A:active.footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #B8C1C7;
	text-decoration: none;
} 

TD.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #E8E8E8;
	text-decoration: none;
	background-color: #05134c;
	padding: 5px 8px 5px 8px;
}
A:link.toptext, A:visited.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #E8E8E8;
	text-decoration: none;
}

A:hover.toptext, A:active.toptext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #B8B6B6;
	text-decoration: none;
} 

#homepageCallout {
	width: 473px;
	border: solid 1px #05134c;
	padding: 8px;
	background: #4686c1;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 225px;
}

#homepageCalloutTextArea {
	border: solid 1px #05134c;
	background: #fff url(/images/homepage-callout-logo.gif) center no-repeat;
	padding: 8px;
	min-height: 207px;
}

#homepageCalloutTextArea p {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	line-height:25px;
	margin-top: 7px;
}

#homepageText {
	padding-right: 15px;
}

.calloutAffordableVac {
	padding: 4px 0 0 5px;
}

.calloutAffordableVacArrow {
	padding: 4px 0 1px 5px;
	vertical-align: bottom;
}

A:link.calloutAffordableVacLink, A:visited.calloutAffordableVacLink {
	color: #be1a34;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

A:hover.calloutAffordableVacLink, A:active.calloutAffordableVacLink {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}


#facebookCallout {
	padding: 7px 1px;
}

#vacation_guide_sidebar {
	padding: 10px 0px;
	text-align: center;	
}

.leftcolumn {
	border-right: solid 1px #05134c;
	border-left: solid 1px #A2A6B4;
	background-image:url(images/leftBG-test.gif);
}
.leftcol-bottom {
 	padding: 2px 4px 4px 4px;
	border-top: solid 1px #A2A6B4;
}
.rightcolumn {
	background-color: #FFFFFF;
	border-right: solid 1px #05134c;
	border-top: solid 1px #05134c;
	}
.rightcolumntop {
	padding: 2px;
	border-bottom: solid 1px #A2A6B4;
	}
.flashbox {
	border: solid 1px #05134c;
}
.nav-bottom {
	border-bottom: solid 1px #A2A6B4;
	}
	
.chatbg {
	background-image:url(images/chatbg.gif);
}
TD.chat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #BE1A34;
	text-decoration: none;
	padding: 1px 2px 2px 6px;
}
a:link.chat, a:visited.chat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #BE1A34;
}
a:hover.chat, a:active.chat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #05134c;
	}
	

a:link.homepagelink, a:visited.homepagelink {
	color: #FF6600;
}
a:hover.homepagelink, a:active.homepagelink {
	color: #FF6600;
	}	
	
.kidsbox {
	padding: 0px 28px 5px 13px;}
TD.kids {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #05134c;
	padding: 0px 5px 10px 5px;
}
A:link.kids {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #05134c;
}
A:visited.kids {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #05134c;
}
A:hover.kids, A:active.kids {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #75702b;
}

.leftchat {
	padding: 0px 10px 0px 10px;
}
.printaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 20px 0px 0px 0px;
	text-align: left;}
	
	
/*For the Gallery Upload Page*/

        .normaltxt { font-size : 12px; font-family: Verdana,Arial,sans-serif; color: #000000}

        .tableline         { background-color: #FFFFFF; border: 2px #3E6BA4 solid; }

        .tablehead {    
		color: #FFFFFF; 
		font-size: 11px; 
		font-family: Verdana,Arial,sans-serif; 
		font-weight : bold;
		background-color: #3E6BA4; height: 25px;
		}

          div.fileinputs {
                   position: relative;
          }

          div.fakefile {
                   position: absolute;
                   top: 0px;
                   left: 0px;
                   z-index: 1;
          }

           input.file {
                   position: relative;
                   text-align: right;
                   -moz-opacity:0 ;
                   filter:alpha(opacity: 0);
                   opacity: 0;
                   z-index: 2;
          }

           .img_button {
                   position: absolute;
                   top: -2px;
			}



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

.searchlink {
	color: black;
	}

/* THE RESULTS PAGE */
.resultstable	{ 
	width: 95%;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #0055A4;
}
.results-headleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #00bce4; 
	padding: 3px;
	height: 25px;
}

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

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

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

.resultsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #05498A;
	background-color: #F4F4F4;
	padding: 3px;
}
                          
.resultsspecsON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #70B7C6;
	background-color: #E6F8FC;
	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: #0055A4;
}
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: #4C99A9;
}

.seasonHead {
	font-weight: bold;
	font-size: 19px;
	color: #05134c;
}
                           
/* The ALPHA page */
.alphatable {
	text-align: center;
	padding: 0px;
	border: 1px solid #05498A;
	margin: 0px;
	width: 95%;
}
.alphaletter	{ 
	font-size: 11px;
	color: #0F538F;
	font-weight: bold;
	text-align: center;
	background-color: #D5F7FE;
	border: 1px solid #00BCE4; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 10px;
	color: #0F538F;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #91E0F1;
	padding: 3px;
}
/* THE AGENTS PAGE */

.agenttable	{ 
	width: 98%;
	background-color: #FFFFFF; 
	padding: 0px;
	border: 1px;
}

.agenthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #BE1A34;
	background-color: #D5F7FE;
}
.agentspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #49494E;
	text-align: left;
	padding: 5px;
}
	 
/* THE SALES HOUSE PAGE */

.housetable-sales	{ 
	width: 685px;
	background-color: #FFFFFF; 
	padding: 3px;
	border: 1px;
	height: 25px;
}

.househead-sales {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #05498A;
	padding: 3px;
}
.housespecs-sales {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #49494E;
	text-align: left;
}
/* THE HOUSE PAGE */

.housetable	{ 
	width: 685px;
	background-color: #FFFFFF; 
	padding: 0px;
	border: 1px;
}

.househead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #BE1A34;
	background-color: #D5F7FE;
}
.housespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #49494E;
	text-align: left;
}
	
.amenitypic {
	border: 1px solid #cccccc;
}

/* The property details table */
.propdetailstable	{ 
	text-align: center;
	padding: 1px;
	border: 1px solid #C6C5D0;
	background-color: #E6F8FC;
}
.propdetailsheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #05498A;
	text-align: right;
	padding: 3px;
	background-color: #B3EDF8;
	border: 1px solid #C6C5D0;
}
.propdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	background-color: #ffffff;
	color: #05498A;
	border: 1px solid #C6C5D0;
}

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

.rateheads {
	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: #2F689F;
}
              
.rates {
	text-align: center;
	padding: 3px;
	border: 1px solid #00BCE4;
	background-color: #E6F8FC;
	color: #05498A;
}
                
                
/* The SPECIALS page */
.specialstable	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 1px solid #014788;
	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: #014788;
}

.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: #05498A;
}
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: #FFFFFF;
	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: #CACBDA;
	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: #A21128;
}
.specialsempty {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #5C5C66;
}
.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 #91E0F1;
}
  
  
  /* The CONCIERGE page */
.conciergetable	{ 
	width: 600px;
	background-color: #f8f9fa; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #b1e7f2;
}
.conciergehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 5px;
	background-color: #0055A4;
}

.conciergespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #05498A;
	background-color: #ffffff;
	padding: 4px;
	width: 150px;
	border: solid 1px #d3f4fb;
}

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

.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: #0055a4;
}
.eventsdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #0055a4;
	padding: 1px;
	background-color: #b1e7f2;
}

.eventsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #05498A;
	background-color: #ffffff;
	padding: 4px 4px 20px 4px;
	border: solid 1px #d3f4fb;
}
                          
.eventsdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #05498A;
	background-color: #ffffff;
	padding: 3px;
}
                          
 
/* The Cart TABLE */

.compare {
	border: 1px solid #00BCE4;
	padding: 2px;
}

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

.comparedata {
	padding: 3px;
	background-color: #ffffff;
	color: #BE1A34;
}
                
.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: #05498A;
}

.cartspecs {
	padding: 3px;
	background-color: #E1E1E9;
	color: #BE1A34;
}
                
.cartdata {
	padding: 3px;
	background-color: #ffffff;
	color: #2B74B3;
	border-bottom: 1px solid #00BCE4;
	text-align: center;
}
                
.carttable	{ 
	text-align: center;
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px dotted #70B7C6;
}


                
/*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: #FFFFFF;
	width: 129px;
	text-align: center;
}

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

.buttonbarcell {
color: #BF162A;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
text-indent: 2px; 
background-image:url(images/buttonBG.gif);
padding: 5px;
text-align: center;
width: 129px;
}

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

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

a:active.buttonbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #BF162A;
}
/*For the BOOK IT button - 3D text links that need to look like FORM buttons*/
.book-buttonbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: #FFFFFF;
	width: 129px;
	text-align: center;
}

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


.book-buttonbarcell {
color: #BF162A;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
text-indent: 2px; 
background-image:url(images/buttonbookBG.gif);
padding: 5px;
text-align: center;
width: 129px;
}

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

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

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


/*For the Add Cart and View Cart buttons*/
.addcarttable {
	padding: 0px;
	margin: 0px;
	width: 129px;
}

.addcartcell {
color: #BF162A;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
text-indent: 2px; 
background-image:url(images/buttonBG.gif);
padding: 5px;
text-align: center;
}

a:link.addcartlink, a:active.addcartlink, a:hover.addcartlink, a:visited.addcartlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #BF162A;
}
/* FORM elements */
input, textarea, select {
	color: #05134c;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #05134c;
	text-indent: 2px;
	background-color: #FFFFFF;
	padding: 0px
}
/* 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: #BF162A;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
border: 0px;
/*
border-style: outset;
border-color: #F0A5B1 #660514 #660514 #F0A5B1;*/
text-indent: 2px; 
background-image:url(images/buttonBG.gif);
padding: 4px;
width: 125px;
}
/* The BOOK IT button alternative */
input.book {
color: #FFFFFF;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
border: 0px;
/*
border-style: outset;
border-color: #F0A5B1 #660514 #660514 #F0A5B1;*/
text-indent: 2px; 
background-image:url(images/buttonbookBG.gif);
padding: 4px;
width: 125px;
}
/* CALENDAR STYLES ARE HERE */

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

/* This sets the link color */
.cal-link:link    { color: #014788; }
.cal-link:visited { color: #014788; }
.cal-link:hover   { color: #014788; }

/* This sets the dull link color */
.cal-dlink:link    { color: #BE1A34; }
.cal-dlink:visited { color: #BE1A34; }
.cal-dlink:hover   { color: #BE1A34; }

/* This sets the calender outer box */
.cal-box {
	border-top: solid 1px #0F538F;
	border-right: solid 1px #0F538F;
	border-bottom: solid 1px #0F538F;	
	border-left: solid 1px #0F538F;
	}
	
/* This sets the calendar back */
.cal-back {
	background-color: #05498A;
	}
	
/* 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: #B5EFFB;
	border-right-color: #CCCCCC;
	}

/*This sets the calender month text box */
.cal-month {
	color: #05498A;
	background-color: #B5EFFB;
	border-bottom: solid 2px #00BCE4;
	border-left: solid 2px #D0F5FD;
	border-top: solid 2px #D0F5FD;
	border-right: solid 2px #00BCE4;

}

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


/*This sets day of the week start*/
.cal-day-start {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00ABCF;
}

/*This sets day of the week rest*/
.cal-day-rest {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00ABCF;
}


/*This sets days availible*/
.cal-days-avail {
	color: #000000;
	background-color: #FFD08D;
}

/*This sets the out of range days */
.cal-days-unknown {
	color: #000000;
	background-color: #CFFCAE;
}

/*This sets days booked*/
.cal-days-booked {
	color: #000000;
	background-color: #C5C8FB;
}

/*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: #660514; width: 125px;
}
.3dbuttoncell {
	color: #FFFFFF;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #F0A5B1 #660514 #660514 #F0A5B1;
	text-indent: 2px; 
	background-color: #BE1A34;
	padding: 3px;
	text-align: center;}



/* Make a table column that looks just like the submit button */
td.buttonmain {
background-color: #BE1A34;
color: #FFFFFF;
font-weight: bold;
border-color: #660514;
border-width: 1px;
padding: 1px;
width: 125px;
text-align: center;
}

.calendar p {
margin: 0;
}
