﻿/*common css styling (32 lines of code)*/

body, input, select, table, tr, th, td, p
{
	font: 12px/1.4 Verdana,Tahoma,Arial,Helvetica,MS Sans Serif;
}

a, a:hover, a:visited
{
	text-decoration: none;
}

h1
{
	text-align: center;
	clear:both;
	border-bottom: solid 2px #bbb;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

h2, h3
{
	margin-bottom: 3px;
}

h2
{
	text-align: center;
}


div#menu
{
	height: 16px;
	padding-left:20px;
	padding-right:20px;
}

div#menu div
{
	display: block;
	float: left;
}

div#menu div.loggedIn
{
	float: right;
}

div#container
{
	margin: 0 auto;
	width: 1000px;
	border: solid 1px #888;
	background-color: White;
}

div#content
{
	margin: 10px;
}

/* LOGIN page styling only (8 lines of code)*/

div#login
{
	text-align: center;
}

div#login table
{
	margin-left: auto;
	margin-right: auto;
}

div#login input.button
{
	margin-top: 20px;
	width: 130px;
}

/*YOUR BOOKING page styling only (18 lines of code)*/

div#bookings
{
	padding: 0 10px 0 10px;
}

div#bookings table
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

td, th
{
	padding: 0;
	border: none 0;
}

div#bookings th
{
	background-color:#ddd;
}

div#bookings td, div#bookings th
{
	border: solid 1px #ccc;
	padding: 3px;
	margin: 0;
	text-align: left;
}

/* MAKE A BOOKING page styling only (<=62line of code)*/



div#editBooking table
{
	width: 100%;
	border-collapse: collapse;
}

div#editBooking table, div#editBooking tr, div#editBooking td
{
	margin: 0;
	padding: 0;
	border: none 0 transparent;
}

div#editBooking
{
	clear: both;
}

.ajax__tab_xp .ajax__tab_tab
{
	font-size: 12px;
}

tr#viasRow div.placeLookup
{
	margin-top: 4px;
}

div#editBooking td
{
	padding: 4px 0 0 4px;
}

div#editBooking td.label
{
	width: 130px;
	text-align: right;
	padding-right: 4px;
}

div#editBooking tr.required td.label
{
	font-weight: bold;
}

tr.wayPoint th
{
	text-align: left;
	font-weight: normal;
}

th.house, td.house
{
	width: 182px;
}

tr#viasRow td
{
	padding-top: 0;
}

input[type="text"], input[type="password"], textarea
{
	width: 175px;
}

tr#dateRow input
{
	width: 84px;
}

div#editBooking div.placeLookup td
{
	padding: 0;
}

div#editBooking div.placeLookup td.street, tr#commentsRow td.value
{
	padding-right: 12px;
}

td.house input
{
	width: 175px;
}

td.street input
{
	width: 100%;
}

tr#emailAddressRow input
{
	width: 250px;
}

tr#commentsRow input
{
	width: 100%;
}

div#buttons
{
	margin: 8px auto;
	width: 320px;
}

div#buttons input
{
	width: 120px;
	margin: 10px;
	padding: 4px;
}

.placeListItem, .placeListHighlightedItem
{
	font-weight: normal;
	background-color: Window;
	color: WindowText;
}

.placeListHighlightedItem
{
	background-color: Highlight;
	color: HighlightText;
}

div#editBooking div.ajax__calendar_container td
{
	padding: 0;
}

a.makeABooking 
{
	display: block;
	margin: 8px 0;
	padding:0 10px 0 10px;
}