@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:280px; font-size:11px; line-height:13px; margin: 0px 0px 0px 0px;}
#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; color: #000; margin-right:5px;}
div#gd_searchbox_checkin-label{ padding-top:3px; }
div#gd_searchbox_checkin-fields{ float:left; }

fieldset#gd_searchbox_checkout{ float:left; color: #000; margin-right:5px;}
div#gd_searchbox_checkout-label{ padding-top:3px; }
div#gd_searchbox_checkout-fields{ float:left; }

/* CHECK IN - CHECK OUT ---------- */

/*-------- updated adults ------*/
fieldset#gd_searchbox_adults{ float:left; color: #000; margin-right:5px;}
div#gd_searchbox_adults-label{ padding-top:3px; }
div#gd_searchbox_adults-fields{ float:left; }

fieldset#gd_searchbox_children{ float:left;  color: #000; margin-right:5px;}
div#gd_searchbox_children-label{ padding-top:3px; }
div#gd_searchbox_children-fields{ float:left; }


/* wraps adults/children/rooms section */
div#gd_searchbox_details { padding:5px 0; clear:both;}
/*-- Details (adults/children/rooms) Table styles --*/
.gd_searchbox_detailsTable{ width:100px;}
.gd_searchbox_detailsTable td{ text-align:left; padding: 2px 1px; width:33%; color: #000; }
/* wraps "search for" rooms/specials/golf section */
#gd_searchbox_systemType{ padding:0; width:140px; float:left; }
#gd_searchbox_container input#resBox_submit { margin:3px 100px 0px 0px; float:left; text-align: center; clear:both; background-color:#54a3aa; border:0; color:#fff; cursor:pointer;}
/* for the popup calendar - DO NOT CHANGE - 3rd Party */
#iframeCal{ z-index:2; position:absolute; width:275px; height:136px; visibility:hidden; }
