@CHARSET "UTF-8";
@import "reset.css";

body { 
	background-color: #fff;
	font-family:  tahoma, arial, verdana, san-serif;
	font-size: 12px;
	color: #2d2d2d;
	text-align: center;
	background: #e9eaec url('images/cssBkg3.jpg') repeat-x;
}

h1 {
	font-size: 24px;
	color: #000;
	padding-bottom: 0;
}

h2 {
	font-size: 18px;
	color: #000;
	padding-bottom: 0;
}

h3 {
	font-size: 13px;
	color: #111;
	padding-bottom: 0;
}

h4 {
	font-size: 18px;
	color: #1f;
	color: #204291;
	border-bottom: 1px solid #aaa;
	padding-bottom: 4px;
	font-weight: normal;
	margin-bottom: 4px;
}

h5 {
	font-size: 15px;
	color: #111;
	padding-bottom: 0;
	margin-top: 2px;
}

p {
	line-height: 18px;
	margin: 6px 0;
}

a {
	color: green;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a.webLink {
	border-bottom: 1px solid;
}

a.webLink:hover {
	border-bottom: 1px solid;
	color: green;
}

.searchResult {
	width:620px;
	margin-bottom: 10px;
	padding-top: 4px;
}

.resultDescription {
	float: left;
	width: 400px;
	padding-left: 5px;
}

.resultRateInfo {
	width: 180px;
	padding-left: 450px;
}

.rateDates {
	font-size: 11px;
	color: #8c8b89;
	margin: 0;
	font-style: italic;
}

.clear {
	clear: left;
}

.rateDescTitle {
	color: #005e99;
	font-size: 13px;
	margin-bottom: 0px;
}

.error {
	font-weight: bold;
	color: #cc0000;
}


#container {
  margin: 0 auto;
  width: 980px;
  text-align: left;
}

#page {margin-top: 20px; width: 960px; padding: 10px; background: #fff;}
#reservationArea {float: left; width: 299px; min-height: 280px; background: url(images/css_reservationBkg.gif) repeat-x;}
#adminArea {float: left; width: 299px; margin: 0; padding: 0; min-height: 180px; background: url(images/css_reservationBkg.gif) repeat-x;}
#leftPanel {float: left; width: 305px; padding-left: 5px; margin-top: 40px;}
#mainPanel {float: left; padding-left: 20px; width: 630px; margin-top: 35px; border-left: 1px solid #cfcfcf;}
#fullPanel {float: left; padding: 10px; width: 960px; margin-top: 35px;}
.homeShadow { background: url(images/shadow2.gif) repeat-x; }

select {
	border: 1px solid #888;
	background-color: #dedede;
	color: #555;
	padding: 1px;
}

#arrivalTime, #departTime{
	border: 1px solid #999;
	background-color: #fcfcfc;
	color: #555;
	padding: 1px;
	font-family: tahoma, arial, verdana, san-serif;
	font-size: 11px;
}

#arrivalDate, #departDate{
	border: 1px solid #999;
	background-color: #fcfcfc;
	color: #555;
	padding: 3px 2px 1px 3px;
	font-family: tahoma, arial, verdana, san-serif;
	font-size: 12px;
}

input {
	border: 1px solid #888;
	color: #333;
	padding: 2px;
	font-family: tahoma, arial, verdana, san-serif;
	font-size: 12px;
}

.inputLabel {
	margin-top: 10px;
	font-size: 10px;
	font-style: italic;
	color: #777;
}

.submit {
	border: none;
}

#paymentForm input {
	border: 1px solid #888;
	background-color: #fff;
	color: #222;
	padding: 3px 2px;
	font-family: tahoma, arial, verdana, san-serif;
	font-size: 12px;
	width: 200px;
}

#paymentForm select {
	border: 1px solid #888;
	background-color: #efefef;
	color: #222;
	padding: 2px;
	font-family: tahoma, arial, verdana, san-serif;
	font-size: 12px;
	width: 200px;
}

#searchResults {
	float: left; 
	margin-left: 30px;
	margin-bottom: 30px;
}

#secondaryPageContent {
	 margin-top: 15px; 
	 padding: 15px; 
	 background-color: #fff;
}

#searchResultInfo {
	float: left; 
	width: 290px;
	margin-top: 10px;
}

#searchResultInfoText {
	/**background: url("images/css_infoBkg.gif") repeat-x; **/
	margin-bottom: 15px;
}

#searchResultInfoText p {
	font-size: 11px;
	line-height: 18px;
	margin: 8px 20px 10px 10px;
}

#pendingReservationInfoText {
	margin-bottom: 15px;
}

#pendingReservationInfoText p {
	font-size: 12px;
	line-height: 20px;
	margin: 20px 10px 10px 10px;
}

#specialRates {
	/** background: url("images/css_infoBkg.gif") repeat-x; **/
	background: url("images/css_infoBkg.jpg") repeat-x; 
	margin: 0 8px 30px 5px;
}

#footer {
	margin: 25px 8px;
	font-size: 11px;
	color: #aaa;
}

#footer a {
	font-size: 11px;
	text-decoration: none;
	color: #aaa;
}

#footer a:hover {
	border-bottom: 1px solid;
}

#newMemberForm input {
	padding: 2px;
	width: 250px;
	margin: 4px 0;
}

#newMemberForm .label {
	clear: left;
	float: left;
	width: 90px;	
	font-size: 11px;
	font-style: italic;
}

#currentMemberForm input {
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 8px;
	width: 250px;
}

ol, ul {
	margin: 8px 15px;
}

li {
	margin: 8px;
	margin-top: 4px;
	line-height: 16px;
}

.label {
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	padding: 0;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #48639a;
	border: 1px solid #FFF;
	border-bottom: 1px solid #bbb;
	color: #fff;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #7f92be;
}

.confirmLabel {
	font-style: italic;
	font-weight: bold;
	color: #4d4d4d;
	display: inline;
	line-height: 18px;
}

#adminArea {
	margin-bottom: 30px;	
}

#adminArea select {
	border: 1px solid #888;
	background-color: #efefef;
	color: #222;
	padding: 2px;
	font-family: tahoma, arial, verdana, san-serif;
	font-size: 12px;
	width: 120px;
}

.transparent_85 {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.testimonial {
	margin: 10px 10px 3px 5px;
}

.testimonialFrom {
	margin: 0 10px 0 15px;
	font-style: italic;
	color: #aaa;
	font-size: 11px;
}

.specialRate {
	padding: 15px 10px 0 10px;
}

.specialsRequirements {
	padding: 15px 10px 0 10px;
	font-size: 11px;
	font-style: italic;
	color: #8c8b89;
}

.buttonImage {
	margin: 0;
	padding: 0;
	border: none;
}

#memberProfile .label {
	clear: left;
	float: left;
	width: 90px;	
	font-size: 11px;
	font-style: italic;
}
#memberProfile input {
	padding: 2px;
	width: 250px;
	margin: 4px 0;
}

.submitButton2 {
	background: #748eb5;
	font-size: 9px;
	color: #fff;
	padding: 3px 8px;
	text-transform: uppercase;
	border: none;
}

.submitButton2:hover {
	background: #48639a;
}
