﻿body
{
	font-family: Verdana, Arial;
	font-size: small;
	background-image: url(../Images/Structure/Background-Repeat-Top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #daecf8;
}

table
{
	border-collapse: separate;
}

table tr td
{
	vertical-align: top;
}

a
{
	color: #330099;
	text-decoration: none;
}

a:hover
{
   	text-decoration: underline;
}

h1, h2, h3
{
	font-size: large;
	margin-bottom: 10px;
}

.Header
{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 5px;
}

.AppError
{
	border: 2px solid red; 
	padding: 10px;
	color: red;
	font-size: medium;
	font-weight: bold;
	background-color: #fbe3e4;
	margin-bottom: 10px;
} 

.AppMessage
{
	border: 2px solid green; 
	padding: 10px;
	color: green;
	font-size: medium;
	font-weight: bold;
	background-color: #e6efc2;
	margin-bottom: 10px;
}

.InformationBox
{
	border: solid 1px red;
	color: Red;
	padding: 5px;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 10px;
}

.InformationBox A
{
	text-decoration: underline;
	color: Red;
}

.AdminControlBox
{
	position: absolute;
	top: 0px;
	width: 300px;
	height: 30px;
	line-height: 30px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px;
	margin: 10px;
}

.Disabled
{
	color: #c0c0c0;
	text-decoration: line-through;
}

.RentalWeeks
{
	height: 200px;
	width: 550px;
	overflow: auto;
	margin-bottom: 10px;
}

.MainContainer
{
	border-collapse: collapse;
	width: 100%;
	height: 650px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.MainContainer Tr Td
{
	padding: 0px;
}	

.HeaderLogo
{
	border: 0px;
}
	
.SideLeft
{
	background-image: url(../Images/Structure/Left-Side.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25%;
}

.Body
{
	width: 835px;
	height: 550px;
	background-color: #FFF;
}

.SideRight
{
	background-image: url(../Images/Structure/Right-Side.jpg);
	background-repeat: no-repeat;
	width: 25%;
	vertical-align: top;
}

.PageBase
{
	width: 835px;
	background-image: url(../Images/Structure/Page-Base.png);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 31px;
	padding: 0px;
}

.PageBase Img
{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	display: inline;
	vertical-align: middle;
	border: 0px;
}

.PageBase Span
{
	margin-left: 60px;
}

.FooterContainer
{
	border-collapse: collapse;
	width: 100%;
	height: 165px;
	margin-top: 50px;
}

.Footer
{
	background-image: url(../Images/Structure/Footer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
}

.Footer Tr Td
{
	padding: 0px;
}

.Footer A,
.Footer A:Hover
{
	color: #000;
}

.Footer .Links
{
	margin-top: 10px;
	display: block;
}

.ViewPortScroll
{
	height: 515px;
	overflow: auto;
}

.DataGrid
{
	width: 100%;
}

.DataGrid Tr Td
{
	padding: 3px;
}

.Credits
{
	display: block;
	padding-top: 5px;
	font-size: xx-small;
}

.Price
{
	font-size: large;
	color: Red;
	display: block;
	margin-bottom: 5px;
}

.ddlVehicle,
.txtName,
.txtTelephoneNumber,
.txtEmail,
.txtAddress,
.txtAddress2,
.txtTown,
.txtCounty,
.txtCountry,
.txtPostCode,
.ddlRentalPeriod,
.ddlCollectionDate,
.ddlDropOffDate,
.TextBox
{
	width: 200px;
}

.txtBookingCode
{
	width: 75px;
}

#aBookOnline,
#aContactUs,
#aQuestions
{
	position: relative;
	width: 40px;
	height: 130px;
	left: 15px;
	display: block;
}

#aBookOnline Img,
#aContactUs Img,
#aQuestions Img
{
	border: 0px;
	width: 40px;
	height: 130px;
}

#aBookOnline
{	
	top: 190px;
}

#aContactUs
{
	top: 200px;
}

#aQuestions
{
	top: 210px;
}

#aTourGuides,
#aTestimonials,
#aHampers,
#aLinks
{
	position: relative;
	width: 40px;
	height: 130px;
	right: 14px;
	display: block;
}

#aTourGuides Img,
#aTestimonials Img,
#aHampers Img,
#aLinks Img
{
	border: 0px;
	width: 40px;
	height: 130px;
}

#aTestimonials, #aTestimonials Img { height: 110px; }
#aHampers, #aHampers Img { height: 95px; }
#aLinks, #aLinks Img { height: 95px; }

#aTourGuides
{	
	top: 175px;
}

#aTestimonials
{
	top: 180px;
}

#aHampers
{
	top: 190px;
}

#aLinks
{
	top: 195px;
}

.VanImage
{
	padding-right: 15px;
	float: right;
}

.InfoPanel
{
	border: 1px solid black;
	margin: 5px;
	background-image: url(../Images/Structure/Opacity40.png);
	width: 65%;
}

P
{
	margin-top: 7px;
	margin-bottom: 7px;
}

.PaymentButtons Tr Td
{
	padding: 10px;
}

#trBookingCode
{
	display: none;
}

#divBookingButtons
{
	text-align: right;
	padding-right: 20px;
	padding-top: 120px;
}

.Quote
{
	font-size: 16px;
	margin: 10px;
	margin-top: 20px;
	text-align: center;
}

Legend
{
	font-size: 20px;
}

.BookingForm
{
	width: 100%;
}

.Label
{
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

.RedBorder
{
	border: 1px solid red;
}

.GiftVouchers Td
{
	vertical-align: top;
}

.ExampleVoucher
{
	width: 378px;
	height: 173px;
	background-image: url(/Images/Voucher.png);
	text-align: left;
}

.ExampleVoucher .Message
{
	display: block;
	margin-top: 135px;
	margin-left: 120px;
	font-family: "Arial Black";
	font-size: 12px;
}

.PleaseWait
{
	position: absolute;
	margin-left: 10px;
	border: 1px solid black;
	padding: 15px;
	width: 360px;
	height: 180px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	z-index: 99;
}

.PleaseWait Img
{
	vertical-align: middle;
	padding-right: 10px;
}

.CardSelection
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.CardSelection Tr Td
{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.SmallText
{
	font-size: 9px;
}