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


/* Overall Wrapper for Client Supplied Snippet */
	#OT_searchWrapperAll {   
		height:100px;/* for horizontal layout: 60px, for vertical layout: 100px */
		position: relative;
		margin:0;
		padding:0;
		color:#FFF;
		text-align:left;
		margin-top:-25px;
	}
	
	.MenuReserv{
		width:225px; 
		height:72px; 
		text-align:center; 
		color:#f5f1e8; 
		font-size:12px; 
		padding:35px 0 5px 0;
/* 		background:url("images/BgMenuReserv.jpg") center top no-repeat; */
	}
    
/* wrapper */

	#OT_searchWrapper
	{
		border: none;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		height:50px;
		position: relative;
		margin-left:10px;
		text-align:left;
		top:25px;
	}
    
	
/* for Restaurant, Neighborhood, Region ALT*/	

	
/* for Restaurant, Neighborhood, Region ALT*/	
	#OT_restaurant select{
		position:absolute;
		font-size:11px;
		margin-top:-15px;
		width:204px;
	}

	#OT_date input{
		position: absolute;
		font-size:11px;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		width:70px;
		margin:20px 0px 0px 0px;
	}

	#OT_time select{
		position: absolute;
		font-size:11px;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		width:75px;
		margin:20px 0px 0px 81px;
	}

	#OT_partySize select{
		position: absolute;
		font-size:11px;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		margin:20px 0px 0px 162px;

	}
     
     	#OT_submitWrap{
		position:relative;
		text-align:center;
		top: 45px; /* for horizontal layout: 25px, for vertical layout: 112px */
	/*        left: 60px;/* for horizontal layout: 450px, for vertical layout: 240px */
		z-index:5; /* do not change */
	}
	
	.OT_TableButton {width:105px; height:20px; background:url('images/btn_table.jpg') top center no-repeat!important; }


 /* Placeholder empty dt */
	#OT_empty {
		position:absolute;
		width:0;
		height:0;
		padding:0;
		margin:0;
		top:85px;
		left:0;
	} 
 
 /* Submit Button Wrapper - dd tag */    
   
  /* Wrapper for Text Link */   

    
    /* text link padding */
    	 #OT_logoLink a     {
		padding:0 0 0 10px;
	}

    /* Logo Link Border and margin*/
    
	
	#OT_searchWrapper form {margin:0;padding:0;}
	
	#OT_searchWrapper input.hidden, #OT_imglogo,#OT_searchWrapper h2, #OT_restaurantLbl, #OT_partySizeLbl, #OT_dateLbl ,#OT_timeLbl, #OT_searchWrapper #dateDisplay{display:none;}

	/*** 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:10px;;
	}

	#text{
		position:absolute;
		font-size:12px;
		font-family:arial;
		margin:-20px 0px 0px 10px;
	}
	
	