/* ------------------------------------------------------- */
/* All formatting of booking engine. At the top all engine */
/* specific properties, at the end all properties copied   */
/* from the partner web site if needed (preferred method   */
/* is to link to the partner CSS on their site).           */
/*                                                         */
/* Extremely partner specific tweaks are also maintained   */
/* in the very last section of the stylesheet.             */
/*                                                         */
/* // Manne, 20060425                                      */
/* ------------------------------------------------------- */

/* ------------------------------------------------------- */
/* - Partner specific layout formatting                    */
/* ------------------------------------------------------- */

.LB-ajax-loadingpanel
{
	background: url(graphics/spinner.gif) no-repeat 60px center;
}

#alignment { /* Handles the centering of the page */
	position: absolute;
	width: 525px;
	left: 50%;
	margin: 0px 0px 0px -263px;
	/* border: 1px solid #53708e; */
}

#shade-left { 
	margin: 0px;
	padding: 0px;
	width: 20px;
	float: left;
	/* border: 1px solid #aaa; */
}

#shade-right { 
	margin: 0px;
	padding: 0px;
	width: 20px;
	float: right;
	/* border: 1px solid #aaa; */
}

#container { 
	margin: 0px;
	padding: 0px;
	width: 485px;
	float: left;
	/* border: 1px solid #ff0; */
}

#navigation-main {
	background: url(graphics/bg_button_navigation.gif) left top repeat-x;
	font-family: helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	border-top: 1px solid #cad4de;
	border-bottom: 1px solid #cad4de;
	float: left;
}

#content {
	margin: 0px;
	width: 100%;
	float: left;
	/* border: 1px solid #f00; */
}
	#content-pages { 
		margin: 0px;
		padding: 20px 10px 20px 10px;
		/* border: 1px solid #0f0; */
	}
		#page-wide {
			width: 100%;
			/* border: 1px solid #00f; */
		}
		
#footer { 
	margin: 10px 0px 0px 0px;
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
}
	#footer p { 
		margin: 10px;
		font-size: 10px;
		color: #ccc;
	}
	#footer div { 
		margin: 10px;
		font-size: 10px;
		color: #ccc;
	}
	
.clear_both { /* DO NOT REMOVE!!! Makes sure footer always comes below navigation! */
	clear: both;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

/* ------------------------------------------------------- */
/* - Formatting and tags, generic classes                  */
/* ------------------------------------------------------- */

body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000;
  margin: 0;
  padding: 0;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #53708e;
}

h2 {
	margin: 0px 0px 5px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #53708e;
}

h3 {
	margin: 0px 0px 5px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	color: #53708e;
}

p, li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 130%;
}

td, th, div {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 130%;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: disc;
}

a, a:visited {
	color: #53708e;
	text-decoration: none;
}
	
a:link {
	text-decoration: none;
}
	
a:hover {
	color: #00f;
	text-decoration: underline;
}

img {
	border: 0px;
}

#LB-message{
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 100%;
}
	#LB-message_content {
		margin: 0;
		padding: 10px;
		padding-left: 65px;
		background-color: #eee;
		border: 5px solid #6c3;
		background: #eee url(graphics/ico-message.gif) no-repeat left center;
	}

#LB-message_error {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 100%;
}
	#LB-message_error_content {
		margin: 0;
		padding: 10px;
		padding-left: 65px;
		background-color: #eee;
		border: 5px solid #c00;
		background: #eee url(graphics/ico-message_error.gif) no-repeat left center;
	}

.LB-breakall {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}


/* ------------------------------------------------------- */
/* - Positioning and layout divs                           */
/* ------------------------------------------------------- */
/* Note: All major elements are doubled, as in having one  */
/* main surrounding placeholder and then one inside named  */
/* "..._content". This is in order to be able to make neat */
/* round corners and control widths / white space better.  */
/*                                                         */
/* For page specific tweaks and adaptations, see bottom of */
/* stylesheet, under each specific heading.                */
/*                                                         */
/* ------------------------------------------------------- */
	
/* Specific formatting for the restaurant popup logotype and name. */
#LB-popup_logoarea {
	width: 100%;
	margin: 0;
	padding: 0;
}
	#LB-popup_logoarea_content {
		margin: 0;
		padding: 0;
	}
		#LB-popup_logo {
			display: none;
		}
			#LB-popup_logo_content {
			}
		#LB-popup_name {
			float: left;
			margin: 0;
			padding: 0;
		}
			#LB-popup_name_content {
			}

/* Specific formatting for the promotions showing up. */
	.LB-result-promotionsearchresult-title {
		margin-top: 10px;
	}
	.LB-result-promotion-div {
		margin-top: 10px;
		padding: 5px;
		border: 1px solid #53708e;
	}
	.LB-result-promotion-title {
		display: none;         
	}
	.LB-result-promotion-name {
		font-size: 12px;
		padding-bottom: 3px;
		margin-bottom: 2px;
		border-bottom: solid 1px #ececec;
	}
	#LB-promos-outer1	{
		background: url(graphics/upperrightfade.png) right top no-repeat;
		width: 445px;
		margin-bottom: 10px;
	}
	#LB-promos-outer2 {
		clear:both;
		background: url(graphics/lowerleftfade.png) left bottom no-repeat;
		padding-top: 8px;
		padding-left: 8px;
	}
	#LB-promos-container {
		background: url(graphics/shadow.png) bottom right;
	}
	#LB-promos-header {
		text-align:center;
		padding:2px 0 0;
		height:18px;
		color:#000;
		font-weight: bold;
		border-bottom:solid 1px #8a9db5;
		background: #b9c4d2 url('http://book.livebookings.net/respop/../RadControls/Calendar/Skins/WebBlue/Img/titlebarBg.gif') repeat-x;
	}
	#LB-promos-inner {
		position: relative;
		left: -8px;
		top: -8px;
		border: solid 1px #a0aab6; 
	}
	#LB-promos-inner p {
		font-size:0.9em;
	}
	#LB-promos-inner p.subheader {
		font-size:0.9em;
		color: #535353;
		text-align: center;
		text-transform: uppercase;
		height: 17px;
		border-bottom: solid 1px #dde1e4 !important;
		background: url('http://book.livebookings.net/respop/../RadControls/Calendar/Skins/WebBlue/Img/DaysOfWeekBg.gif');
	}
	#LB-promos-list {
	}
	#LB-promos-list ul {
		list-style:none;
		margin:0 5px 10px;
		padding:0;
	}
	#LB-promos-list li {
		margin:0;
		padding:0;
		clear:both;
		width:100%;
	}
	#LB-promos-list input {
		display:block;
		float:left;
	}
	#LB-promos-list label {
		display:block;
		padding:3px 0 0;
		font-weight:bold;
	}
	#LB-promos-alacarte {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: solid 1px #e2e6ef;
	}
	.LB-promos-option-desc p {
		margin:0 0 5px 20px;
		font-size:0.9em;
		max-height: 80px;
		overflow-y: auto;
	}

/* Ordinary page container, surrounding all content. */
	#LB-container {
		width: 450px;
		margin: 0;
		padding: 0;
		text-align: left;
		/* border: 1px solid #f00; */
	}
		#LB-container_content {
			margin: 0;
			padding: 0px 0px 10px 13px;
		}
	
/* Popup container: Different width is needed for the popups for FAQ, photos, menus and so on. */
/* This section also styles header and buttons for the popups. Usually the same for all partners. */
	#LB-PopupFAQ #LB-container {
		width: 430px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		/* border: 1px solid #f00; */
	}
	#LB-PopupPhotos #LB-container {
		width: 470px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		/* border: 1px solid #f00; */
	}
	#LB-PopupOpeningHours #LB-container {
		width: 470px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		/* border: 1px solid #f00; */
	}
	#LB-PopupMenus #LB-container {
		width: 470px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		/* border: 1px solid #f00; */
	}
		#LB-container_popup {
			margin: 0px;
			padding: 0px;
			text-align: left;
			/* border: 1px solid #f00; */
		}
			#LB-container_popup #LB-popup_header {
				width: 100%;
				margin: 0px;
				padding: 5px 5px 5px 10px;
				background-color: #53708e;
			}
				#LB-container_popup #LB-popup_header-headline h1 {
					float: left;
					margin: 3px 0px 0px 0px;
					padding: 0;
					font-size: 14px;
					color: #fff;
				}
				#LB-container_popup #LB-popup_button-close {
					float: right;
				}
			#LB-container_popup #LB-popup_content {
				width: 100%;
				margin: 0px;
				padding: 10px;
				/* border: 1px solid #f00; */
			}
				#LB-container_popup #LB-popup_content #LB-popup_content-content h2 {
					display: none;
				}
				#LB-container_popup #Submit1 {
					/* Styling of idiotically named button not coded according to prototype! */
					margin: 10px 0px 0px 0px;
				}

/* Headlines can be differently controlled on 
/* start page and on sub pages. */
	#LB-headline_start {
		display: none;
	}
				
	#LB-headline {
		display: none;
	}

/* Navigation links / buttons visible after signing in on */
/* start page and all protected pages. */
	#LB-navigation {
		display: none;
	}
			
/* Signing in form default layout, for alternate layout */
/* on for example the sign up page see bottom of stylesheet. */
	#LB-logon_fieldset {
		display: none;
	}

/* Same style of search form is normally used on */
/* start page and on the search result page. */
	#LB-searchform_fieldset {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		/* border: 1px solid #0f0; */
	}
	#LB-searchform {
		margin: 0;
		padding: 0;
	}
		#LB-searchform_content {
			margin: 0;
			padding: 0;
		}
			#LB-searchform-calendar {
				float: left;
				width: 145px;
				margin: 0;
				padding: 0;
				/* border: solid 1px #f00; */
			}
				#LB-searchform-calendar_content {
					margin: 0;
					padding: 0;
					text-align: center;
				}
					#LB-searchform-calendar_control {
						/* border: 1px solid #ff0099; */
					}
						#LB-searchform-calendar_control td {
							font-size: 10px;
						}
						/* ------------------------------------------------------------------------- */
						/* Calendar styles... These are controlled using a skin for the Telerik      */
						/* control, see "Default.skin" for settings. You find documentation at:      */
						/* http://www.telerik.com/help/aspnet/calendar/                              */
						/* http://www.telerik.com/demos/aspnet/Calendar/Examples/Overview/DefaultCS.aspx */
						/* http://www.telerik.com/help/aspnet/calendar/RadCalendar~Telerik.WebControls.RadCalendar_members.html */
						/* http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.tableitemstyle_members.aspx */
						/* ------------------------------------------------------------------------- */
						#LB-searchform-calendar_input-label {
							display: none;
						}
						#LB-searchform-calendar_input {
							display: none;
						}
						#LB-searchform-calendar_input .LB-form_textfield {
						}
			#LB-searchform-parameters {
				float: right;
				width: 280px;
				margin: 0;
				padding: 0;
				/* border: 1px solid #0f0; */
			}
				#LB-searchform-parameters_content {
				}
					#LB-searchform-introduction {
						float: right;
						text-align: center;
						margin: 0;
						padding: 5px;
						border: 1px solid #53708e;
						background-color: #e2e6ef;
					}
						#LB-searchform-introduction_content {
						}
							#LB-searchform-introduction_content a {
								font-size: 10px;
								font-weight: bold;
							}
							.LB-searchform_introduction-text {
								display: none;
							}
					#LB-searchform-session {
						width: 200px;
						margin: 2px 0px 10px 0px;
						padding: 0;
					}
						#LB-searchform-session_content {
				
						}
							#LB-searchform-session-label {
								display: none;
							}
							.LB-searchform-session_item {
								white-space: nowrap;
							}
					#LB-searchform-time {
						float: left;
						width: 100px;
						margin: 0px 0px 5px 0px;
						padding: 0px;
					}
						#LB-searchform-time_content {
						}
							#LB-searchform-time_date {
							}
								#LB-searchform-time_date-label {
									float: left;
								}
								#LB-searchform-time_date-input {
								}
							#LB-searchform-time_time {
							}
								#LB-searchform-time_time-label {
								}
								#LB-searchform-time_time-input {
								}
					#LB-searchform-party {
						float: left;
						width: 80px;
						margin: 0px 0px 10px 15px;
						padding: 0px;
					}
						#LB-searchform-party_content {
						}
							#LB-searchform-party_size {
							}
								#LB-searchform-party_size-label {
								}
								#LB-searchform-party_size-input {
								}
					#LB-searchform-criteria {
						display: none;
					}
					#LB-searchform #LB-buttons {
						margin: 0;
						padding: 0;
					}
						#LB-searchform_submit {
						}

/* Right hand column containing extra information, deals (future) */
/* text on how to get support and help... Usually not displayed. */		
#LB-column {
	display: none;
}

/* Actual layout divs for generic layout on most pages, either in a */
/* two column setting or in full page width (sign in, search result). */
	#LB-content {
		clear: both;
		margin: 0;
		padding: 0;
	}
		#LB-content_content {
			margin: 0;
			padding: 0;
		}
			/* Generic style for all pages using the text-form-grid. For page */
			/* specific exceptions (usual exception: search result), see bottom of */
			/* stylesheet. */
				#LB-content-text {
					width: 160px;
					float: right;
					margin: 0;
					padding: 0;
					/* border: 1px solid #f00; */
				}
				#LB-content-form {
					width: 260px;
					float: left;
					margin: 0;
					padding: 0;
					/* border: 1px solid #00f; */
				}
			/* Generic style for all confirmation pages using the text-form-grid. As above, */
			/* but since we easily want to make exceptions to the pages in the booking flow */
			/* they come with a ready made exception name... */
				#LB-confirm_text {
					/* Sign up page usually has an exception to this, to place text above sign up form... */
					width: 160px;
					float: right;
					margin: 0;
					padding: 0;
				}
				#LB-confirm_form {
					float: left;
					width: 260px;
					margin: 0;
					padding: 0;
				}
					.LB-page_section {
						/* Generic style for all pages where logical sections */
						/* make up the page, and spacing is required between */
						/* (for example the booking receipt page). For page */
						/* specific exceptions, see bottom of stylesheet. */
						margin: 0px 0px 10px 0px;
					}
			
	#LB-content-fullwidth {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		/* border: 1px solid #0f0; */
	}
		#LB-content-fullwidth_content {
			margin: 0;
			padding: 0;
		}

/* Formatting for the "banner" with booking info following */
/* the user on the booking flow pages. */
	#LB-confirm_booking-information {
		width: 100%;
		background-color: #ececec;
		margin: 0px 0px 10px 0px;
	}
		#LB-confirm_booking-information_content {
			padding: 10px;
		}
			#LB-confirm_booking-information_content table tr td {
				padding: 3px;
			}
			#LB-confirm_booking-information_content table tr td {
				vertical-align: middle;
			}
			#LB-BookReceipt #ctl00_MainContent_mReferenceLabel {
				display: block;
				width: 120px;
				border: 5px solid #f00;
				padding: 10px;
				background-color: #fff;
				text-align: center;
				font-weight: bold;
				font-size: 14px;
			}
			
/* Formatting for the "information popups" used for FAQ */
/* and additional info on restaurant information pages. */
	#LB-container_popup #LB-popup_header-headline {
		float: left;
	}
	#LB-container_popup #LB-popup_button-close {
		float: right;
	}

/* Page footer ending page. Usually not displayed... */	
#LB-footer {
}
	#LB-footer_content {
	}

/* This ends all pages and should be set to always clear */
/* both margins in order to avoid layout collisions in IE. */
#LB-endof {
	clear: both;
}


/* ------------------------------------------------------- */
/* - Tables and related styles                             */
/* ------------------------------------------------------- */

.LB-table {
	/* Generic style for all tables. For page */
	/* specific exceptions, see bottom of */
	/* stylesheet. */
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	width: 100%
}

caption {
	font-size: 12px;
	font-weight: bold;
	text-transform: UPPERCASE;
	text-align: left;
	color: #666;
}

th {
	text-align: left;
}

.LB-table-row_even {
}

.LB-table-row_odd {
}

.LB-table-cell {
	margin: 0px;
	padding: 0px;
}


/* ------------------------------------------------------- */
/* - Form elements                                         */
/* ------------------------------------------------------- */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
	legend {
		display: none;
	}

.LB-label, label {
	/* Generic style for all labels. For page */
	/* specific exceptions, see bottom of */
	/* stylesheet. */
	color: #000;
}

.LB-buttons {
	/* Generic style for all buttons. For page */
	/* specific exceptions, see bottom of */
	/* stylesheet. */
	clear: both;
	padding: 10px 0px 0px 0px;
}
	.LB-button_left {
		float: left;
		margin: 0px 10px 0px 0px;
	}
	.LB-button_right {
		float: left;
	}

.LB-form_checkbox {
	/* Generic style for all form elements where a
	/* checkbox is next to a label (example for confirming
	/* "Yes, I want information"). For page specific
	/* exceptions, see bottom of stylesheet. */
	clear: both;
	padding: 5px 0px 0px 0px;
}	
	.LB-form_checkbox-clicker {
		float: left;
		width: 25px;
	}
	.LB-form_checkbox-label {
		float: left;
		width: 215px;
		padding: 3px 0px 0px 0px;
	}

.LB-form_group {
	/* Generic style for all groups of form elements. */
	/* A group is usually a label and an input field, and */
	/* a form consists of  a number of stacked groups. */
	/* For page specific exceptions, see bottom of */
	/* stylesheet. */
	clear: both;
	padding: 5px 0px 0px 0px;
}	
	
.LB-form_textfield {
	width: 240px;
}

.LB-form_textarea {
	width: 240px;
}

.LB-form_passwordfield {
	width: 240px;
}

.LB-form_submit {
}

.LB-form_button {
}

.LB-form_radio {
}

.LB-form_checkbox {
}

.LB-form_select {
}

.LB-form_select-time {
}

.LB-form_select-size {
}

.LB-form_select-menulevel_999 {
	background-color: #fff;
}
.LB-form_select-menulevel_0 {
	background-color: #fff;
}
.LB-form_select-menulevel_1 {
	background-color: #fff;
}
.LB-form_select-menulevel_2 {
	background-color: #ececec;
	padding-left: 5px;
}
.LB-form_select-menulevel_3 {
	background-color: #eee;
	padding-left: 15px;
}
.LB-form_select-menulevel_4 {
	background-color: #fff;
	padding-left: 25px;
}
.LB-form_select-menulevel_5 {
	background-color: #fff;
	padding-left: 35px;
}


/* ------------------------------------------------------- */
/* - Page and/or partner specific styles and tweaks        */
/* ------------------------------------------------------- */

/* Start, Find a table page, these are usually needed irrespective of partner */
	#LB-StartFindTable #LB-container {
		/* border: 1px solid #f00; */
	}
	#LB-StartFindTable #LB-content_content {
		display: none;
	}

	#LB-promos-outer1
	{
		background: url(graphics/upperrightfade.png) right top no-repeat;
		width: 445px;
		margin-bottom: 10px;
	}
	
	#LB-promos-outer2
	{
		clear:both;
/*		margin-bottom:5px; */
		background: url(graphics/lowerleftfade.png) left bottom no-repeat;
		padding-top: 8px;
		padding-left: 8px;
	}
		
	#LB-promos-container
	{
		background: url(graphics/shadow.png) bottom right;
	}
		
	#LB-promos-header{
		text-align:center;
		padding:2px 0 0;
		height:18px;
		color:#000;
		font-weight: bold;
		border-bottom:solid 1px #8a9db5;
		background: #b9c4d2 url('http://staging.livebookings.net/respop/../RadControls/Calendar/Skins/WebBlue/Img/titlebarBg.gif') repeat-x;
		}
		
	#LB-promos-inner
	{
		position: relative;
		left: -8px;
		top: -8px;
		border: solid 1px #a0aab6; 
	}
	
	#LB-promos-inner p{
		font-size:0.9em;
	}
	#LB-promos-inner p.subheader{
		font-size:0.9em;
		color: #535353;
		text-align: center;
		text-transform: uppercase;
		height: 17px;
		border-bottom: solid 1px #dde1e4 !important;
		background: url('http://staging.livebookings.net/respop/../RadControls/Calendar/Skins/WebBlue/Img/DaysOfWeekBg.gif');
		}
	#LB-promos-list{}
	#LB-promos-list ul{
		list-style:none;
		margin:0 5px 10px;
		padding:0;
		}
	#LB-promos-list li{
		margin:0;
		padding:0;
		clear:both;
		width:100%;
		}
	#LB-promos-list input{
		display:block;
		float:left;
		}
	#LB-promos-list label{
		display:block;
		padding:3px 0 0;
		font-weight:bold;
		}
		
	#LB-promos-alacarte
	{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: solid 1px #e2e6ef;
	}
	
	.LB-promos-option-desc p{
		margin:0 0 5px 20px;
		font-size:0.9em;
		max-height: 80px;
		overflow-y: auto;
		}
	
	#LB-edit_buttons_fieldset {
		margin: 0;
		padding: 10px 0px 0px 0px;
	}
	#LB-edit {
		/* Style for text and buttons on change / cancel for users */
		/* without user names / where sign in is not configured. */
		margin: 0;
		padding: 0;
		border: 1px solid #53708e;
		background-color: #e2e6ef;
	}
		#LB-edit_content {
			margin: 0px;
			padding: 10px;
		}
			#LB-edit_text {
				margin: 0px 0px 10px 0px;
			}
			#LB-edit_buttons {
			}
				/* ////////////////////////////////////////////// */
					/* Sample code for replacing buttons with images! 
						#LB-edit_button-change {
							float: right;
						}
							#LB-submit_change {
							}
							#LB-edit_button-change input.LB-form_submit {
								width: 115px;
								height: 32px;
								padding: 32px 0px 0px 0px;
								margin: 0px;
								border: 0px;
								background: transparent url(graphics/btn_small_change.gif) no-repeat center top;
								overflow: hidden;
								cursor: pointer; 
								cursor: hand;
							}
					   Sample code for replacing buttons with images! */
					/* ////////////////////////////////////////////// */
					
				#LB-edit_button-cancel {
				}
					#LB-submit_cancel {
					}
					#LB-edit_button-cancel input.LB-form_submit {
					}
				#LB-edit_button-change {
					display: none;
				}
					#LB-submit_change {
					}
					#LB-edit_button-change input.LB-form_submit {
					}

/* Help page, these are usually needed irrespective of partner */
/* These will need revising as we tidy up HTML on that page... */
	#LB-FAQ #LB-headline {
		clear: both;
		display: block;
		margin: 0;
		padding: 10px 0px 10px 0px;
	}
		#LB-FAQ #LB-headline-text {
			float: left;
			margin: 0;
			padding: 0;
		}
		#LB-FAQ #LB-headline-backlink {
			float: right;
			margin: 0;
			padding: 0;
			font-weight: bold;
		}
	
	#LB-FAQ .LB-table {
		margin: 0px 0px 10px 0px;
		padding: 0;
	}
	#LB-FAQ .LB-table-cell {
		margin: 0;
		padding: 3px 3px 3px 0px;
	}
					
/* Search in progress page, these are usually needed irrespective of partner */
	#LB-SearchProgress #LB-SearchProgress-message {
		width: 100%;
		text-align: center;
	}
		#LB-SearchProgress #LB-SearchProgress-message_content {
			width: 400px;
			margin-top: 30px;
			margin-bottom: 30px;
		}
			#LB-SearchProgress #LB-SearchProgress-animation {
				float: left;
				width: 100px;
			}
			#LB-SearchProgress #LB-SearchProgress-text {
				float: right;
				width: 280px;
				text-align: left;
				margin-top: 10px;
			}
					
/* Search result page, these are usually needed irrespective of partner */	
	#LB-SearchResult #LB-content {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}
		#LB-SearchResult #LB-content_content {
			margin: 0;
			padding: 0;
		}
	#LB-SearchResult #LB-content-text {
		clear: both;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}	
	#LB-SearchResult #LB-content-form {
		clear: both;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		/* border: 1px solid #0f0; */
	}
		#LB-SearchResult #LB-content-form_content {
			margin: 0;
			padding: 0;
		}
	#LB-RestaurantList #LB-content {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
	}
		#LB-RestaurantList #LB-content_content {
			margin: 0;
			padding: 0;
			border: 0;
		}
	.LB-result_text-summary {
		clear: both;
		display: block;
		margin: 0;
		padding: 10px 0px 0px 0px;
	}
	#LB-result {
		clear: both;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
		#LB-result .LB-table-row_even {
			background-color: transparent;
		}
		#LB-result .LB-table-row_odd {
			background-color: transparent;
		}
		
		
	#LB-table-result {
		clear: both;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
		#LB-table_searchresult {
			width: 100%;
			margin: 0;
			padding: 0;
		}
		#LB-table-result caption {
			display: none;
		}
		.LB-result_restaurantinformation {
			margin: 0;
			padding: 0;
		}
		.LB-result_restaurantavailability {
			width: 100%;
			margin: 0;
			padding: 0;
		}
			.LB-result_restaurantavailability td {
				padding: 3px 0px 3px 0px;
			}
		.LB-result_restaurantavailability-area {
			text-transform: Capitalize;
		}
		
		.LB-result-promotionsearchresult-title
		{
			margin-top: 10px;
		}
		
		.LB-result-promotion-div 
		{
			margin-top: 10px;
			padding: 5px;
			border: 1px solid #53708e;
		}
		
		.LB-result-promotion-title
		{
			display: none;
			/*
			font-size: 12px;
			font-weight: bold;
			padding-bottom: 3px;
			margin-bottom: 2px;
			border-bottom: solid 1px #ececec;
			*/	
		}
		
		.LB-result-promotion-name
		{
			font-size: 12px;
			padding-bottom: 3px;
			margin-bottom: 2px;
			border-bottom: solid 1px #ececec;
		}
		

/* Sign up page, these are usually needed depending on layout type */
	#LB-SignUp #LB-confirm_signin {
		display: none;
	}
	#LB-SignUp #LB-logon_fieldset {
		display: none;
	}
	#LB-SignUp #LB-confirm_text {
		width: 160px;
		clear: right;
		float: right;
		margin: 0;
		padding: 0px 5px 5px 0px;
	}
	#LB-SignUp #LB-confirm_form {
		width: 260px;
		float: left;
		margin: 0;
		padding: 0px 0px 5px 5px;
	}
						
/* Confirm a booking page, these are usually needed irrespective of partner */
	#LB-BookConfirm #LB-confirm_text {
		width: 160px;
		float: right;
		margin: 0;
		padding: 0px 5px 5px 0px;
	}
	#LB-BookConfirm #LB-confirm_form {
		width: 260px;
		float: left;
		margin: 0;
		padding: 0px 0px 5px 5px;
	}
	
	#LB-confirm-restaurant_terms-information textarea {
		width: 240px;
		height: 100px;
	}
		
	#LB-confirm_notes-information textarea {
		width: 240px;
		height: 100px;
	}
	
	#LB-confirm_cc-required {
		padding: 10px 0px 0px 0px;
	}
		#LB-confirm_cctype {
			float: left;
		}
		#LB-confirm_ccvalidfrom {
			float: right;
			margin: 0px 20px 0px 0px; 
		}
		#LB-confirm_ccexpirydate {
			clear: both;
			float: right;
			margin: 0px 20px 0px 0px; 
		}
		#LB-confirm_ccnumber {
			clear: both;
		}
		#LB-confirm_ccissuenumber {
			clear: both;
			float: left;
		}
			#LB-confirm_ccissuenumber .LB-form_textfield {
				width: 90px;
			}
		#LB-confirm_cccode {
			clear: none;
			float: left;
			margin: 0px 0px 0px 10px; 
		}
			#LB-confirm_cccode .LB-form_textfield {
				width: 90px;
			}				
			
/* Booking receipt page */
	#LB-BookReceipt #LB-confirm_text {
		width: 160px;
		float: right;
		margin: 0;
		padding: 0px 5px 5px 0px;
	}
	#LB-BookReceipt #LB-confirm_form {
		width: 260px;
		float: left;
		margin: 0;
		padding: 0px 0px 5px 5px;
	}
							
/* Entry form to edit a booking page, these are usually needed irrespective of partner */
	#LB-BookEdit #LB-headline {
		clear: both;
		display: block;
		margin: 0;
		padding: 10px 0px 10px 0px;
	}
		#LB-BookEdit #LB-headline-text {
			float: left;
			margin: 0;
			padding: 0;
		}
		#LB-BookEdit #LB-headline-backlink {
			float: right;
			margin: 0;
			padding: 0;
			font-weight: bold;
		}
	#LB-BookEdit #LB-book-edit_select-input_change {
		float: left;
		white-space: nowrap;
	}
	#LB-BookEdit #LB-book-edit_select-input_cancel {
		float: right;
		white-space: nowrap;
	} 
