/* Open Table Horizontal Styles
---------------------------------------------------------------------------------*/

/* Overall Wrapper for Client Supplied Snippet
---------------------------------------------------------------------------------*/
#OT_searchWrapperAll {   
	position: relative;
	height: 50px;
	margin: 0;
	padding: 9px 0 0 12px;
}

/* Wrapper
---------------------------------------------------------------------------------*/
#OT_searchWrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#OT_searchWrapper .OT_feedTitle {display: none;}

/* Definition List
---------------------------------------------------------------------------------*/
#OT_searchWrapper dl {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Party Size Label Wrapper
---------------------------------------------------------------------------------*/
#OT_partySizeLbl {display: none;}

/* Party Size Wrapper
---------------------------------------------------------------------------------*/
#OT_partySize {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

/* Date Label Wrapper
---------------------------------------------------------------------------------*/  
#OT_dateLbl {display: none;}

/* Date Wrapper
---------------------------------------------------------------------------------*/    
#OT_date {
	position: relative;
	width: 100px;
	margin: 0;
	padding: 0;
	float: left;
}

/* Time Label Wrapper
---------------------------------------------------------------------------------*/     
#OT_timeLbl {display: none;}

/* Time Wrapper
---------------------------------------------------------------------------------*/    
#OT_time {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

/* Placeholder
---------------------------------------------------------------------------------*/ 
#OT_empty {display: none;} 

/* Submit Button Wrapper
---------------------------------------------------------------------------------*/ 
#OT_submitWrap {
	position:relative;
	margin: 0;
	padding: 0;
	z-index: 5; /* do not change */
	float: left;
}

/*#OT_submitWrap .OT_TableButton {display: none;}
.OT_TableButton-custom {
	position: absolute;
	top: 26px;
	left: 247px;
}*/

/* Logo Elements
---------------------------------------------------------------------------------*/ 
#OT_logo,
#OT_logoLink,
#OT_logoLink a,
#OT_imglogo {display:none;}

/* Forms and Fields
---------------------------------------------------------------------------------*/
#OT_searchWrapper form {margin: 0; padding: 0;}
#OT_searchWrapper input.hidden {display: none;}

/*#OT_searchWrapper .feedFormField,
#OT_searchWrapper .feedFormField option,
#OT_searchWrapper .feedFormField select {
	font-size: 9px;
	margin: 0;
}*/

#OT_searchWrapper #startDate,
#OT_searchWrapper .OT_feedFormfieldCalendar {
	width: 85px;
	margin: 0;
	padding: 1px 4px;
	border: #90abc4 solid 1px;
	background: #d9eaf2;
	float: left;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#OT_searchWrapper #dateDisplay {display: none;}

#OT_searchWrapper select {
	margin: 0 6px 0 0;
	padding: 0;
	border: #90abc4 solid 1px;
	background: #d9eaf2;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size:11px;
}

/* Calendar Styles
---------------------------------------------------------------------------------*/ 

/* Placeholder (don't change this)
---------------------------------------------------------------------------------*/ 
#OT_searchWrapper .imgCal {
	position: absolute;
	top: -165px;
	left: 0;
	display: none; 
	z-index: 100;
}

/* Calendar Table Properties
---------------------------------------------------------------------------------*/ 
#OT_searchWrapper #imageCal table {
	width: 150px;
	background: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#OT_searchWrapper #imageCal td {
	padding: 0;
	text-align: center;
}

/* Future Days
---------------------------------------------------------------------------------*/ 
#OT_searchWrapper .clickableDays {	
	height: 18px;
	color: #000000;
	text-decoration: none;
}

/* Past Days
---------------------------------------------------------------------------------*/ 
#OT_searchWrapper .nonclickableDays {	
	height: 18px;
	color: #cccccc;
}

/* Month
---------------------------------------------------------------------------------*/ 
#OT_searchWrapper .months {
	color: #ffffff;
	text-decoration: none;
}

/* Days of the Week
---------------------------------------------------------------------------------*/ 
#OT_searchWrapper .weekdays {
	width: 14%;
	background: #efefef;
	color: #666666;
	text-decoration: none;
}
