 /* main site classes */
body {background-color: #D1D6DD; padding: 0px; margin: 0px 0px 0px 0px; }
A:Link {color: #2B2B71; text-decoration: underline; }
A:Visited {color: #2B2B71; text-decoration: underline; }
A:Hover {color: #2D519D; text-decoration: none; }
A.top_nav:link { color: #2B2B71; font-size: 9pt; font-family: Georgia, "Times New Roman"; text-decoration: none; }
A.top_nav:visited { color: #2B2B71; font-size: 9pt; font-family: Georgia, "Times New Roman"; text-decoration: none; }
A.top_nav:hover { color: #000; font-size: 9pt; font-family: Georgia, "Times New Roman"; text-decoration: underline; }
A.nav:link { color: #2B2B71; font-size: 9pt; font-family: Georgia, "Times New Roman"; line-height: 24px; text-decoration: none; text-align: right; padding-right: 18px; }
A.nav:visited { color: #2B2B71; font-size: 9pt; font-family: Georgia, "Times New Roman"; line-height: 24px; text-decoration: none; text-align: right; padding-right: 18px; }
A.nav:hover { color: #2B2B71; font-size: 9pt; font-family: Georgia, "Times New Roman"; line-height: 24px; text-decoration: none; text-align: right; padding-right: 10px; border-right: 8px solid #EAC82F; }
h1 { color: #2B2B71; font-size: 14px; line-height: 14pt; font-family: Georgia, "Times New Roman"; font-weight: bold; }
h2 { color: #2B2B71; font-size: 12px; font-family: Georgia, "Times New Roman"; font-weight: bold; }
.text, P, LI, UL, OL { color: #414247; font-size: 11px; line-height: 16pt; font-family: Georgia, "Times New Roman"; }
.callout { color: #414247; font-size: 10px; line-height: 12pt; font-family: Verdana, Arial, sans-serif; }
.textfooter { color: #fff;font-size: 9px; line-height: 12pt; border-top: 1px solid #2B2B71; padding-bottom: 35px; }
A.textfooter:link  { color: #fff; text-decoration: underline; }
A.textfooter:visited  { color: #fff; text-decoration: underline; }
A.textfooter:hover  { color: #B5C0D1; text-decoration: underline; }
.textsmall { color: #414247; font-size: 11px; font-family: Georgia, "Times New Roman"; }
.textred { color:#FF0000; }
.linksmall { color: #414247; font-size: 11px; font-family: Georgia, "Times New Roman"; }
A.linksmall:Hover { color: #000; }
A.linksmall:Link { color: #414247; font-size: 11px; font-family: Georgia, "Times New Roman"; }
.textsmallwht {color: #414247; font-size: 11px; font-family: Verdana, Arial, sans-serif; }
.promos { color: #000; font-size: 11px; font-family: Verdana, Arial, sans-serif; }
.container { border-style: solid; border-color: #2B2B71; border-width: 1px; width:169px; text-align: center; background-color: #fff; }
.container2 { border-style: solid; border-color: #2B2B71; border-width: 1px; width:170px; text-align: center; background-color: #fff; padding: 7px; }
#flashcontent { width:530px; height:201px; background-image:url(images/flash_holder.jpg); background-repeat:no-repeat; }
#flashcontent2 { font-weight:normal; }

 /* classes which define more info links */
.inputFormButton { font-size:11px; cursor:hand; background-color:#2B2B71; color: #fff; border: 1px; border-style: solid; border-color: #2B2B71; }
.inputFormSelect { font-size:11px; cursor:hand; background-color:#2B2B71; color: #fff; border: 1px; border-style: solid; border-color: #2B2B71; }

 /* classes which define the calendar styles */
.titleSpecial { font-weight: bold; }
A.linkSpecial { text-decoration: underline; }
A.linkSpecial:hover { text-decoration: none; }
.titleEvent { font-weight: bold; }
.eventLine { font-style: normal; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 11px; font-weight: bold; }
.anytext { font-size: 12px; color: #2B2B71; }
.gridMain { font-size: 11px; }
.todayColorIn {color: #CC0000; background-color: #FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn {color: #000; background-color: #FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn {color: #333333; background-color: #FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut {color: #CC0000; background-color: #999; } /* font color for the current date for days in the display month */
.inMonthFaceOut {color: #000; background-color: #999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut {color: #333333; background-color: #999; } /* font color for days not in the display month for days in the display month */
.linkDayInCell { font-size: 11px; }
.dropDownInCalendar {font-size: 12px; background-color:#fff; border: 1px #666 solid; }
.allEventsLink { font-size: 12px; }
.textOutsideCalendar { font-size: 12px; }
.calendardetail { font-size: 12px; padding-right: 5px; padding-left: 5px; }

/* booking form */
#arrival, #depart {
	margin:10px 0 0 30px;
}
#arrivaldate, #departuredate {
	width: 90px;
}
