	/* All body attributes are applied to the main body tag of a site. Here is where you set an overall background image, text color and font. Margin, padding and border should usually always be set to 0. Text-align does not just apply to text, but will center the main site. */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: White url(/i04/holder.gif);
	background-repeat: repeat;
	background-position: top center;
	color: #666;
	font: small/10px Ariel, Verdana, Helvetica, sans-serif;
	line-height: normal;
	}

	/* Sometimes text settings will not 'cascade' down into the table cells, this will make sure that table cells get proper font, color, and alignment setttings. */	
td {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;	
	color: #666;
	font: small/10px Arial, Verdana, Helvetica, sans-serif;
	line-height: normal;
	}
	
	/* This content class is so that text and content can have padding and not be shoved up right against the edges. You will want to use this around html modules and bodies of text. */	
.content {
	padding: 35px;
	font-weight: normal;
	line-height: normal;
	}
	
	/* The following three classes are pseudo classes that affect link styles. The first sets the color of a link that is not being hovered on. The visited one will set the color of a link that has been clicked on. The last will set the color of the link as your mouse hovers over it. */	
a:link {
	color: #4053b4; 
	text-decoration: none
	}
	
a:visited {
	color:  #4053b4; 
	text-decoration: none
	}

a:hover {
	color:#2e3b7d;
	text-decoration: none;
	}
.signup {
    padding: 80 200 0 0;
}
	/* The following classes are for the popup calendar that appears on contact us and reservation forms. You will want to set font color and size, as well as background color once you have decided on a color palette that matches your site. Please not there are dropdown styles that will need to be set including a dropdown over/hover style to set. See the descriptions of what part of the popup calendar each style sets as described above each style. Also note there are images that will need to be customized in color that are not set in css, but created and put in the /images/ folder. They are as listed: calendar.gif, close.gif, drop1.gif, drop2.gif, left1.gif and left2.gif
 */	
	/* Default attributes of table container for entire POPUP calendar */
	
.table-style {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-width: 1; 
	border-style: solid; 
	border-color: #8ADBFF; 
	background-color: #ffffff;
	font-family:  arial; 
	font-size: 12px;
	}

	/* Default attributes of DIV containing table container for entire popup calendar.
	 * You probably don't want to alter this style.
	 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
	}

	/* Default attributes used in popup calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: Arial; 
	font-size: 12px;
	color: #027ABB;
	}

	/* Default attributes used in popup calendar title background.*/
.title-background-style {
	background-color: #8ADBFF
	}

	/* Normal appearance of controls in popup calendar title. */
	/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
	}

	/* Moused-over (selected) appearance of controls in popup calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
	}

	/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 12px; 
	border-width: 1; 
	border-style: solid; 
	background-color: #8ADBFF;
	border-color: White;
	color: White;
	cursor: default;
	}

	/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: White;
	cursor: hand;
	}

	/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
	}

	/* Default attributes of popup calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: #CCFF43;
	font-family: arial, verdana; 
	font-size: 11px;
	}

	/* Attributes of current day in popup calendar body. */
.current-day-style {
	color: #027ABB;
	font-weight: bold;
	text-decoration: none;
	}

	/* Attributes of end-of-week days (Sundays) in popup calendar body. */
.end-of-weekday-style {
	color: #027ABB;
	text-decoration: none;
	}

	/* Attributes of all other days in popup calendar body. */
.normal-day-style {
	color: #027ABB;
	text-decoration: none;
	}

	/* Attributes of border around selected day in popup calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #027ABB;
	color: #027ABB;
	font-weight: bold;
	}

	/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #027ABB;
	}

	/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: #027ABB;
	background-color: #8ADBFF;
	text-align: center;
	text-decoration: none;
	}

	/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #027ABB; 
	padding: 0px;
	}


.TimeDropDown {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #000;	
	}