/* Standard CSS On All Pages */
 
BODY  {
      background-color: #D4E2ED;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      }

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

	  
/* STANDARD HEADERS */
 
h1 {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #4688BF;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4688BF;
}

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

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #58595B;
}

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: #58595B;
}

/* STANDARD BODY FORMATTING */

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #747474;
}
	
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #747474;
}

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

hr {
	background-color: #cccccc; 
	border: 1px solid #B7CCE0; 
	width: 90%; 
	}

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 110%;
}

A:link, A:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #F57E20;
}

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

TD.footer1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #F57E20;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 4px;
}

A:link.footer1, A:visited.footer1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #F57E20;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

A:hover.footer1, A:active.footer1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #F6B785;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
} 
TD.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #8C8C8C;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
}

A:link.footer2, A:visited.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #8C8C8C;
	text-decoration: none;
	padding-left: 4px;
	padding-right: vpx;
}

A:hover.footer2, A:active.footer2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #B9B9B9;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
} 
.alert {
	font-weight: bold;
	color: #FF0000;
}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #58595B;
	text-align: center;
	padding: 3px;
}
A:link.fineprint, A:visited.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #58595B;
	text-decoration: none;
}

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

/*FOR THIS SITE - CUSTOM STYLES */

.mainContentarea {
	padding: 0px;
	background-color:#FFFFFF;
	}
.mainContent {
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 3px;
	background-color:#FFFFFF;
	}
.TableBorderL {
	background-image:url(images/borderLbg.gif);
	}
.TableBorderR {
	background-image:url(images/borderRbg.gif);
	}
.TableBorderBot {
	background-image:url(images/border8.gif);
	}
.navBG {
	background-image:url(images/nav-bg.gif);
}
.footerBG {
	background-image:url(images/footerBG.gif);
}
.pageheader-interior {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8F0000;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: bold;
	}
	
a:link.facebooklink, a:visited.facebooklink { 
	text-decoration: none; 
	font-size: 11px; 
	color: #808284; 
	font-weight: bold; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
	margin-right: 5px;
 }
a:hover.facebooklink, a:active.facebooklink { 
	text-decoration: none; 
	font-size: 11px; 
	color: #525252; 
	font-weight: bold; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	margin-right: 5px;
}
/*noscript nav menu*/
TD.menu1 { 
	font-family:  Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; border: 1px solid; 
	border-color: #A9A49D #A9A49D #FEEDD0 #FEEDD0; 
	background-color: #FEEDD0; 
	color: #F57E20; 
	padding-top: 6px;
	padding-bottom: 5px; 
	cursor: default; 
	text-align: center;
 }
a:link.menuLink, a:visited.menuLink { 
	text-decoration: none; 
	font-size: 11px; 
	color: #F57E20; 
	font-weight: bold; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
 }
a:hover.menuLink, a:active.menuLink { 
	text-decoration: none; 
	font-size: 11px; 
	color: #FAB885; 
	font-weight: bold; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}

TD.menu2 { 
	font-family:  Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; border: 1px solid; 
	border-color: #A9A49D #A9A49D #FEEDD0 #FEEDD0; 
	background-color: #FEEDD0; 
	color: #808284; 
	padding-top: 6px;
	padding-bottom: 5px; 
	cursor: default; 
	text-align: center;
 }
a:link.menuLink2, a:visited.menuLink2 { 
	text-decoration: none; 
	font-size: 11px; 
	color: #808284; 
	font-weight: bold; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
 }
a:hover.menuLink2, a:active.menuLink2 { 
	text-decoration: none; 
	font-size: 11px; 
	color: #B9BABB; 
	font-weight: bold; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}
Table.menuborder {
	border-bottom: solid 1px #A9A49D;
}
/*Colors*/
.orange {
	background-color: #FF9900;
	color: #FFFFFF;}
/*BEGIN Dynamic Page styles */

/* The SEARCH and RESULTS page text */
.searchtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
}
.altcolor {
	background-color: #A57F32;
}
.amenities {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: right;
	line-height: 120%;
	color: #77787A;
}
/* The property details table */
.propdetailstable       {
        text-align: center;
        width: 100%;
        padding: 1px;
}

.propdetailsheads {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-style: normal;
        font-weight: bold;
        color: #FFFFFF;
        padding: 2px;
        background-color: #002F65;
}

.propdetails {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        padding: 2px;
        background-color: #FFEED7;
        color: #002F65;
}

/* The HOUSE page */
.househead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #0055A6;
	text-align: center;
	padding: 3px;
	background-color: #FFF3C8;
}

.househeader {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #000000;
	text-align: center;
	padding: 3px;
	background-color: #FFFFFF;
}

.housespecs {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #000000;
	padding: 1px;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
}
                
.housetable	{ 
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 0px solid #B77342;
}
.housethumbs {
        width:400px;
        height:95px;
        overflow:auto;
}
/* The SALES HOUSE page */
.salehousehead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #0055A6;
	text-align: right;
	padding: 3px;
	background-color: #FFF3C8;
}

.salehousespecs {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #333333;
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
                
.salehousetable	{ 
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px solid #B77342;
}

/* The RATE TABLE */
.rateheads {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border: 1px solid #0055A6;
	background-color: #4688BF;
}
.rates {
	text-align: center;
	font-size: 9px;
	padding: 3px;
	background-color: #EACBA1;
	color: #0055A6;
	border: 1px solid #B77342;
}
                
.ratestable	{ 
	text-align: center;
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px solid #0055A6;
}

/* The VIEW CART page */
.viewcarttable	{ 
	width: 95%;
	border: 1px solid #0055A6;
	background-color: #F6EFD6;
	padding: 0px;
	
}
.viewcarthead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
	background-color: #B77342; 
}
.viewcart {
	text-align: center;
	padding: 2px;
	background-color: #FFF5C1;
}
.viewcartspec {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #0055A6;
	background-color: #FEE08C;
	padding: 1px;
}
.viewcartspechead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #0055A6;
	padding: 1px;
}

/* The RESULTS page */
.resultshead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #8F0000;
	padding: 2px;
	background-color: #F5E3B2;
}
.resultsspecs {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	text-align: center;
	border: 1px;
	border-bottom-color: #B77342; 
	background-color: #ffffff;
	padding: 1px;
}
                
.resultsspecshead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	background-color: #ffffff;
	padding: 1px;
}
                
.resultstable	{ 
	width: 95%;
	border: 1px solid #0055A6;
	background-color: #F6F3C2;
	padding: 1px;
	
}

/* The SPECIALS page */
.specialstable	{ 
	width: 90%;
	padding: 2px;
	margin: 1px;
	border: 1px solid #0055A6;
}
.weeklyhead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	padding: 3px;
	background-color: #0055A6;
}
A:link.specialshead, A:visited.specialshead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #B77342;
	text-decoration: none;
}
A:hover.specialshead, A:active.specialshead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #F47C25;
	text-decoration: underline;
}
.specialsannounce {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #0055A6;
}
.specialsempty {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #8A939C;
}
.specialsspecs {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #0055A6;
	background-color: #F6F3C2;
}
                
       
/* The ALPHA page */
.alphatable {
	width: 95%;
	text-align: center;
	padding: 0px;
	background-color: #FEE08C;
	border: 1px solid #B77342;
	margin: 0px;
}
.alphaletter	{ 
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 4%;
	background-color: #B77342;
	border: 0px; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 10px;
	color: #000000;
	text-align: center;
	width: 11%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 3px;
}

/* The Cart TABLE */

.compare {
	border: 1px solid #cccccc;
	padding: 5px;
}

.carthead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #861C11;
	text-align: center;
	padding: 3px;
	border: 0px;
	background-color: #FDF3BC;
	border: 1px solid #9B8C27; 
}

.cartspec {
	font-size: 10px;
	font-weight: bold;
	color: #52383d;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #9B8C27;
	padding: 3px;
}
                
.carttable	{ 
	text-align: center;
	width: 90%;
	background-color: #BDCDDC; 
	padding: 1px;
	border: 1px solid #9B8C27;}
	
.buttonbartable {
	padding: 1px;
}

.buttonbarcell{
	color: #B8002B;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #FFE69A #BF8404 #BF8404 #FFE69A;
	text-indent: 2px; 
	background-color: #FFD476;
	padding: 3px;
} 


a:link.buttonbarlink, a:active.buttonbarlink, a:hover.buttonbarlink, a:visited.buttonbarlink {
	font: bold 10px  Verdana, Helvetica, sans-serif;
	color: #B8002B;
	text-indent: 2px;
	padding: 3px; 
	text-decoration: none; 
}

/*For the Add Cart and View Cart buttons*/
.addcarttable {
	padding: 1px;
}
.addcartcell {
	color: #FFFFFF;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #BDCDDC #0E2847 #0E2847 #BDCDDC;
	text-indent: 2px; 
	background-color: #345A87;
	padding: 3px;
}
a:link.addcartlink, a:active.addcartlink, a:hover.addcartlink, a:visited.addcartlink {
	font: bold 10px  Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-indent: 2px; 
	padding: 3px;
	text-decoration: none; 
}

/* The Concierge page */
.conciergehead {
	font-weight: bold;
	text-align: center;
	color: #2D4495;
	padding: 3px;
	background-color: #FDF3BC;
	border: 1px solid #345A87;
}
.conciergespec {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	color: #000000;
	padding: 2px;
	background-color: #ffffff;
}
                
.conciergetable	{ 
	width: 95%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px solid #9B8C27;
}

/* The Events page */
.eventshead {
	font-weight: bold;
	text-align: center;
	color: #0055A6;
	padding: 3px;
	background-color: #FDF3BC;
	border: 1px solid #0055A6;
}
.eventsspecs {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	color: #000000;
	padding: 2px;
	background-color: #ffffff;
}
                
.eventstable	{ 
	width: 95%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px solid #9B8C27;
}


/* FORM elements */
input, textarea, select {
color: #000000;
font: normal 10px  Verdana, Helvetica, sans-serif;
border: 1px solid #808284;
text-indent: 2px; 
background: #FAF3E7;
background-color: #FAF3E7;
padding: 2px;
margin: 0px;
}
/* The button alternative with a 3d effect */
input.button {
color: #B8002B;
font: bold 10px  Verdana, Helvetica, sans-serif;
border: 2px;
border-style: outset;
border-color: #FBDEAD #BF8404 #BF8404 #FBDEAD;
text-indent: 2px; 
background-color: #FFD476;
padding: 3px;
}


/* The checkbox/radio alternative to matches the page background color */
input.clear {
color: #ffffff;
border: 1px solid #ffffff;
background: #ffffff;
background-color: #ffffff;
padding: 0px;
margin: 0px;
}
        
.tollfree {
	background-color: #345A87;
	border: 1px outset #000000;
}


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

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

/* This sets the calender outer box */
.cal-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #F1B183;border-right-color: #944308;border-bottom-color: #944308;	border-left-color: #F1B183;}
	
/* This sets the calendar back */
.cal-back {
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;background-color: #B77342;}
	
/* This sets the calender year outer box */
.cal-year-box {
	border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #E4D47C;}
/* This sets the calender today box */

/*This feature was added to PhpICalenderX by Mr.Matthew Waygood ( mwwaygoo@hotmail.com ) */
.cal-today {
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;background-color: #E4D47C;
	border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;}

/*This sets the calender year previous box */
.cal-year-prev {
	font-family: Arial, Verdana, Helvetica, san-serif;font-size: 12px;color: #000000;background-color: #FDF3BC;
	border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;}
	
/* This sets the calender year number previous box */
.cal-year {
	font-family: Arial, Verdana, Helvetica, san-serif;font-size: 12px;color: #000000;background-color: #FDF3BC;}

/*This sets the calender year Next box */
.cal-year-next {
font-family: Arial, Verdana, Helvetica, san-serif;font-size: 12px;color: #000000;background-color: #FDF3BC;
	border-left-width: 1px;border-left-style: solid;border-left-color: #CCCCCC;}

/*This sets the calender month outer box */
.cal-month-box {
	border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #F1B183;}

/*This sets the calender month previous box */
.cal-month-prev {
	font-family: Arial, Verdana, Helvetica, san-serif;font-size: 12px;color: #000000;background-color: #FFFFFF;
	border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;}

/*This sets the calender month text box */
.cal-month {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9E4E14;
	background-color: #EACBA1;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-bottom-color: #B77342;border-left-color: #B77342;border-top-color: #B77342; border-right-color: #B77342;
}

/*This sets the calender month next box */
.cal-month-next {
	font-family: Arial, Verdana, Helvetica, san-serif;font-size: 12px;color: #000000;background-color: #FFFFFF;
	border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;}


/*This sets day box - comment this out*/
/*.cal-days-box {*/
/*	display: marker;*/
/*}*/

/*This sets day of the week start*/
.cal-day-start {
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9F4D12;
}

/*This sets day of the week rest*/
.cal-day-rest {
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9F4D12;
}


/*This sets days availible*/
.cal-days-avail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #D9ECFD;
}

/*This sets the out of range days */
.cal-days-unknown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #DFD8B1;
}

/*This sets days booked*/
.cal-days-booked {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #C7A49E;;
}

/*This sets the out of month days */
.cal-days-invalid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	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: #B8002B;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #FBDEAD #BF8404 #BF8404 #FBDEAD;
	text-indent: 2px; 
	background-color: #FFD476;
	padding: 3px;}



/* Make a table column that looks just like the submit button */
td.buttonmain {
background-color: #FFD476;
color: #F2E1C9;
font-weight: bold;
border-color: #371802;
border-width: 1px;
padding: 1px
}
