/******************************* Vertical Layout **************************************/

/* Overall Wrapper for Client Supplied Snippet */
#OT_searchWrapperAll {   
	/*width: 100%; REDUNDANT */
	position: relative;
	margin: 0;
	padding: 15px;
	height: 200px; /* for horizontal layout: 60px, for vertical layout: 100px */
}

#OT_searchWrapperAll h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
    
/* wrapper */
#OT_searchWrapper {
	border: none;
	/*font-family: Verdana, Arial, Helvetica, Sans-Serif;*/
	font-size: 10pt;
	/*width: 100%; REDUNDANT */
	height:200px;/* for horizontal layout: 60px, for vertical layout: 100px */
	position: relative;
	margin:0;
}

/* Title of Search */
#OT_searchWrapper .OT_feedTitle {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 1px 5px;
	font-size:10pt;
	font-weight:normal;
	line-height:normal;
}
 
 /* Definition List */   
#OT_searchWrapper dl {
	position: absolute;
	top: 0;
	left: 0;
	padding:0;
	margin:0;
}

#OT_partySizeLbl, #OT_partySize, #OT_dateLbl, #OT_date, #OT_timeLbl, #OT_time, 
#OT_empty, #OT_submitWrap {
	display: block;
	position: absolute;
	margin: 0;
	padding: 5px;
	/*border: 1px solid red;*/
}
#OT_partySizeLbl, #OT_dateLbl, #OT_timeLbl, #OT_empty {
	left: 0;
	width: 80px;
	text-align: right;
}
#OT_partySize, #OT_date, #OT_time, #OT_submitWrap {
	left: 100px;
	width: 110px;
}
#OT_partySizeLbl, #OT_partySize {
	top: 40px;
}
#OT_dateLbl, #OT_date {
	top: 80px;
}
#OT_timeLbl, #OT_time {
	top: 120px;
}
#OT_empty, #OT_submitWrap {
	top: 160px;
	z-index: 5; /* do not change */
}
   
/* Wrapper for Powered By OpenTable Logo */
#OT_logo {
	display: none;
	position:absolute;
	top:120px;
	left:0px;
	width:100%;
	padding:0;
	margin:0;
	display:block;
}
    
/* Wrapper for Text Link */   
#OT_logoLink {
	display: none;
}
    
/* text link padding */
#OT_logoLink a {
	padding:0 0 0 10px;
}

/* Logo Link Border and margin*/
#OT_imglogo {
	display: none;
	border: 0;
	margin: 0 0 0 20px;
}
    
#OT_searchWrapper form {margin:0;padding:0;}
#OT_searchWrapper input.hidden {display:none;}

/* Text Form Fields*/ 
#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option {
	font-size: 10pt;
}
/* Text Form Field for Date field */
#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
	margin: 0;
	font-size: 12px;
	width: 85px;
}
#OT_searchWrapper #dateDisplay {
	display: inline;
	float: right;
	margin: 0 30px 0 0;
	font-size: 8pt;
	color: #999999;
}

/*** calendar styles ***/

/* Placeholder. Don't change this */
#OT_searchWrapper .imgCal 
	{
	position: absolute; 
	display: none; 
	z-index:100;
}

/* Calendar Table properties */
#OT_searchWrapper #imageCal table {
	font-size:12px;
 	width:150px;
	font-family:arial;
	font-weight: bold;
	background:#FFF;
}
#OT_searchWrapper #imageCal td {
	padding:0px 0px 0px 0;
	text-align:center;
}

/* Days in the future */
#OT_searchWrapper .clickableDays {	
	color: #000000; 
	text-decoration: none;
	height:18px;
}

/* Days in the past */
#OT_searchWrapper .nonclickableDays {	
	color: #CCCCCC;
	height:18px;
}

/* Name of the month at the top */
#OT_searchWrapper .months {
	color: #FFFFFF; 
	text-decoration: none 
}

/* Day of the week */
#OT_searchWrapper .weekdays {
	color: #000000; 
	text-decoration: none; 
	color:#666666;
	background-color:#EFEFEF; 
	width:14%;
}
