body,
.Main { color: white; font-family: arial; background-color: #7386a1; margin: 0px; }

a:link,
a:visited { color: white; text-decoration: underline; }
a:hover,
a:active { color: #E5E5E5; text-decoration: none; }
h1 { font-size: 18px; text-decoration: underline; font-weight: bold; }

.subm { color: #000000; font-family: arial; font-weight: bold; font-size: 11px; }
a.subm:link { color: #000000; text-decoration: none; }
a.subm:hover { color: #000000; text-decoration: underline overline; }
a.subm:visited { color: #000000; text-decoration: none; }
a.subm:active { color: #000000; }

.mt { background-image: url(images/bg_menu.gif); background-repeat: repeat-x; padding: 0px; height: 72px; width: 100%; }
.mtt { color: #B5DFF9; font-family: arial; font-size: 11px; }
.mtt { color: #B5DFF9; font-family: arial; font-size: 11px; }
.tall { border: 2px solid #35404F; padding: 5px; width: 755px; background-color:#4E5E74; }

.copy,
a.copy:link,
a.copy:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#272F3A }

.WHITEBORDER { border: 2px; border-style: solid; }
.style8 { font-weight: bold; font-size: 36px; }
.style12 { font-size: 16px; }
.style14 { font-size: 18px }
.style15 { font-size: 24px; font-weight: bold; }
.style16 { font-size: 16px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

#reservation h2 { font:16px Arial, Helvetica, sans-serif; border-bottom:2px solid #35404F; margin:30px 0 3px 0; text-indent:5px; font-weight:bold }
#reservation td { font:11px Arial, Helvetica, sans-serif; padding-top:5px }
#reservation td span { font:10px Arial, Helvetica, sans-serif; }
#reservation input,
#reservation select,
#reservation textarea { font:11px Arial, Helvetica, sans-serif; padding:1px}

/* the div that holds the date picker calendar */
.dpDiv {border:2px solid #35404F}
/* the table (within the div) that holds the date picker calendar */
#dpTable { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; color: #505050; background-color: #E7EAEF; border: 1px solid #AAAAAA; }
/* a table row that holds date numbers (either blank or 1-31) */
#dpTable .dpTR { }
/* the top table row that holds the month, year, and forward/backward buttons */
#dpTable .dpTitleTR { }
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
#dpTable .dpDayTR { }
/* the bottom table row, that has the "This Month" and "Close" buttons */
#dpTable .dpTodayButtonTR { }
/* a table cell that holds a date number (either blank or 1-31) */
#dpTable .dpTD { border: 1px solid #E7EAEF; }
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
#dpTable .dpDayHighlightTD { background-color: #CCCCCC; border: 1px solid #AAAAAA; }
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
#dpTable .dpTDHover { background-color: #aca998; border: 1px solid #888888; cursor: pointer; color: red; }
/* the table cell that holds the name of the month and the year */
#dpTable .dpTitleTD { }
/* a table cell that holds one of the forward/backward buttons */
#dpTable .dpButtonTD { }
/* the table cell that holds the "This Month" or "Close" button at the bottom */
#dpTable .dpTodayButtonTD { }
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
#dpTable .dpDayTD { background-color: #CCCCCC; border: 1px solid #AAAAAA; color: white; }
/* additional style information for the text that indicates the month and year */
#dpTable .dpTitleText { font-size: 12px; color: gray; font-weight: bold; }
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
#dpTable .dpDayHighlight {color:#4060ff; font-weight: bold; }
/* the forward/backward buttons at the top */
#dpTable .dpButton { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; color: gray; background: #d8e8ff; font-weight: bold; padding: 0px; }
/* the "This Month" and "Close" buttons at the bottom */
#dpTable .dpTodayButton { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; color: gray; background: #d8e8ff; font-weight: bold;}
