/* Standard CSS On All Pages */
 
BODY  {
    background-color: #3d011a;
	background: repeat-y url(images/pageBG.jpg) #3d011a;
    margin-top: 26px;
    margin-bottom: 0px;
    margin-left: 36px;
    margin-right: 0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	  }

body.weather {
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF; 
	}
	
body.printable {
    background-color: #ffffff;
	background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	
}   

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

/* ***** MAIN TEXT STYLES ***** */
/* STANDARD HEADERS */
 
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #20407d;
	text-align: left;
}

/* REMOVE SPACE BELOW H# TAGS COMPATIBLE W/ MOST BROWSERS*/

h1.remSpace {
	Display: inline; 
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #43011d;
	text-align: left;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #20407d;
	text-align: left;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #300115;
	text-align: left;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

/* STANDARD BODY TAG FORMATTING */

P, TD, TH {
	color: #000000;
	}

hr {
    border-style: solid;
    background-color: #ffba00;
    height: 1px;
	padding: 1px;
    border: none; 
    width: 90%; 
    color: #ffba00;
	}

LI {
	padding: 1px;
	}
/* To use a graphic bullet add this attribute */
/* list-style-image: url(/images/bullet.gif); */

A:link {
	font-weight: bold;
	text-decoration: underline;
	color: #43011d;
}

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

A:hover, A:active {
	font-weight: bold;
	text-decoration: underline;
	color: #830036;
} 
/* NOTE: active/hover link should use underline */

.alert {
	font-weight: bold;
	color: #990033;
}
/* NOTE: alert should use a variation of red */

.fineprint {
	font-size: 9px;
	color: #666666;
}

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

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

.outerTopBG {
	background:repeat-x url(images/outer-topBG.gif);
	height:8px;
	}
	
.outerBtmBG {
	background:repeat-x url(images/outer-btmBG.gif);
	height:8px;
	}
	
.outerBtmBG2 {
	background:repeat-x url(images/outer-btmBG-2.gif);
	height:8px;
	}
	
.outerLeftBG {
	background:repeat url(images/outer-leftBG.gif);
	height:8px;
	}
	
.outerRightBG {
	background:repeat-y url(images/outer-rightBG.gif);
	height:8px;
	}
	
.innerTopLine {
	border-top: 3px solid #ffba00;
	padding:0px;
	width:100%;
	}
	
.innerBtmLine {
	border-bottom: 2px solid #ffba00;
	padding:0px;
	width:100%;
	}
	
.innerLine {
	border-left: 3px solid #ffba00;
	padding:0px;
	border-right: 3px solid #ffba00;
	}
	
	
.innerLeftLine {
	border-left: 3px solid #ffba00;
	padding:0px;
	width:9px;
	}
	
.innerRightLine {
	border-right: 3px solid #ffba00;
	padding:0px;
	width:9px;
	}
	
.pagecontent {
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
	}
	
#cartNav {
	float:left; 
	margin-top: 11px;
}

#cartNav a:link, #cartNav a:visited {  
	color: #fff5e6;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
}

#cartNav a:hover, #cartNav a:active {  
	color: #ffba00;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
}


#subNav {
	float: right;
}
	
A:link.toplinks, A:visited.toplinks {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	padding-right: 10px;
	}

A:hover.toplinks, A:active.toplinks {
	text-decoration: none;
	font-weight: normal;
	color: #ffba00;	
	padding-right: 10px;
	} 
	
A:link.navlinks, A:visited.navlinks {
	text-decoration: none;
	font-weight: normal;
	font-variant:small-caps;
	color: #ffba00;	
	padding-left: 10px;
	}

A:hover.navlinks, A:active.navlinks {
	text-decoration: none;
	font-weight: normal;
	font-variant:small-caps;
	color: #ffffff;
	padding-left: 10px;
	} 
	
A:link.navsublinks, A:visited.navsublinks {
	text-decoration: none;
	font-size:9px;
	font-weight: normal;
	font-variant:normal;
	color: #ffffff;
	padding-left: 15px;
	}

A:hover.navsublinks, A:active.navsublinks {
	text-decoration: none;
	font-size:9px;
	font-weight: normal;
	font-variant:normal;
	color: #ffba00;	
	padding-left: 15px;
	} 
	

	
A:link.contactus, A:visited.contactus {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	}

A:hover.contactus, A:active.contactus {
	text-decoration: none;
	font-weight: normal;
	color: #ffba00;	
	} 
	
.contactBTN {
	background:url(images/btn-contact.gif) repeat-x;
	height:29px;
	width:86px;
	text-align:center;
	padding-top:0px;
}

.navBTN {
	text-align: left;
}

.callout {
	padding-top:20px;
	text-align:left;
}

.callText {
	text-align:left;
	padding-left:20px;
	padding-bottom:7px;
	font-size:10px;
	color:#FFFFFF;
	}

.footer {
	color: #d1a6b8;
	font-size: 10px;
	text-align:center;
	}

A:link.footerlink {
	color: #d1a6b8;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	}

A:visited.footerlink {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #d1a6b8;
}

A:hover.footerlink, A.active.footerlink {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	}


.copy {
	color: #c2809b;
	font-size: 9px;
	text-align:center;
	}

A:link.copylink, A.visited.copylink {
	color: #c2809b;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	}

A:hover.copylink, A.active.copylink {
	color: #ffffff;
	font-size: 9px;
	text-decoration: underline;
	font-weight: normal;
	}

Table.whatsnew {
	border: solid 1px #0055a4;
	padding: 5px;
	background-color: #fcdd8a;}
	
.popupMast {
	background-image:url(images/popup-mastBG.jpg);
	text-align: left;}
.popupTable {
	border: solid 1px #830033;}

/*********** 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;
}
.resultshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #20407d;
	text-align: center;
	padding: 3px;
	background-color: #fcdd8a;
	border: 1px solid #ffba00;
}

a:link.resultslink, a:visited.resultslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #20407d;
}

a:hover.resultslink, a:active.resultslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.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;
}
                           
/* The ALPHA page */
.alphatable {
	text-align: center;
	padding: 0px;
	border: 1px solid #05498A;
	margin: 0px;
	width: 95%;
}
.alphaheader{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	padding: 3px;
	background-color: #20407d;
}
.alphaletter	{ 
	font-size: 11px;
	background-color: #fcdd8a;
	font-weight: bold;
	text-align: left;
	text-indent: 40px;
	color: #20407d;
	border: 1px solid #20407d; 
	padding: 3px;
}
.alphaname	{ 
	font-size: 10px;
	color: #0F538F;
	background-color: #FFFFFF;
	border: 1px solid #20407d;
	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: 625px;
	background-color: #FFFFFF; 
	padding: 0px;
	border: 0px;
}

.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;
	width:625px;
}
.propdetailsheads {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #20407d;
	text-align: left;
	padding: 3px;
}
.propdetails {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	background-color: #ffffff;
	color: #20407d;
}

/* 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: #20407d;
}
              
.rates {
font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #20407d;
	text-align: center;
	padding: 3px;
	background-color: #fcdd8a;
	border: 1px solid #ffba00;
}
                
                
/* The SPECIALS page */
.specialstable	{ 
	width: 90%;
	padding: 2px;
	border: 1px solid #0055a4;
	background-color:#FFFFFF;
}
.specialscontent	{ 
	font-size: 11px;
	padding: 3px;
	border-bottom: solid 1px #fcdd8a;
	background-color:#FFFFFF;
}
.specialshead {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #20407d;
	padding: 2px;
	background-color: #fcdd8a;
	border-bottom: solid 1px #ffba00;
	border-top: solid 1px #ffba00;
}

a:link.specialsheadLink, a:visited.specialsheadLink {
	font-size: 11px;
	font-weight: bold;
	color: #0055a4;
	text-decoration: none;
}

a:hover.specialsheadLink, a:active.specialsheadLink {
	font-size: 11px;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}

.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: #FFFFFF; 
	padding: 0px;
	margin: 0px;
	border: 1px solid #00BCE4;
}
.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: #0055A4;
}

.conciergespecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #05498A;
	background-color: #C4F2FC;
	padding: 3px;
	width: 150px;
}

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

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

.eventsspecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #05498A;
	background-color: #C4F2FC;
	padding: 3px;
}
                          
.eventsdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	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;
}

.cartlabel {
font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #20407d;
	text-align: center;
	padding: 3px;
	background-color: #fcdd8a;
	border: 1px solid #ffba00;
}
                
.cartdata {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #20407d;
	text-align: center;
	padding: 3px;
	background-color: #ffffff;
}
                
.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: 100%;
	color: #FFFFFF;
	width: 138px;
	text-align: center;
}

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

.buttonbarcell {
	color: #BF162A;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
	padding: 0px;
	text-align: center;
	width: 138px;
	height: 31px;
	background: url(images/buttonBG.gif) no-repeat;
}

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: 138px;
	text-align: center;
}

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

.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: 138px;
}

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;
	border: 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;
	border: none; 
	color: #FFFFFF;
}


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

.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: #20407d;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #20407d;
text-indent: 2px; 
background-color: #FFFFFF;
padding: 1px 
}
input.mortgage {
color: #BF162A;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid;
border-color: #20407d;
text-indent: 2px; 
background-color: #FFFFFF;
padding: 1px 
}

/* 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;
	height: 32px;
	/*
border-style: outset;
border-color: #F0A5B1 #660514 #660514 #F0A5B1;*/
text-indent: 2px;
	padding: 5px;
	width: 138px;
	background: url(images/buttonBG.gif) no-repeat;
}
/* 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: 5px;
width: 138px;
}
/* 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;
}

#calEvents table{
border-bottom:1px solid #FFBA00;
margin-bottom:10px;
}
