body { 
	padding: 0; 
	margin: 0; 
	font: 9pt Tahoma; 
	background: #F0F9FB url(images/bg.png) repeat-x center top;
	color: #333; 
	text-align: center;
}

* {
	padding: 0; 
	margin: 0; 
}

a {	
	color: #405C67;
	text-decoration: none;
	background: inherit;
}

a:hover { 
	color: #030;
	text-decoration: none;
	background: inherit;
}

ul, ol {
	list-style : none; 
} 

img {
	border: none;
}

input, select { 
	font: normal 0.9em Tahoma;
	color: #606060;
}
 
input.button {
 	padding: 0 6px;
 	font: bold 1.0em Tahoma;
 	color: #360;
 	border: 1px solid #666;
 	background: #F2ECBC;
} 


.button-span {
	background: url(images/button_right.gif) no-repeat right center;
}

input.disabled {
  border: none;
  background: transparent;
  padding-bottom: 2px;
} 

h5 {
	text-align: center;
	font: bold 1.2em Tahoma;
}

.h {
	font: bold 1.0em Tahoma;
	color: red;
}

#container .table-color-cycle {
	
}

#container .package-color {
	background: #F7F4E1 ;
	padding: 6px;
}

input.errHilite, select.errHilite, textarea.errHilite {
	border: #ff0000 2px dashed;
}

label.errHilite {
	color: #C00;
}

.highlight-note {
	border: 1px solid #CCC;
	background: #FFC url(images/highlight.gif) no-repeat top left;   
	padding: 5px;
	padding-left: 25px;
	margin: 20px 8px;
	clear: both;
}

.page-num-list {
	text-align: center;
	margin-top: 10px;
}

#container table {
	width: 99%;
	margin-right: 1%;
	border-collapse: collapse;
	background: none;
}

#container table th {
	border: 0 solid #C4BFAC;
	border-width: 0 0 1px 0;
	padding: 4px;
}

#container table td {
	border: 0 dashed #C4BFAC;
	border-width: 0 0 1px 0;
	padding: 4px;
}

#container-home table {
	width: 99%;
	margin-right: 1%;
	border-collapse: collapse;
	background: none;
}

#container-home table th {
	border: 0 solid #C4BFAC;
	border-width: 0 0 1px 0;
	padding: 4px;
}

#container-home table td {
	border: 0 dashed #C4BFAC;
	border-width: 0 0 1px 0;
	padding: 4px;
}

#container table td.package-table {
	border: none;
}

.reservation-form .textarea-length {
	width: 90%;
}

.clear-both {
	clear: both;
	font-size: 0.01em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.reservation-login .button-hide {
	display: none;
}

#maps table {
	border-collapse: collapse;
	margin: 0;
}

#maps table td {
	padding: 0;
	border: none;
}
