@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 { }
#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; clear:both; }

/* CHECK IN - CHECK OUT ---------- */
/* wraps check-in and check-out sections */
fieldset#gd_searchbox_checkin{  }
div#gd_searchbox_checkin-label{ padding-top:3px; }
div#gd_searchbox_checkin-fields{  }

fieldset#gd_searchbox_checkout{  }
div#gd_searchbox_checkout-label{ padding-top:3px; }
div#gd_searchbox_checkout-fields{ }

/* 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:100%; }
.gd_searchbox_detailsTable td{ text-align:left; padding: 2px 1px; width:33%; }
/* wraps "search for" rooms/specials/golf section */
#gd_searchbox_systemType{ padding:5px 0; }

/* for the popup calendar - DO NOT CHANGE - 3rd Party */
#iframeCal{ z-index:2; position:absolute; width:275px; height:136px; visibility:hidden; }
