/*
// ****************************************************************************
// File:			defautl.css
// Created:			6-May-2006
// Last Modified:		2-April-2007
// Description:		Default Cascading Style Sheet
// Contact:			brandon@spookyville.com
// ****************************************************************************
*/
body {
	color: #003333;
	background-color: #ffffff;
	background-image: url("./graphics/background_pink_to_white_fade_right.jpg");
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 2px 2px 2px 2px;
}

a:link {
	color: #3300CC;
	font-family: Arial, Helvetica, sans-serif;
	/*text-decoration: none;*/
}
a:visited {
	color: #330099;
}
.a_no_decoration {

}

.page_div_style {
	width: 768px;
	text-align: left;
}

.header_style {
	/*background-image:url("./graphics/honeydewcabins_logo8.gif");
	background-repeat: no-repeat;*/
	display: block;
	width: 766px;
	height: 128px;
	overflow: hidden;
	/*
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	*/
}

#navigation {
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;*/
	display: block;
	/*position: relative;
	top: 96px;*/
	-moz-box-sizing:border-box;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: center;
	text-align: center;
	text-decoration: none;
	overflow: visible;
	/*padding: 2px 0px 5px 0px;*/
	display: block;
	width: 120px;
	height: 24px;
}
#navigation a:hover {
	color: #FFFFFF;
	background-image:url("./graphics/tab3-hover.gif");
	background-repeat: no-repeat;
}
#menu_item {
	color: #000066;
	background-image:url("./graphics/tab3.gif");
	background-repeat: no-repeat;
}
#menu_item_selected {
	color: #FFFFFF;
	background-image:url("./graphics/tab3-select.gif");
	background-repeat: no-repeat;
}

.menu_signin {
	color: #000000;
	background-color: #9999FF; /*#E9E0FD;*/
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	/*line-height: 20px;*/
	text-indent: 0px;
	display: block;
	width: 766px;
	height: 32px;
}
/*.menu_signin a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}*/


.error_message {
	color: #FF0000;
}
.bold_center {
	color: #000000;
	font-weight: bold;
	float: center;
	text-align: center;
}


.main_background {
/*
	background-color: #E9E0FD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #CCCCFF;
*/
	background-color: #ffffff;
	background-image: url("./graphics/ember_tile2.jpg");
	background-repeat: repeat-x repeat-y;
	border-top: 1px solid #FFF9C7;
	border-left: 1px solid #E9B697;
	border-bottom: 1px solid #E9B697;
	border-right: 1px solid #FFF9C7;
	width: 766px;
}
.main_background td {
	vertical-align: top;
	padding: 4px 4px 4px 4px;
}
.td_padding {
	padding: 4px 4px 4px 4px;
	margin: 4px 0px 0px 4px;
}
.no_padding td{
	padding: 0px 0px 0px 0px;
}

.welcome_message {
}
.welcome_message p {
	/*color: #3366FF;*/
	color: #000000;
	margin: 8px 6px 8px 6px;
	text-indent: 20px;
}
.welcome_message hr {
	width: 90%;
	line-height: 2px;
	color: #000066;
}
.welcome_message ul {
	color: #0099FF;
}
.main_graphic {
	border-top: 1px solid #000000;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #000000;
}
.main_graphic_text {
	text-align: center;
}
.reserve_table {
	padding: 4px 4px 4px 4px;
}






.footer_style {
	text-align: center;
	color: #666666;
	font-size: small;
	position: relative;
	top: 0px;
	/*bottom: 0px;*/
	left: 2px;
	width: 766px;
}

.calendarHeader {
	color: #0066CC;
	
}
.calendarToday {
	color: #FF6666;
}
.calendar {

}


.under_construction {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 400px;
	color: #FF6600;
	font-size: large;
}
.sharpie500 {
	/*position: absolute;
	top: 30px;
	left: 550px;
	width: 400px;*/
	background-color: #200033;
	color: #FFFFFF;
	padding: 8px 8px 8px 8px;
}
.sharpie500 h1 {
	color: #FFFF00;
	text-align: center;
	margin: 0 0 0 0;
}
.sharpie500 b {
	color: #FF0000;
	font-size: large;
}
.sharpie500 span {
	color: #6666FF;
}
.sharpie500 i {
	color: #6666FF;
}
.sharpie500 strong {
	color: #FFFF00;
	font-size: large;
}

.address {
	color: #0033FF;
	font-size: large;
}

.attract_row  td {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	text-align: left;
}

.small_slideshow {
	width: 180px;
	height: 150px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
}