/* ------------------------------------------------------- */
/* 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                  */
/* ------------------------------------------------------- */

.LB-ajax-loadingpanel
{
	background: url(graphics/spinner.gif) no-repeat 60px center;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#LB-container h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#LB-container h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

#LB-container h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

div {
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: disc;
}

#LB-message{
	clear: both;
	margin: 0px;
	padding: 10px 0px 10px 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;
	padding: 10px 0px 10px 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.                */
/*                                                         */
/* ------------------------------------------------------- */

/* Specific formatting for the restaurant popup. */
#PRE-popup_alignment {
	position: absolute;
	width: 510px;
	left: 50%;
	margin: 0px 0px 0px -255px;
}
#PRE-popup_container {
	width: 490px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#PRE-popup_content {
	width: 490px;
	margin: 0px;
	padding-top: 10px;
}
#PRE-eniro-logotype {
	/* Suggested fix from Martin Janner at Eniro. */
	position: absolute;
	right: 20px;
	top: 10px;
}
#PRE-popup_footer {
	margin: 0px;
	padding-top: 10px;
	width: 100%;
	border-top: 1px solid #ccc; 
}
	.PRE-fineprint {
		font-size: 10px;
		color: #999;
	}

#LB-popup_logoarea {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
	#LB-popup_logoarea_content {
	}
		#LB-popup_logo {
			float: left;
		}
			#LB-popup_logo_content {
			}
		#LB-popup_name {
			float: left;
			width: 280px;
			margin: 0px;
			padding: 20px 0px 0px 20px;
		}
			#LB-popup_name_content {
			}

/* Ordinary page container, surrounding all content. */
	#LB-container {
		width: 490px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		/* border: 1px solid #f00; */
	}
		#LB-container_content {
			margin: 0px;
			padding: 0px;
		}
	
/* 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;
			font-family: Arial, Lucida, Helvetica, sans-serif, sans-serif;
			font-size: 12px;
			/* border: 1px solid #f00; */
		}
			#LB-container_popup #LB-popup_header {
				width: 100%;
				margin: 0px;
				padding: 5px 5px 5px 10px;
				background-color: #ececec;
			}
				#LB-container_popup #LB-popup_header-headline h1 {
					float: left;
					font-size: 12px;
				}
				#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 {
		clear: both;
		width: 490px;
		margin: 0px;
		padding: 7px 0px 5px 0px;
	}
		#LB-headline_start_content {
			width: 490px;
			margin: 0px;
			padding: 0px;
			border-bottom: 1px solid #000;
		}
			#LB-headline_start-image {
				display: none;
			}
				#LB-headline_start-image_content {
				}
			#LB-headline_start-text {
				float: left;
				margin: 0px;
				padding: 0px 0px 2px 0px;
			}
				#LB-headline_start-text_content {
					margin: 0px;
					padding: 0px;
				}
				
	#LB-headline {
		clear: both;
		width: 490px;
		margin: 0px;
		padding: 7px 0px 5px 0px;
	}
		#LB-headline_content {
			width: 490px;
			margin: 0px;
			padding: 0px;
			border-bottom: 1px solid #000;
		}
			#LB-headline-image {
				display: none;
			}
				#LB-headline-image_content {
				}
			#LB-headline-text {
				float: left;
				margin: 0px;
				padding: 0px 0px 2px 0px;
			}
				#LB-headline-text_content {
					margin: 0px;
					padding: 0px;
				}
			#LB-headline-backlink {
				float: right;
			}
				#LB-headline-backlink_content {
				}

/* 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 {
		display: none;
	}

/* Same style of search form is normally used on */
/* start page and on the search result page. */
	#LB-searchform_fieldset {
		width: 490px;
		margin: 0px;
		padding: 0px;
		background-color: #f6edbb;
		/* border: 1px solid #00f; */
	}
	#LB-searchform {
		margin: 0px;
		padding: 0px;
	}
		#LB-searchform_content {
			margin: 0px;
			padding: 10px;
		}
			#LB-searchform-calendar {
				float: left;
				width: 145px;
				margin: 0px;
				padding: 0px;
				/* border: 1px solid #0f0; */
			}
				#LB-searchform-calendar_content {
					text-align: center;
				}
					#LB-searchform-calendar_control {
						/* border: 1px solid #5c8bba; */
					}
						/* ------------------------------------------------------------------------- */
						/* 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: left;
				width: 280px;
				margin: 20px 0px 0px 20px;
				padding: 0px;
				/* border: 1px solid #f00; */
			}
				#LB-searchform-parameters_content {
					float: left;
					text-align: left;
				}
					#LB-searchform-introduction {
						display: none;
					}
					#LB-searchform-session {
						width: 270px;
						margin: 0px 0px 10px 0px;
						padding: 0px;
					}
						#LB-searchform-session_content {
				
						}
							#LB-searchform-session-label {
								display: none;
							}
							.LB-searchform-session_item {
								white-space: nowrap;
							}
					#LB-searchform-time {
						float: left;
						width: 95px;
						margin: 0px 0px 10px 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-time_time-input .LB-form_select-time {
										width: 40px;
									}
					#LB-searchform-party {
						float: left;
						width: 70px;
						margin: 0px 0px 10px 0px;
						padding: 0px;
					}
						#LB-searchform-party_content {
						}
							#LB-searchform-party_size {
							}
								#LB-searchform-party_size-label {
								}
								#LB-searchform-party_size-input {
								}
									#LB-searchform-party_size-input .LB-form_select-size {
									}
					#LB-searchform-criteria {
						width: 210px;
						margin: 0px 0px 5px 0px;
						padding: 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. */
								width: 200px;
							}
							.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. */
								width: 200px;
							}
							.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-searchform_favoritesonly {
						/* Specific style for checkbox-text-pair in search form... */
						margin: 5px 0px 5px 0px;
						padding: 0px;
					}	
						#LB-searchform #LB-searchform_favoritesonly-input {
							float: left;
							width: 15px;
							margin: 0px 5px 0px 0px;
							padding: 0px;
						}
							#LB-searchform #LB-searchform_favoritesonly-input .LB-form_group {
								margin: 0px;
								padding: 0px;
							}
							#LB-searchform #LB-searchform_favoritesonly-input .LB-form_checkbox {
								margin: 0px;
								padding: 0px;
							}
						#LB-searchform #LB-searchform_favoritesonly-label {
							float: left;
							width: 165px;
							padding: 5px 0px 0px 0px;
							font-weight: normal;
						}
							#LB-searchform #LB-searchform_favoritesonly-label .LB-label {
								margin: 0px;
								padding: 0px;
								font-weight: normal;
							}
							#LB-searchform #LB-searchform_favoritesonly-label label {
								margin: 0px;
								padding: 0px;
								font-weight: normal;
							}
					#LB-searchform #LB-buttons {
						margin: 0px;
						padding: 0px;
					}
						#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;
}
	#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;
		width: 490px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}
		#LB-content_content {
			margin: 0px;
			padding: 0px;
		}
			/* 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: 220px;
					float: right;
					margin: 10px 0px 0px 0px;
					padding: 0px;
					/* border: 1px solid #f00; */
				}
				#LB-content-form {
					width: 225px;
					float: left;
					margin: 0px;
					padding: 0px;
					/* 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: 220px;
					float: right;
					margin: 10px 0px 0px 0px;
					padding: 0px;
				}
				#LB-confirm_form {
					float: left;
					width: 225px;
					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;
		width: 490px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
		/* border: 1px solid #0f0; */
	}
		#LB-content-fullwidth_content {
			margin: 0px;
			padding: 0px;
		}

/* 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: 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: 15px;
	}
	.LB-form_checkbox-label {
		float: left;
		width: 185px;
		padding: 3px 0px 0px 5px;
	}

.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: 210px;
}

.LB-form_textarea {
	width: 210px;
}

.LB-form_passwordfield {
	width: 210px;
}

.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-StartFindTable #LB-logon {
		display: none;
	}
	
	#LB-edit {
		/* Style for text and buttons on change / cancel for users */
		/* without user names / where sign in is not configured. */
		width: 490px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
	}
		#LB-edit_content {
			margin: 0px;
			padding: 10px;
			background-color: #ececec;
		}
			#LB-edit_text {
			}
			#LB-edit_buttons {
				margin: 10px 0px 0px 0px;
				padding: 0px;
			}
				#LB-edit_buttons_fieldset {
				}
			
				/* ////////////////////////////////////////////// */
					/* 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-table {
		width: 225px;
	}
					
/* 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: 490px;
			margin-top: 30px;
			margin-bottom: 30px;
		}
			#LB-SearchProgress #LB-SearchProgress-animation {
				float: left;
				width: 100px;
			}
			#LB-SearchProgress #LB-SearchProgress-text {
				float: right;
				width: 260px;
				text-align: left;
				margin-top: 10px;
			}
					
/* Search result AND Restaurant list page, these are usually needed irrespective of partner */
	#LB-SearchResult #LB-searchform-introduction {
		display: none;
	}
	#LB-SearchResult #LB-searchform-session {
		margin: 0px 0px 10px 5px;
		padding: 0px;
	}
	#LB-SearchResult #LB-content {
		clear: both;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
		#LB-SearchResult #LB-content_content {
			margin: 0px;
			padding: 0px;
			border: 0px;
		}
	#LB-SearchResult #LB-content-text {
		clear: both;
		float: none;
		width: 490px;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}	
	#LB-SearchResult #LB-content-form {
		clear: both;
		float: none;
		width: 490px;
		margin: 10px 0px 0px 0px;
		padding: 0px;
		/* border: 1px solid #0f0; */
	}
		#LB-SearchResult #LB-content-form_content {
			margin: 0px;
			padding: 0px;
		}
	#LB-RestaurantList #LB-content {
		clear: both;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
		#LB-RestaurantList #LB-content_content {
			margin: 0px;
			padding: 0px;
			border: 0px;
		}
	#LB-RestaurantList #LB-content-text {
		clear: both;
		float: none;
		width: 490px;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}	
	#LB-RestaurantList #LB-content-form {
		clear: both;
		float: none;
		width: 490px;
		margin: 10px 0px 0px 0px;
		padding: 0px;
		/* border: 1px solid #0f0; */
	}
		#LB-RestaurantList #LB-content-form_content {
			margin: 0px;
			padding: 0px;
		}
	.LB-result_text-summary {
		clear: both;
		color: #000;
	}
	#LB-result {
		clear: both;
		float: none;
		width: 490px;
		margin: 0px;
		padding: 0px;
	}
		#LB-result_sort {
			clear: both;
			color: #000;
		}
		#LB-result .LB-table-row_even {
			background-color: #fff;
		}
		#LB-result .LB-table-row_odd {
			background-color: #fff;
		}
	#LB-table-result {
		clear: both;
		float: none;
		width: 490px;
		margin: 0px;
		padding: 0px;
	}
		#LB-table_searchresult {
			width: 490px;
			margin: 0px;
			padding: 0px;
		}
		#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 {
			margin: 0px;
			padding: 3px;
			background-color: #ececec;
		}
			.LB-result_restaurantname_link {
				color: #666;
				text-decoration: none;
				font-weight: bold;
			}
			.LB-result_restaurantname_more {
				color: #666;
				text-decoration: none;
				font-weight: normal;
			}
			.LB-result_restaurantname_more a {
				text-decoration: underline;
			}
		.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 {
		}
		.LB-result_restaurantavailability-area_02 {
		}
		.LB-result_restaurantavailability-area_03 {
		}
		.LB-result_restaurantavailability-area_04 {
		}
		.LB-result_restaurantavailability-area_05 {
		}

/* Restaurant information page, these are usually needed */
	#LB-RestaurantPage #LB-content-fullwidth h2 {
		margin: 10px 0px 0px 0px;
	}
	#LB-RestaurantPage #LB-restaurant_common {
		margin: 10px 0px 0px 0px;
	}
		#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;
						width: 150px;
						margin: 0px;
						padding: 0px;
						/* border: 1px solid #f00; */
					}
						#LB-RestaurantPage #LB-restaurant-booking_content {
						}
							#LB-RestaurantPage #LB-restaurant-booking_content h3 {
								margin-bottom: 5px;
							}
					#LB-RestaurantPage #LB-restaurant-data {
						float: right;
						width: 220px;
						margin: 10px 0px 0px 0px;
						padding: 0px;
						/* border: 1px solid #f00; */
					}
						#LB-RestaurantPage #LB-restaurant-data_content {
							margin: 0px;
							padding: 0px;
						}
							#LB-RestaurantPage #LB-restaurant_information {
								width: 220px;
								margin: 10px 0px 10px 0px;
							}
								#LB-RestaurantPage #LB-restaurant_information span {
									display: block;
									margin-bottom: 5px;
								}
								#LB-RestaurantPage #LB-restaurant_information .LB-form_textfield {
									width: 200px;
								}
							#LB-RestaurantPage #LB-restaurant_additional {
								float: right;
								width: 90px;
								margin: 0px 0px 10px 0px;
								/* border: 1px solid #f00; */
							}
								#LB-RestaurantPage #LB-restaurant_additional h3 {
									display: none;
								}
								#LB-RestaurantPage #LB-restaurant_additional ul {
									margin: 0px;
									padding: 0px;
								}
								#LB-RestaurantPage #LB-restaurant_additional li {
									margin: 0px;
									padding: 0px 0px 3px 0px;
								}
								#LB-RestaurantPage #LB-restaurant_additional a {
									font-weight: bold;
								}
							#LB-RestaurantPage #LB-restaurant_address {
								float: left;
								width: 125px;
								margin: 0px 0px 10px 0px;
							}
							#LB-RestaurantPage #LB-restaurant_contact {
								clear: left;
								float: left;
								width: 125px;
								margin: 0px 0px 10px 0px;
							}
								#LB-RestaurantPage #LB-restaurant_contact span {
									display: none;
								}
							#LB-RestaurantPage #LB-restaurant_availability {
								margin: 0px;
								font-size: 11px;
							}
								#LB-RestaurantPage #LB-restaurant_availability td {
									font-size: 11px;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-table {
									margin: 0px;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area {
									display: block;
									font-size: 11px;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_01 {
									border-bottom: 1px solid #fff;
									font-size: 11px;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_02 {
									border-bottom: 1px solid #fff;
									font-size: 11px;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_03 {
									border-bottom: 1px solid #fff;
									font-size: 11px;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_04 {
									border-bottom: 1px solid #fff;
									font-size: 11px;
								}
								#LB-RestaurantPage #LB-restaurant_availability .LB-result_restaurantavailability-area_05 {
									border-bottom: 1px solid #fff;
									font-size: 11px;
								}
			
		/* Restaurant information page, HTML search form */
		#LB-RestaurantPage #LB-searchform_fieldset {
			width: 140px;
			margin: 0px;
			padding: 0px;
			/* border: 1px solid #00f; */
		}
		#LB-RestaurantPage #LB-searchform {
			width: 140px;
			margin: 0px;
			padding: 0px;
			/* border: 1px solid #00f; */
		}
			#LB-RestaurantPage #LB-searchform_content {
				margin: 0px;
				padding: 0px;
			}
				#LB-RestaurantPage #LB-searchform-calendar {
					width: 140px;
					margin: 0px;
					padding: 0px;
				}
				#LB-RestaurantPage #LB-searchform-parameters {
					width: 140px;
					margin: 0px;
					padding: 0px;
					background: #fff;
					/* border: 1px solid #00f; */
				}
					#LB-RestaurantPage #LB-searchform-parameters_content {
						margin: 0px;
						padding: 0px;
					}
						#LB-RestaurantPage #LB-searchform-session {
							width: 140px;
							margin: 0px;
							padding: 0px;
							/* border: 1px solid #0f0; */
						}
						#LB-RestaurantPage #LB-searchform-time {
							width: 90px;
							margin: 0px;
							padding: 0px;
							/* border: 1px solid #0f0; */
						}
						#LB-RestaurantPage #LB-searchform-party {
							width: 45px;
							margin: 0px;
							padding: 0px;
							/* border: 1px solid #0f0; */
						}
						#LB-RestaurantPage #LB-searchform-criteria {
							display: none;
						}
						#LB-RestaurantPage #LB-searchform #LB-buttons {
							clear: both;
							margin: 0px;
							padding: 0px;
						}
							#LB-RestaurantPage #LB-searchform #LB-searchform_submit {
								clear: both;
								margin: 3px 0px 0px 0px;
								padding: 0px;
							}
							#LB-RestaurantPage #LB-searchform .LB-form_submit {
								clear: both;
								width: 50px;
								margin: 0px;
								padding: 0px;
							}
	/* 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: 220px;
		/* border: 1px solid #f00; */
	}
		#LB-SignUp #LB-headline-backlink {
			display: none;
		}
		#LB-SignUp #LB-confirm_signin_content {
		}
	#LB-SignUp #LB-logon {
		width: 220px;
		border: 0px;
		margin: 0px 0px 15px 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: 140px;
					}
			#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: 140px;
					}
			#LB-SignUp #LB-logon_button {
				clear: both;
				float: left;
				margin: 5px 0px 0px 0px;
				padding: 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: 220px;
		clear: right;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	#LB-SignUp #LB-confirm_form {
		width: 225px;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
		#LB-SignUp #LB-profile_title-input select {
			width: 60px;
		}
						
/* Confirm a booking page, these are usually needed irrespective of partner */
	#LB-confirm-restaurant_terms-information textarea {
		width: 210px;
		height: 100px;
	}
		
	#LB-confirm_notes-information textarea {
		width: 210px;
		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;
			}				
						
/* 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;
		}
		#LB-MyContacts #LB-profile_title-input select {
			width: 60px;
		}
	
/* My Profile page */
	#LB-MyProfile caption {
		display: none;
	}
		#LB-MyProfile .LB-table-cell_head {
			display: none;
		}
		#LB-MyProfile #LB-profile_title-input select {
			width: 60px;
		}
	
/* My Password page */
	#LB-MyPassword caption {
		display: none;
	}
		#LB-MyPassword .LB-table-cell_head {
			display: none;
		}
