@charset "UTF-8";/* CSS Document *//*	***************************************************************	NOTE:	---------------------------------------------------------------	- When adding styles to this file, please begin all 	id and class names with gd_searchbox_ to prevent naming conflicts.		- Avoid setting fonts/colors/sizes here, let the site's	main stylesheet dictact those where possible.	****************************************************************//* MAIN container - wraps everything */#gd_searchbox_container { width:300px; font-size:11px; line-height:13px; }#gd_searchbox_container * { text-align:left; }#gd_searchbox_container input, #gd_searchbox_container select { font-size:11px; }#gd_searchbox_container fieldset { border:0; margin:2px 0; padding:0; }/* CHECK IN - CHECK OUT ---------- *//* wraps check-in and check-out sections */fieldset#gd_searchbox_checkin{ float:left; width:140px; }div#gd_searchbox_checkin-label{ padding-top:3px; }div#gd_searchbox_checkin-fields{ float:left; }fieldset#gd_searchbox_checkout{ float:left; width:140px; }div#gd_searchbox_checkout-label{ padding-top:3px; }div#gd_searchbox_checkout-fields{ float:left; }/* CHECK IN - CHECK OUT ---------- *//* wraps adults/children/rooms section */div#gd_searchbox_details { padding:5px 0; clear:both; }/*-- Details (adults/children/rooms) Table styles --*/.gd_searchbox_detailsTable{ width:180px; }.gd_searchbox_detailsTable td{ text-align:left; padding: 2px 1px; width:33%; }/* wraps "search for" rooms/specials/golf section */#gd_searchbox_systemType{ padding:0; width:140px; float:left; }#gd_searchbox_container input#resBox_submit { margin-top:13px; float:left; }/* for the popup calendar - DO NOT CHANGE - 3rd Party */#iframeCal{ z-index:2; position:absolute; width:275px; height:136px; visibility:hidden; }/* ------------------------------------------------------------- *//*	******************************************************	*** ALL CODE BELOW IS LEGACY CODE FOR OLD SITE ***	*******************************************************//*	***************************************************************	NOTE:	---------------------------------------------------------------	- When adding styles to this file, please begin all 	id and class names with resBox_ to prevent naming conflicts.		- Avoid setting fonts/colors/sizes here, let the site's	main stylesheet dictact those when possible.	****************************************************************//* "Check Rates/Availability" is wrapped in an h6 tag */h6{	font-size:12px;	margin:0;}/* MAIN container - wraps everything */#resBox_container *{	color:#000;	text-align:left;}/* wraps check-in and check-out sections */#resBox_dates{	text-align:left;	margin: 5px 0;}/* wraps adults/children/rooms section */#resBox_details{	text-align:left;	margin: 5px 0;}/* wraps "search for" rooms/specials/golf section */#resBox_systemType{	text-align:left;	margin: 5px 0;}/*-- Table styles --*/.resBox_datesTable{	width:100%;	}.resBox_datesTable td{	text-align:left;	padding: 0;}.resBox_detailsTable{	width:100%;}.resBox_detailsTable td{	text-align:left;	padding: 2px 1px;	width:33%;}/* for the popup calendar */#iframeCal{	z-index:2;	position:absolute;	width:275px;	height:136px;	visibility:hidden;}
