/********** LINKS **********/
/***************************/
a.footer:link {color:#bda770; text-decoration:underline;}
a.footer:visited {color:#bda770; text-decoration:underline;}
a.footer:hover {color:#f1d591 ; text-decoration:underline;}
a.footer:active {color:#bda770; text-decoration:underline;}

a.footer2:link {color:#e1e1e1; text-decoration:none;}
a.footer2:visited {color:#e1e1e1; text-decoration:none;}
a.footer2:hover {color:#bda770 ; text-decoration:none;}
a.footer2:active {color:#e1e1e1; text-decoration:none;}

a:link {color:#666666; text-decoration:underline;}
a:visited {color:#666666; text-decoration:underline;}
a:hover {color:#bda770 ; text-decoration:underline;}
a:active {color:#666666; text-decoration:underline;}

#breadcrumb a:link {color:#4c4c4c; font-size: 8pt; text-transform:uppercase; font-weight:bold; text-decoration:none;}
#breadcrumb a:visited {color:#4c4c4c; font-size: 8pt; text-transform:uppercase; font-weight:bold; text-decoration:none;}
#breadcrumb a:hover {color:#bda770 ; font-size: 8pt; text-transform:uppercase; font-weight:bold; text-decoration:none;}
#breadcrumb a:active {color:#4c4c4c; font-size: 8pt; text-transform:uppercase; font-weight:bold; text-decoration:none;}
#breadcrumb a:link.on, #breadcrumb a:visited.on {color: #bda770; text-decoration:none;}

/********** NAVIGATION & SUB NAVIGATION **********/
/*************************************************/
.nav {
	float: left;
	margin: 0px;
	padding:0px;
	}

/********** FONTS **********/
/***************************/
h1 {
	font-family: "Times New Roman";
	font-size: 17pt;
	margin: 0px;
	padding-bottom: 10px;
	clear: both;
	}

h2 {
	font-family: "Times New Roman";
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
	}

.promo-date-subject {
	display: block;
	color: #bda770;
	font-weight: bold;
	padding: 5px 0px;
	}
	
.footer-title {
	font-size: 12pt;
	color: #ffffff;
	}

.reservation-info {
	font-size: 9pt;
	color: #ffffff;
	}

.reservation-title {
	font-size: 7pt;
	font-weight: bold;
	color: #bda770;
	text-transform: uppercase;
	}

.reservations-req {
	font-size:8pt; 
	color:#666666; 
	font-style:italic; 
	line-height:14pt;
	}

.asterisk {
	color: #a0884d;
	}

.breadcrumb-selected {
	color: #bda770;
	}
	
/********** FIELDS **********/
/****************************/
form {
	margin: 0px;
	padding: 0px;
	}

.e-mail-promotions {
	background: #ffffff url(/images/shared/background-fields.jpg) left top repeat-x;
	width: 170px;
	border: 1px solid #7d6953;
	border-right: none;
	height: 14px;
	margin: 0px;
	padding:0px;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	line-height: 10pt;
	color: #4c4c4c;
	}

input.textfield2 {
	background: #ffffff url(/images/shared/background-fields2.jpg) left top repeat-x;
	padding-top:3px;
	width: 290px;
	height: 15px;
	border: 1px solid #bda770;
	font-family: arial;
	font-size: 9pt; 
	color: #4c4c4c;
	}	

input.textfield4 {
	background: #ffffff url(/images/shared/background-fields2.jpg) left top repeat-x;
	width: 100px;
	height: 15px;
	border: 1px solid #bda770;
	font-family: arial;
	font-size: 9pt; 
	color: #4c4c4c;
	}	

.textarea {
	background: #ffffff url(/images/shared/background-fields2.jpg) left top repeat-x;
	width: 290px;
	height: 36px;
	border: 1px solid #bda770;
	font-family: arial;
	font-size: 9pt; 
	margin-top:3px;
	scrollbar-arrow-color: #7c7c7c;
	scrollbar-3dlight-color: #555555;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #343434;
	color: #4c4c4c;
	}

.textarea2 {
	background: #ffffff url(/images/shared/background-fields2.jpg) left top repeat-x;
	width: 100%;
	height: 36px;
	border: 1px solid #bda770;
	font-family: arial;
	font-size: 9pt; 
	margin-top:3px;
	scrollbar-arrow-color: #7c7c7c;
	scrollbar-3dlight-color: #555555;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #343434;
	color: #4c4c4c;
	}

select {
	border: 1px solid #bda770;
	font-family: arial;
	font-size: 9pt; 
	color: #4c4c4c;
	}	

/********** MENU TOGGLE **********/
/*********************************/
.ToggleContent a:link {color:#666666; text-decoration:underline;}
.ToggleContent a:visited {color:#666666; text-decoration:underline;}
.ToggleContent a:hover {color:#bda770 ; text-decoration:underline;}
.ToggleContent a:active {color:#666666; text-decoration:underline;}

.ToggleContainer {
	width: 100%;
	font-family: verdana;
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	}
.ToggleH2 {
	cursor: pointer;
	background-image: url(/images/buttons/toggleOpen.gif);
	padding: 0px 0px 3px 15px;
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	line-height: normal;
	}
.ToggleContent {
	display: none;
	color: #666666;
	font-family: arial;
	font-size: 9pt;
	}
.TogglePadding {
	padding: 5px 0px 0px 15px;
	}

/********** PAGE TOGGLE **********/
/*********************************/
#Page1, #Page2, #Page3, #Page4, #Page5, #Page6, #Page7, #Page8, #Page9, #Page10 {display:none;}

a:link.on, a:visited.on {color: #bda770; text-decoration:underline;}
a:link.off, a:visited.off {color: #666666; text-decoration:underline;}
a:link.done, a:visited.done {color: #666666; text-decoration:underline;}
a:hover.off, a:hover.done {color: #bda770; text-decoration:underline;}
a.on:hover, a.off:hover, a.done:hover {text-decoration:underline;}

/********** LI *******************/
/*********************************/
ul.no-space {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
li.numbered {
	list-style-type: decimal;
	}

/********** MISC **********/
/**************************/
.spacer {
	width: 100%;
	height: 1px;
	clear: both;
	}

div.hrdotted {
	padding: 5px 0px; 
	margin: 0px;
	clear: both;
	}

hr {
	border:#999999 dotted 1px; 
	height:1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	}

/********** CALENDAR **********/
/******************************/
.tableBorderCollapse {
	border-collapse: collapse;
	}
	
.weekday { 
	border: 1px solid #cccccc; 
	border-top: none !important;
	border-collapse: collapse;
	background-color: #733268;
	font-weight: bold;
	text-align: center;
	height: 25px;
	size: 8pt;
	vertical-align: middle;
	color: #ffffff;
	}
	
.date { 
	font-size: 8pt; 
	font-weight: bold; 
	color: #733268; 
	}
	
.notADay {
	background-color: #f4f4f4 !important;
	}
	
.calendarTable { 
	background-color: #ffffff; 
	font-size: 7pt;
	font-family: verdana;
	border: 1px solid #cccccc; 
	border-collapse: collapse;
	width: 85px;
	height: 85px;
	vertical-align: top;
	}

