/* ------------------------------------------------------- */
/* 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                                      */
/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* - Formatting and tags, generic classes                  */
/* ------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#LB-container h1 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#LB-container h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#LB-container h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#LB-container p, #LB-container li, #LB-container td, #LB-container th {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#LB-container div {
}

#LB-container ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: disc;
}

#LB-container a {
	background: transparent;
}
#LB-container a:hover {
	background: transparent;
}
#LB-container a:link {
	background: transparent;
}
#LB-container a:visited {
	background: transparent;
}

#LB-container img {
	border: 0px;
}

#LB-message{
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
	#LB-message_content {
		margin: 0px;
		padding: 10px;
		padding-left: 65px;
		background-color: #eee;
		border: 5px solid #6c3;
		background: transparent url(graphics/ico-message.gif) no-repeat left center;
	}

#LB-message_error {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
	#LB-message_error_content {
		margin: 0px;
		padding: 10px;
		padding-left: 65px;
		background-color: #eee;
		border: 5px solid #c00;
		background: transparent 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.                */
/*                                                         */
/* ------------------------------------------------------- */

/* Ordinary page container, surrounding all content. */
	#LB-container {
		width: 550px;
		margin: 0px;
		padding: 0px;
		/* border: 1px solid #f00; */
	}
		#LB-container_content {
		}
	
/* 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-PopupPhotos #LB-container h2 {
			display: none;
		}
	#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;
			font-size: 12px;
			/* border: 1px solid #f00; */
		}
			#LB-container_popup #LB-popup_header {
				width: 100%;
				margin: 0px;
				padding: 5px 5px 5px 10px;
				background-color: #369;
			}
				#LB-container_popup #LB-popup_header-headline h1 {
					float: left;
					font-size: 14px;
					color: #f90;
				}
				#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 {
					font-size: 12px;
				}
				#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 {
	}
		#LB-headline_start_content {
		}
			#LB-headline_start-image {
				display: none;
			}
				#LB-headline_start-image_content {
				}
			#LB-headline_start-text {
				float: left;
				margin: 0px 0px 5px 5px;
				padding: 0px;
			}
				#LB-headline_start-text_content {
				}
				
	#LB-headline {
		margin: 5px 0px 10px 0px;
	}
		#LB-headline_content {
		}
			#LB-headline-image {
				display: none;
			}
				#LB-headline-image_content {
				}
			#LB-headline-text {
				float: left;
				margin: 0px 0px 5px 0px;
				padding: 0px;
			}
				#LB-headline-text_content {
				}
			#LB-headline-backlink {
				float: right;
				margin: 5px 5px 0px 0px;
			}
				#LB-headline-backlink_content {
				}

/* Navigation links / buttons visible after signing in on */
/* start page and all protected pages. */
	#LB-navigation {
		width: 550px;
		border: 1px solid #f90;
		margin: 0px 0px 15px 0px;	
	}
		#LB-navigation {
			padding: 5px;
		}
			#LB-navigation_links {
				clear: both;
			}
				#LB-navigation_links_content {
				
				}
					#LB-navigation_links_content ul {
						display: inline;
						margin: 0px 0px 0px 0px;
						padding: 0px;
					}
					#LB-navigation_links_content li {
						display: inline;
						margin: 0px 10px 0px 0px;
					}
			
/* Signing in form default layout, for alternate layout */
/* on for example the sign up page see bottom of stylesheet. */
	#LB-logon {
		width: 550px;
		border: 1px solid #f90;
		margin: 0px 0px 15px 0px;
	}
		#LB-logon_content {
			padding: 5px;
		}
			#LB-logon_username {
				clear: none;
				float: left;
				margin: 3px 3px 0px 3px;
			}
				#LB-logon_username-label {
					float: left;
					margin: 3px 3px 0px 0px;
				}
				#LB-logon_username-input {
					float: left;
				}
					#LB-logon_username-input .LB-form_textfield {
						width: 135px;
					}
			#LB-logon_password {
				clear: none;
				float: left;
				margin: 3px 3px 0px 20px;
			}
				#LB-logon_password-label {
					float: left;
					margin: 3px 3px 0px 0px;
				}
				#LB-logon_password-input {
					float: left;
				}
					#LB-logon_password-input .LB-form_passwordfield {
						width: 135px;
					}
			#LB-logon_button {
				clear: none;
				float: left;
				margin: 3px 0px 0px 30px;
			}
			#LB-logon_links {
				clear: both;
				margin: 3px 0px 0px 40px;
			}
				#LB-logon_links_content {
				}
					#LB-logon_links_content ul {
						display: inline;
						margin: 0px 0px 0px 5px;
						padding: 0px;
					}
					#LB-logon_links_content li {
						display: inline;
						margin: 0px 20px 0px 0px;
						font-size: 10px;
					}

/* Same style of search form is normally used on */
/* start page and on the search result page. */
	#LB-searchform_fieldset {
		float: left;
		width: 390px;
		margin: 0px 0px 0px 20px;
		padding: 0px;
		/* border: 1px solid #00f; */
	}
	#LB-searchform {
		width: 390px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		/* border: 1px solid #00f; */
	}
		#LB-searchform_content {
			padding: 0px;
		}
			#LB-searchform-calendar {
				float: left;
				width: 150px;
				/* border: 1px solid #00f; */
			}
				#LB-searchform-calendar_content {
					text-align: center;
				}
					#LB-searchform-calendar_control {
		
					}
						#LB-searchform-calendar_input-label {
							display: none;
						}
						#LB-searchform-calendar_input {
							display: none;
						}
						#LB-searchform-calendar_input .LB-form_textfield {
						}
					/* ------------------------------------------------------------------------- */
					/* Calendar styles...                                                        */
					/* NOTE!!! Unfortunately, when the calendar CSS is updated by the Telerik JS */
					/* they REPLACE the class instead of superimposing it. Which is why the CSS  */
					/* keeps repeating itself seemingly unnecessary...                           */
					/* ------------------------------------------------------------------------- */
					.LB-radcalendar {
						/* Surrounding table containing the calendar and all its' parts such as the titlebar and calendar grid. */
						width: 100%;
						font: normal 10px Tahoma, Verdana, Sans-serif;
						background-color: #fff;
						cursor: default;
						color: #000;
					}
					.LB-radcalendar-titlebar {
						background-image: url(../Default/Calendar/titleBg.gif);
						background-repeat: repeat-x;
						height: 25px;
						width: 100%;
						border: solid 1px #000;
						cursor: default;
						text-align: center;
					}
						.MonthYearFastNav {
							/* This switches the layer with navigation to other years and months off... */
							/* We leave this off for now since we don't want to be able to book to far  */
							/* off in the future anyway. */
							display: none;
						}
						.LB-radcalendar-titlebar td {
							font: normal 10px Tahoma, Verdana, Sans-serif;
							color: #000;
							cursor: default;
							text-align: center;
						}
					.LB-radcalendar-tablelayout {
						/* Table defining the calendar grid. */
						/* background-image: url(../Default/Calendar/calendarBg.gif); */
						/* background-repeat: repeat-x; */
						background-color: #fff;
						width: 100%;
					}
						.LB-radcalendar-tablelayout td {
							/* Use this to set default behaviour of the grid in the calendar! */
							/* Then override these where necessary to create various effects. */
							font: Tahoma, Verdana, Sans-serif;
							text-align: center;
							height: 17px;
							width: 17px;
							cursor: default;
						}
						.LB-radcalendar-tablelayout a {
							text-decoration: none;
							color: #000;
						}
							.LB-radcalendar-tablelayout a:hover, .LB-radcalendar-tablelayout a:active, 
							.LB-radcalendar-tablelayout a:hover, .LB-radcalendar-tablelayout a:active {
								background-color: transparent;
								text-decoration: none;
							}
					.LB-radcalendar-selector {
						/* Days of week at top and week numbers down the left... */
						background-color: #aaa;
						font-size: 10px;
						font-weight: normal;
						color: #000;
						border: solid 1px #000;
						border-top: none;
					}
					.LB-radcalendar-daysofweek {
						background-color: transparent;
						font-size: 10px;
						font-weight: normal;
						color: #000;
						border: solid 1px #000;
					}
					.LB-radcalendar-daysofweek-select {
						background-color: #f90;
						font-size: 10px;
						font-weight: bold;
						border: solid 1px #000;
					}
						.LB-radcalendar-daysofweek-select a {
						}
					.LB-radcalendar-daysofweek-disable {
						background-color: transparent;
						font-size: 10px;
						font-weight: normal;
						color: #c6c6c6;
						border: solid 1px #000;
					}
					.LB-radcalendar-today {
						/* Today's date in the calendar... */
						background-image: url(../Default/Calendar/calendarBg.gif); */
						background-repeat: repeat-x;
						background-color: transparent;
						font-size: 10px;
						font-weight: bold;
						color: #000;
						border: solid 1px #000;
					}
					.LB-radcalendar-today-select {
						background-color: #f90;
						font-size: 10px;
						font-weight: bold;
						border: solid 1px #000;
					}
						.LB-radcalendar-today-select a {
						}
					.LB-radcalendar-today-disable {
						background-color: transparent;
						font-size: 10px;
						font-weight: normal;
						color: #c6c6c6;
						border: solid 1px #000;
					}
					.LB-radcalendar-weekend {
						/* Days that are weekend days (Sat, Sun) in the calendar... */
						background-color: transparent;
						font-size: 10px;
						font-weight: normal;
						color: #000;
						border: solid 1px #000;
					}
					.LB-radcalendar-weekend-select {
						/* background-image: url(../Default/graphics/CalendarDefault/selectBg.gif); */
						/* background-repeat: repeat-x; */
						background-color: #f90;
						font-size: 10px;
						font-weight: bold;
						border: solid 1px #000;
					}
						.LB-radcalendar-weekend-select a {
						}
					.LB-radcalendar-weekend-disable {
						background-color: transparent;
						font-size: 10px;
						font-weight: normal;
						color: #c6c6c6;
						border: solid 1px #000;
					}
					.LB-radcalendar-othermonth {
						/* Days in start of calendar belonging to previous month... */
						background-color: transparent;
						font-size: 10px;
						font-weight: normal;
						color: #c6c6c6;
						border: solid 1px #000;
					}
					.LB-radcalendar-othermonth-select {
					}
					.LB-radcalendar-othermonth-disable {
					}
			#LB-searchform-parameters {
				float: left;
				width: 220px;
				margin: 0px 0px 0px 10px;
				padding: 0px;
				/* border: 1px solid #00f; */
			}
				#LB-searchform-parameters_content {
				}
				#LB-searchform-introduction {
					width: 210px;
					margin: 0px 0px 5px 0px;
					/* border: 1px solid #00f; */
				}
					#LB-searchform-introduction_content {
					}
					.LB-searchform_introduction-text {
						display: none;
					}
				#LB-searchform-session {
					width: 220px;
					margin: 0px 0px 0px 0px;
					/* border: 1px solid #00f; */
				}
					#LB-searchform-session_content {
			
					}
						#LB-searchform-session-label {
							display: none;
						}
						.LB-searchform-session_item {
							white-space: nowrap;
						}
				#LB-searchform-time {
					width: 100px;
					float: left;
					margin: 5px 0px 5px 0px;
					/* border: 1px solid #f00; */
				}
					#LB-searchform-time_content {
			
					}
						#LB-searchform-time_date {
				
						}
							#LB-searchform-time_date-label {
								float: left;
								margin: 3px 0px 0px 0px;
							}
							#LB-searchform-time_date-input {
							}
						#LB-searchform-time_time {
				
						}
							#LB-searchform-time_time-label {
								margin: 3px 0px 0px 0px;
							}
							#LB-searchform-time_time-input {
							}
				#LB-searchform-party {
					width: 80px;
					float: left;
					margin: 5px 0px 5px 20px;
					/* border: 1px solid #0f0; */
				}
					#LB-searchform-party_content {
			
					}
						#LB-searchform-party_size {
						
						}
							#LB-searchform-party_size-label {
								margin: 3px 0px 0px 0px;
							}
							#LB-searchform-party_size-input {
							}
				#LB-searchform-criteria {
					margin: 5px 0px 0px 0px;
				}
					#LB-searchform-criteria_content {
			
					}
						#LB-searchform-criteria-label {
							display: none;
						}
						#LB-searchform-criteria_region {
							margin: 3px 0px 0px 0px;
						}
							#LB-searchform-criteria_region .LB-form_select {
								width: 200px;
							}
						#LB-searchform-criteria_cuisine {
							margin: 3px 0px 0px 0px;
						}
							#LB-searchform-criteria_cuisine .LB-form_select {
								width: 200px;
							}
						#LB-searchform-criteria_keyword {
							margin: 3px 0px 0px 0px;
						}
						/* ------------------------------------------------------------------------- */
						/* ComboBox styles...                                                        */
						/* ------------------------------------------------------------------------- */
						.ComboBox_WindowsXP {
							/* This class represents the surrounding div. */
						}
						.ComboBoxDropDown_WindowsXP {
							/* This class represents the DropDown state. */
						}
						.ComboBoxImage_WindowsXP {
							/* Represents the Image */
						}
						.ComboBoxImageHover_WindowsXP {
							/* Represents the Image when it is hovered. */
						}
						.ComboBoxInput_WindowsXP {
							/* Represents the combobox Input area. */
							width: 200px;
						}
						.ComboBoxInputHover_WindowsXP {
							/* Represents the combobox Input area when it is hovered. */
						}
						.ComboBoxItem_WindowsXP {
							/* Represents the Item in the DropDown. */
						}
						.ComboBoxItemHover_WindowsXP {
							/* Represents the Item in the DropDown when it is hovered. */
						}
						.ComboBoxItemDisabled_WindowsXP {
							/* Represents the Item in the DropDown when it is disabled. */
						}
						.ComboBoxLoadingMessage_WindowsXP {
							/* Represents the Loading message in the combobox Input area. */
						}
						.ComboBoxMoreResultsMessage_WindowsXP {
							/* Represents the More Results Message. */
						}
						.ComboBoxMoreResultsImage_WindowsXP {
							/* Represents the More Results Image. */
						}
						.ComboBoxMoreResultsBox_WindowsXP {
							/* Represents the More Results Box. */
						}
				#LB-searchform .LB-form_checkbox {
					/* Specific style for checkbox-text-pair in search form... */
				}	
					#LB-searchform .LB-form_checkbox-clicker {
						float: left;
						width: 15px;
					}
					#LB-searchform .LB-form_checkbox-label {
						float: left;
						width: 185px;
						padding: 5px 0px 0px 0px;
					}
				#LB-searchform #LB-buttons {
					clear: none;
				}
					#LB-searchform_submit {
						margin: 0px 0px 0px 0px;
					}

/* Right hand column containing extra information, deals (future) */
/* text on how to get support and help... Usually not displayed. */		
#LB-column {
	display: none;
}
	#LB-column_content {
	
	}

/* 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: 0px;
		padding: 0px;
		/* border: 1px solid #0f0; */
	}
		#LB-content_content {
			padding: 0px 0px 0px 5px;
			color: #000;
		}
			/* 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: 200px;
					float: right;
					margin: 25px 0px 0px 0px;
					padding: 0px;
				}
				#LB-content-form {
					width: 330px;
					float: left;
					margin: 0px;
					padding: 10px;
				}
			/* 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: 200px;
					float: right;
					margin: 0px 0px 0px 0px;
					padding: 0px;
				}
				#LB-confirm_form {
					width: 330px;
					float: left;
					margin: 0px;
					padding: 0px;
				}
			.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;
		margin: 0px;
		padding: 0px;
		/* border: 1px solid #0f0; */
	}
		#LB-content-fullwidth_content {
			padding: 5px;
		}

/* 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 {
	background-color: #fff;
}

.LB-table-row_odd {
	background-color: #eee;
}

.LB-table-cell {
	margin: 0px;
	padding: 3px;
}


/* ------------------------------------------------------- */
/* - Form elements                                         */
/* ------------------------------------------------------- */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
	legend {
		display: none;
	}

.LB-label {
	/* Generic style for all labels. For page */
	/* specific exceptions, see bottom of */
	/* stylesheet. */
	font-weight: normal;
}

.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: 260px;
		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: 300px;
}

.LB-form_textarea {
	width: 300px;
}

.LB-form_passwordfield {
	width: 300px;
}

.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 {
		padding: 10px 0px 0px 0px;
		/* border: 1px solid #f00; */
	}
	#LB-StartFindTable #LB-content_content {
		display: none;
	}
	
	#LB-edit {
		/* Style for text and buttons on change / cancel for users */
		/* without user names / where sign in is not configured. */
		float: none;
		width: 460px;
		margin: 10px 0px 0px 5px;
		padding: 0px;
		background-color: #ececec;
	}
		#LB-edit_content {
			margin: 0px;
			padding: 10px;
		}
			#LB-edit_text {
				float: left;
				width: 300px;
			}
			#LB-edit_buttons {
				float: right;
				width: 125px;
				margin: 10px 0px 0px 0px;
				padding: 0px;
			}
			
				/* ////////////////////////////////////////////// */
					/* 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 {
						width: 125px;
						height: 40px;
						padding: 40px 0px 0px 0px;
						margin: 0px;
						border: 0px;
						background: transparent url(graphics/btn_cancelbookinghere.gif) no-repeat center top;
						overflow: hidden;
						cursor: pointer; 
						cursor: hand;
					}
				#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-Terms #ctl00_MainContent_mQAUserControl_mQADiv table tr td {
		/* Completely wrong name, LB-Terms... */
		/* HTML totally screwed on this page. */
		padding: 5px;
	}
					
/* 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: 200px;
		}
			#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 AND Restaurant list page, these are usually needed irrespective of partner */
	#LB-SearchResult #LB-searchform_fieldset {
		float: none;
		margin: 0px 0px 10px 0px;
	}
	#LB-SearchResult #LB-searchform-introduction {
		display: none;
	}
	#LB-SearchResult #LB-content-text {
		width: 550px;
		float: none;
		margin: 0px;
		padding: 0px;
	}
	#LB-SearchResult #LB-content-form {
		width: 550px;
		float: none;
		margin: 0px;
		padding: 0px;
	}
	#LB-SearchResult .LB-result_text {
		clear: both;
	}
	
	#LB-RestaurantList #LB-content-text {
		width: 550px;
		float: none;
		margin: 0px;
		padding: 0px;
	}
	#LB-RestaurantList #LB-content-form {
		width: 550px;
		float: none;
		margin: 0px;
		padding: 0px;
	}
	.LB-result_text {
		clear: both;
	}
	
	#LB-result {
		margin: 10px 0px 0px 0px;
		padding: 0px;
		width: 100%;
	}
		#LB-result .LB-table-row_even {
			background-color: #fff;
		}
		#LB-result .LB-table-row_odd {
			background-color: #fff;
		}
	
	#LB-table-result {
		clear: both;
		float: left;
		margin: 5px 0px 0px 0px;
		width: 100%;
	}
	
		#LB-table_searchresult {
			width: 100%;
			margin: 0px;
			padding: 0px;
		}
		
		#LB-table-result td {
			padding: 3px;
		}
		
		#LB-table-result caption {
			display: none;
		}
		
		#LB-result_sort {
			float: left;
		}
			#LB-result_sort span {
				margin: 10px;
				font-weight: bold;
			}
		
		#LB-result_browse_top {
			float: right;
		}
		#LB-result_browse_bottom {
			float: right;
		}
			.LB-result_browse-previous {
				font-size: 16px;
				font-weight: bold;
			}
			.LB-result_browse-next {
				font-size: 16px;
				font-weight: bold;
			}
	
		.LB-result_restaurantname {
			background-color: #f90;
		}
			.LB-result_restaurantname_link {
				text-decoration: none;
				font-weight: bold;
			}
			.LB-result_restaurantname_more {
				text-decoration: none;
				font-weight: normal;
			}
			.LB-result_restaurantname_more a {
				text-decoration: none;
				font-weight: normal;
				margin: 0px;
				padding: 0px;
			}
		
		.LB-result_restaurantinformation {
		}
			.LB-result_restaurantinformation td {
				padding: 3px;
			}
		
		.LB-result_restaurantavailability {
			width: 100%;
		}
			.LB-result_restaurantavailability td {
				padding: 3px;
			}
			
		.LB-result_restaurantavailability-area {
			text-transform: Capitalize;
		}
		
		.LB-result_restaurantavailability-area_01 {
			border-bottom: 1px solid #ececec;
		}
		
		.LB-result_restaurantavailability-area_02 {
			border-bottom: 1px solid #ececec;
		}
		
		.LB-result_restaurantavailability-area_03 {
			border-bottom: 1px solid #ececec;
		}
		
		.LB-result_restaurantavailability-area_04 {
			border-bottom: 1px solid #ececec;
		}
		
		.LB-result_restaurantavailability-area_05 {
			border-bottom: 1px solid #ececec;
		}

/* Restaurant information page, these are usually needed */
	#LB-RestaurantPage #LB-restaurant_common {
	}
		#LB-RestaurantPage #LB-restaurant_common_content {
		}
			#LB-RestaurantPage #LB-restaurant_logotype {
				float: right; 
				margin-left: 10px; 
				margin-bottom: 10px;
			}
			#LB-RestaurantPage #LB-restaurant_description {
				margin-bottom: 10px;
			}
			#LB-RestaurantPage #LB-restaurant-content {
			}
				#LB-RestaurantPage #LB-restaurant-content_content {
				}
					#LB-RestaurantPage #LB-restaurant-booking {
						float: left;
						/* border: 1px solid #f00; */
					}
						#LB-RestaurantPage #LB-restaurant-booking_content {
						}
					#LB-RestaurantPage #LB-restaurant-data {
						float: right;
						width: 250px;
						margin-top: 20px;
						/* border: 1px solid #f00; */
					}
						#LB-RestaurantPage #LB-restaurant-data_content {
							margin: 0px;
							padding: 0px;
						}
							#LB-RestaurantPage #LB-restaurant_information {
								margin: 0px 0px 10px 0px;
							}
								#LB-RestaurantPage #LB-restaurant_information strong {
									display: inline;
									margin-bottom: 3px;
								}
								#LB-RestaurantPage #LB-restaurant_information .LB-form_textfield {
									width: 220px;
								}
							#LB-RestaurantPage #LB-restaurant_additional {
								float: right;
								width: 100px;
							}
								#LB-RestaurantPage #LB-restaurant_additional h3 {
									display: none;
								}
							#LB-RestaurantPage #LB-restaurant_address {
								float: left;
								width: 140px;
								margin: 0px 0px 10px 0px;
							}
							#LB-RestaurantPage #LB-restaurant_contact {
								clear: left;
								float: left;
								width: 140px;
								margin: 0px 0px 10px 0px;
							}
								#LB-RestaurantPage #LB-restaurant_contact span {
									display: none;
								}
							#LB-RestaurantPage #LB-restaurant_availability {	
							}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area {
									display: block;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_01 {
									border-bottom: 1px solid #fff;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_02 {
									border-bottom: 1px solid #fff;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_03 {
									border-bottom: 1px solid #fff;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_04 {
									border-bottom: 1px solid #fff;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_05 {
									border-bottom: 1px solid #fff;
								}
			
	/* Restaurant information page, HTML search form */
	#LB-RestaurantPage #LB-searchform_fieldset {
		float: none;
		width: 270px;
		margin: 0px;
		padding: 0px;
		background: #fff;
		/* border: 1px solid #f00; */
	}
	#LB-RestaurantPage #LB-searchform {
		width: 270px;
		margin: 0px;
		padding: 0px;
		background: #fff;
		/* border: 1px solid #f00; */
	}
		#LB-RestaurantPage #LB-searchform_content {
			margin: 0px;
			padding: 0px;
			color: #000;
		}
			#LB-RestaurantPage #LB-searchform-calendar {
				float: left;
				width: 160px;
				margin: 0px;
				padding: 0px;
			}
			#LB-RestaurantPage #LB-searchform-parameters {
				float: right;
				width: 100px;
				margin: 0px;
				padding: 0px;
			}
			#LB-RestaurantPage #LB-searchform-session {
				width: 100px;
				margin: 0px 0px 5px 0px;
				padding: 0px;
				/* border: 1px solid #0f0; */
			}
			#LB-RestaurantPage #LB-searchform-time {
				width: 100px;
				float: left;
				margin: 0px 0px 5px 0px;
				padding: 0px;
			}
			#LB-RestaurantPage #LB-searchform-party {
				width: 100px;
				float: left;
				margin: 0px 0px 5px 0px;
				padding: 0px;
			}
			#LB-RestaurantPage #LB-searchform-criteria {
				display: none;
			}
			#LB-RestaurantPage #LB-searchform #LB-buttons {
				clear: both;
				margin: 0px;
				padding: 0px;
			}
				#LB-RestaurantPage #LB-searchform_submit {
					margin: 5px 0px 0px 0px;
					padding: 0px;
					/* border: 1px solid #0f0; */
				}
	
	/* Restaurant information page, 3rd party related styles */
	#LB-RestaurantPage #LB-restaurant_3rd-party {
		width: 100%;
		padding: 1px;
		margin-top: 20px;
		background-color: #000;
	}
		#LB-RestaurantPage #LB-restaurant_3rd-party_content {
			width: 100%;
			padding: 0px;
			margin: 0px;
			background-color: #fff;
		}
			#LB-RestaurantPage #LB-restaurant_3rd-party_content h3 {
				width: 100%;
				padding: 3px;
				margin: 0px;
				background-color: #000;
				color: #fff;
			}
			#LB-RestaurantPage #LB-3rd-party_description {
				padding: 5px;
			}
			
			/* Restaurant information page, 3rd party specific styles */
				#LB-RestaurantPage #LB-hardens_symbols {
					width: 80px;
					float: right;
					margin: 0px 10px 0px 40px;
				}
					#LB-RestaurantPage #LB-hardens_symbols_content {
						padding: 0px;
						margin: 0px;
					}
						#LB-RestaurantPage #LB-hardens_symbols_content table {
							width: 100%;
							border: 0px;
						}
						#LB-RestaurantPage .LB-hardens_symbol-label {
							font-size: 12px;
							font-weight: bold;
							text-align: center;
						}
						#LB-RestaurantPage .LB-hardens_symbol-value_on {
							padding: 3px;
							margin: 3px;
							background-color: #fff;
							border: 1px solid #000;
							font-size: 12px;
							font-weight: bold;
							text-align: center;
						}
						#LB-RestaurantPage .LB-hardens_symbol-value_off {
							padding: 3px;
							margin: 3px;
							background-color: #000;
							border: 1px solid #000;
							font-size: 12px;
							font-weight: bold;
							color: #fff;
							text-align: center;
						}
						#LB-RestaurantPage #LB-hardens_symbols_legendlink {
							padding: 0px 0px 0px 15px;
						}
			
				#LB-RestaurantPage #LB-whiteguide_symbols {
					width: 170px;
					float: right;
					margin: 0px 0px 10px 10px;
				}
					#LB-RestaurantPage #LB-whiteguide_symbols_content {
						padding: 5px;
					}
					
					#LB-RestaurantPage #WG-restaurant_info { padding: 0px; }
					#LB-RestaurantPage .WG-points { position: absolute; top: 30px; left: 30px; color: #72BF44; font-size: 12px; font-weight: bold; } 
					#LB-RestaurantPage .WG-points_max { display: none; position: absolute; top: 30px; left: 23px; font-size: 12px; font-weight: bold; color: #000; }
					#LB-RestaurantPage .WG-grade_1 { margin: 0px; float: left; position: relative; background: url(http://www.whiteguide.se/graphics/restaurant_grade_1.gif); width: 48px; height: 48px; } 
					#LB-RestaurantPage .WG-grade_2 { margin: 0px; float: left; position: relative; background: url(http://www.whiteguide.se/graphics/restaurant_grade_2.gif); width: 48px; height: 48px; }
					#LB-RestaurantPage .WG-grade_3 { margin: 0px; float: left; position: relative; background: url(http://www.whiteguide.se/graphics/restaurant_grade_3.gif); width: 48px; height: 48px; }
					#LB-RestaurantPage .WG-grade_4 { margin: 0px; float: left; position: relative; background: url(http://www.whiteguide.se/graphics/restaurant_grade_4.gif); width: 48px; height: 48px; }
					#LB-RestaurantPage .WG-grade_5 { margin: 0px; float: left; position: relative; background: none; width: 48px; height: 48px; }
					#LB-RestaurantPage .WG-grade_6 { margin: 0px; float: left; position: relative; background: none; width: 48px; height: 48px; }
					#LB-RestaurantPage .WG-grade_3 .WG-points, .WG-grade_3 .point { font-weight: normal; }
					#LB-RestaurantPage .WG-grade_5 .WG-points, .WG-grade_5 .WG-points_max, .WG-grade_6 .WG-points, .WG-grade_6 .WG-points_max  { display: none; }
					#LB-RestaurantPage .WG-value { clear: left; float: left; margin: 10px 0px 0px 5px; }
					#LB-RestaurantPage #WG-restaurant_info .WG-info { float: right; position: relative; width: 100px; }
					#LB-RestaurantPage .WG-chairs { float: left; color: #000; width: 25px; font-size: 10px; padding: 0px 0px 15px 5px; background: url(http://www.whiteguide.se/graphics/restaurant_chair.gif) bottom right no-repeat;}

/* Sign up page, these are usually needed depending on layout type */
	#LB-SignUp #LB-confirm_signin {
		float: right;
		width: 200px;
		/* border: 1px solid #f00; */
	}
		#LB-SignUp #LB-confirm_signin_content {
		}
	#LB-SignUp #LB-logon {
		width: 200px;
		border: 0px;
		margin: 0px 0px 20px 0px;
		/* border: 1px solid #f00; */
	}
		#LB-SignUp #LB-logon_content {
			margin: 0px;
			padding: 0px;
		}
			#LB-SignUp #LB-logon_username {
				margin: 0px;
				padding: 0px;
			}
				#LB-SignUp #LB-logon_username-label {
					float: left;
					margin: 0px;
					padding: 0px;
				}
				#LB-SignUp #LB-logon_username-input {
					clear: both;
				}
					#LB-SignUp #LB-logon_username-input .LB-form_textfield {
						width: 170px;
					}
			#LB-SignUp #LB-logon_password {
				clear: both;
				margin: 0px;
				padding: 0px;
			}
				#LB-SignUp #LB-logon_password-label {
					float: left;
					margin: 0px;
					padding: 0px;
				}
				#LB-SignUp #LB-logon_password-input {
					clear: both;
				}
					#LB-SignUp #LB-logon_password-input .LB-form_passwordfield {
						width: 170px;
					}
			#LB-SignUp #LB-logon_button {
				margin: 0px;
			}
			#LB-SignUp #LB-logon_links {
				clear: both;
				display: none;
			}
				#LB-SignUp #LB-logon_links_content {
				}
					#LB-SignUp #LB-logon_links_content ul {
						display: block;
						margin: 0px 0px 0px 5px;
						padding: 0px;
					}
					#LB-SignUp #LB-logon_links_content li {
						display: block;
						margin: 0px 10px 0px 0px;
						font-size: 10px;
					}
						#LB-SignUp #LB-logon_links-username {
							display: none;
						}
		#LB-SignUp #LB-confirm_text {
			width: 200px;
			clear: right;
			float: right;
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}
		#LB-SignUp #LB-confirm_form {
			width: 320px;
			float: left;
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}
						
/* Confirm a booking page, these are usually needed irrespective of partner */
	#LB-confirm-restaurant_terms-information textarea {
		width: 300px;
		height: 100px;
	}
		
	#LB-confirm_notes-information textarea {
		width: 300px;
		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-headline-backlink {
		display: none;
	}
						
/* Entry form to edit a booking page, these are usually needed irrespective of partner */
	#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;
	}
	
/* My Bookings page */
	#LB-MyBookings caption {
		display: none;
	}
		#LB-MyBookings .LB-table-cell_head {
			display: none;
		}
	
/* My Favorites page */
	#LB-MyFavorites caption {
		display: none;
	}
		#LB-MyFavorites .LB-table-cell_head {
			display: none;
		}
	
/* My Contacts page */
	#LB-MyContacts caption {
		display: none;
	}
		#LB-MyContacts .LB-table-cell_head {
			display: none;
		}
	
/* My Profile page */
	#LB-MyProfile caption {
		display: none;
	}
		#LB-MyProfile .LB-table-cell_head {
			display: none;
		}
	
/* My Password page */
	#LB-MyPassword caption {
		display: none;
	}
		#LB-MyPassword .LB-table-cell_head {
			display: none;
		}