/* Standard CSS On All Pages */
 
BODY  {
      background-color: #CED7F1;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 10px;
      margin-right: 10px;
      scrollbar-3dlight-color: #C8D3FB;
      scrollbar-arrow-color: #061C67;
      scrollbar-base-color: #6F7072;
      scrollbar-darkshadow-color: #0C1E5C;
      scrollbar-face-color: #8696CE;
      scrollbar-highlight-color: #C8D3FB;
      scrollbar-shadow-color: #0C1E5C;
      }
body.printable {background-color: #FFFFFF; margin-left: 0px; margin-top: 1px; margin-right: 0px; }
body.flash {background-color: #ced7f1; margin-left: 0px; margin-top: 0px; margin-right: 0px; }  
	  
/* STANDARD HEADERS */
 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #5F78CD;
}

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

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

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

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #5F78CD;
}

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

/* STANDARD BODY FORMATTING */

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #596952;
}
	
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #596952;
}

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

hr {
	border-style: solid; 
	background-color: CCE5A9; 
	height: 1px;
	border: none; 
	width: 100%; 
	color: CCE5A9; 
	}

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 110%;
	list-style-image: url(images/bullet.gif);
}

A:link, A:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #1A399C;
}

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

A:link.nobold, A:visited.nobold {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #1A399C;
}

A:hover.nobold, A:active.nobold {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #2E6714;
} 

TD.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	color: #000000;
	text-align: center;
}
A:link.footer, A:visited.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #1A399C;
	text-decoration: none;
}

A:hover.footer, A:active.footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #2E6714;
	text-decoration: none;
} 
TD.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5F78CD;
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
}

A:link.navLink, A:visited.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5F78CD;
	text-decoration: none;
	padding: 6px;
}

A:hover.navLink, A:active.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5F78CD;
	text-decoration: none;
} 

.alert {
	font-weight: bold;
	color: #FF0000;
}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #6A7698;
}
/* Controls the content area of the page */
.content	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #596952;
	background-color: #E9E8F5;
	vertical-align: top;
	padding-top: 18px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 18px;
	border: solid 2px #E5F2D4;
}
.homecontent	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #596952;
}
A:link.homecontent, A:visited.homecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

A:hover.homecontent, A:active.homecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
} 


/* Specific to this site */

/* Controls the borders of the page */
TD.blueborder {
	border: solid 1px #5F78CD;}
TD.whiteborder {
	border: solid 1px #FFFFFF;
	background-color: #CED7F1;}

/*NAV*/
.navbar {
	background-color: #CCE5A9;
	text-align: center;
}

/*Masthead*/
TD.texttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5F78CD;
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

A:link.texttop, A:visited.texttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5F78CD;
	text-decoration: none;
	padding: 6px;
}

A:hover.texttop, A:active.texttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5F78CD;
	text-decoration: none;
} 
TD.int-mast {
	border: solid 1px #FFFFFF;
	background-color: #DED7F1;
}
TD.int-mast2 {
	border: solid 1px #FFFFFF;
	background-image: url(/images/bg-int.jpg);
	background-color: #DED7F1;
}

/*leftbar*/

TD.leftbar {
	background-color: #CCE5A9;
	width: 210px;
	border-right: solid 1px #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

TD.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #897C65;
	padding-top: 10px;
	padding-left: 20px;
}
A:link.address, A:visited.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #897C65;
}
A:hover.address, A:active.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #408CD9;
}



/*footer*/
TD.illustration {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:center;
}
TD.ill-border {
	border: solid 1px #A1ADD4;
	background-image: url(images/illBg.gif);
}
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1D2225;
	text-align:center;
	padding-top: 12px;
}
Table.weather {
	border: solid 1px #FFFFFF;}
.weathertablehd {
	background-color: #3856AF;
	color: #FFFFFF;
	padding: 2px;}
.weathertableseason {
	font-size: 10px;
	font-weight: bold;
	padding:3px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	color: #4A70C5;
	background-color: #E5F7CC;}
.weathertabledata1 {
	padding: 5px;
	color: #3856AF;
	background-color: #CED7F1;}

/*colors*/

.tan {
background-color: #D0C8BA;}
.white {
background-color: #FFFFFF;}

/*BEGIN Dynamic Page styles */

/* The SEARCH and RESULTS page text */
.searchtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
}
.altcolor {
	background-color: #CED7F1;
	padding: 2px;
}

.amenities {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: left;
	color: #4D68C3;
	padding: 3px;
	background-color: #E7F7D0;
	border: 1px solid #B1D481;
}
.searchmenu {
	 width: 100%;}

/* The HOUSE page */
.househead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #365CAA;
	text-align: center;
	padding: 3px;
	background-color: #E0F3C5;
}

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

.housespecs {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #4D68C3;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #B0E6ED;
	text-align:center;
}
                
.housetable	{ 
	width: 90%;
	background-color: #E0F3C5; 
	padding: 4px;
	border: 1px solid #4D68C3;
}

/* The RATE TABLE */
.rateheads {
	font-family:  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 #4D68C3;
	background-color: #4D68C3;
}
.rates {
	text-align: center;
	font-size: 9px;
	padding: 3px;
	background-color: #CED7F1;
	color: #4D68C3;
	border: 1px solid #B1D481;
}
                
.ratestable	{ 
	text-align: center;
	width: 90%;
	background-color: #FFFFFF; 
	padding: 1px;
	border: 1px solid #4D68C3;
}

/* The VIEW CART page */
.viewcarttable	{ 
	width: 95%;
	border: 1px solid #4D68C3;
	background-color: #E3E8F9;
	padding: 0px;
	}
.viewcarthead {
	font-family:  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: #4D68C3; 
}
.viewcart {
	text-align: center;
	padding: 2px;
	background-color: #E0F3C5;
}
.viewcartspec {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #4D68C3;
	border: 1px solid #4D68C3;
	background-color: #EAFECD;
	padding: 1px;
}
.viewcartspechead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #4D68C3;
	padding: 1px;
}

/* The RESULTS page */
.resultshead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: left;
	color: #4D68C3;
	padding: 2px;
	background-color: #E2E8FD;
	border: 1px solid #B1D481;
}
.resultsspecs {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
	text-align: left;
	border: 0px;
	padding: 4px;
}
                
.resultsspecshead {
	font-family:  Arial, Helvetica, sans-serif;
	color: #4466DB;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	padding-top: 6px;
	
}
                
.resultstable	{ 
	width: 95%;
	border: 0px;
	background-color: #ffffff;
	padding: 1px;
	
}
TD.resultslink	{ 
	padding-top: 3px;
	padding-right: 7px;
	text-align: right;	
}

A:link.resultslink, A:visited.resultslink	{ 
	font-family:  Arial, Helvetica, sans-serif;
	color: #1A399C;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
A:hover.resultslink, A:active.resultslink	{ 
	font-family:  Arial, Helvetica, sans-serif;
	color: #2E6714;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
/* The SPECIALS page */
.specialstable	{ 
	width: 99%;
	padding: 2px;
	margin: 1px;
	border: 1px solid #4D68C3;
	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: #4D68C3;
}

.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: #4D68C3;
}
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: #D6DFFC;
	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: #4D68C3;
	background-color: #B0E6ED;
}
.specialsempty {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align: center;
	color: #B8C3C4;
}
.specialsspecs {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	text-align:center;
	color: #4D68C3;
	background-color: #ffffff;
	border: 1px solid #B2F259;
}
                
       
/* The ALPHA page */
.alphatable {
	width: 95%;
	text-align: center;
	padding: 0px;
	background-color: #E0F3C5;
	border: 1px solid #B1D481;
	margin: 0px;
}
.alphaletter	{ 
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 4%;
	background-color: #4D68C3;
	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 #77A538;
	padding: 5px;
}

.carthead {
	font-family:  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: #E3E9FD;
	border: 1px solid #8EBA51; 
}

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

.buttonbarcell{
	color: #FFFFFF;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #B9C6F2 #1137B5 #1137B5 #B9C6F2;
	text-indent: 2px;
	text-align: center; 
	background-color: #1042EC;
	padding: 3px;
} 

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


.backtotop {
	float: right;
	text-align: right;
	padding: 2px
	width: 125px;
	}

/*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: #B9C6F2 #1137B5 #1137B5 #B9C6F2;
	text-indent: 2px; 
	background-color: #1042EC;
	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: #06B4CD;
	padding: 3px;
	background-color: #F0FBE0;
	border: 1px solid #4D68C3;
}
.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 #8EDF1E;
}

/* The Events page */
.eventshead {
	font-weight: bold;
	text-align: center;
	color: #06B4CD;
	padding: 3px;
	background-color: #E0F3C5;
	border: 1px solid #8EDF1E;
}
.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 #4D68C3;
}


/* FORM elements */
input, textarea, select {
color: #4D68C3;
font: normal 10px  Verdana, Helvetica, sans-serif;
border: 0px solid #CDE5F5;
text-indent: 2px; 
background: #FFFFFF;
background-color: #EDFAFC;
padding: 2px;
margin: 0px;
}
/* The button alternative with a 3d effect */
input.button {
color: #FFFFFF;
font: bold 10px  Verdana, Helvetica, sans-serif;
border: 2px;
border-style: outset;
border-color: #B9C6F2 #1137B5 #1137B5 #B9C6F2;
text-indent: 2px; 
background-color: #5F78CD;
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: #4D68C3;
	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 arrival link color */
.cal-alink:link    { background: transparent; color: #999999; text-decoration: none}
.cal-alink:visited { background: transparent; color: #999999; text-decoration: none}
.cal-alink:hover   { background: transparent; color: #999999; 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: 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: #9B8C27;border-right-color: #000000;border-bottom-color: #000000;	border-left-color: #9B8C27;}
	
/* This sets the calendar back */
.cal-back {
	font-family: Arial, Helvetica, sans-serif;font-size: 12px;background-color: #9C9054;}
	
/* 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: 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: #E3E9FD;
	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: #E3E9FD;}

/*This sets the calender year Next box */
.cal-year-next {
font-family: Arial, Verdana, Helvetica, san-serif;font-size: 12px;color: #000000;background-color: #E3E9FD;
	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: #CCCCCC;}

/*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: #ffffff;
	background-color: #345A87;
	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: #091E36;border-left-color: #345A87;border-top-color: #345A87; border-right-color: #091E36;
}

/*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: #214167;
	background-color: #E3E9FD;
}

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


/*This sets days availible*/
.cal-days-avail {
	font-family: 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #DFD8B1;
}

/*This sets days booked*/
.cal-days-booked {
	font-family: 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: 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: #CCCCCC;
}
.3dbuttoncell {
	color: #FFFFFF;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	border: 2px;
	border-style: outset;
	border-color: #B9C6F2 #1137B5 #1137B5 #B9C6F2;
	text-indent: 2px; 
	background-color: #1042EC;
	padding: 3px;}

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

/* Builders Page */
.buildersphotos {
		border: 1px solid #596952;
		background-color: #FFFFFF;
		padding:3px;
}

.builderSig {
	color: #596952;
	font-size: 11px
	}
	
.builders {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6DB606;
	padding: 10px;
	text-align: center;
}

.buildersTop {
	padding: 5px;}
.buildersFooter {
	text-align: center;
	}
