﻿body
{
	font-family: Verdana, Arial;
	font-size: 12px;
	letter-spacing: 4px;
	background-image: url(../Images/Structure/Background-Repeat-Top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #daecf8;
}

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;
}

.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: 680px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.MainContainer Tr Td
{
	padding: 0px;
}	

.HeaderLogo
{
	border: 0px;
}
	
.SideLeft
{
	background-image: url(../Images/SplashPage/Background-Left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.Body
{
	width: 608px;
	height: 550px;
	font-size: 14px;
	background-image: url(../Images/SplashPage/Background-Middle-Repeat.jpg);
	background-repeat: no-repeat;
	padding-top: 300px;
}

.BodyContent
{
	margin-top: 200px;
	color: #fff;
}

.BodyContent P
{
	margin-top: 20px;
}

.SideRight
{
	background-image: url(../Images/SplashPage/Background-Right.jpg);
	background-repeat: no-repeat;	
	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: 500px;
	overflow: auto;
}

.DataGrid
{
	width: 100%;
}

.DataGrid Tr Td
{
	padding: 3px;
}

.OrderDetailView Tr Td
{
	padding: 4px;
}

.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,
.txtPostCode,
.ddlRentalPeriod,
.ddlCollectionDate,
.txtBookingCode
{
	width: 200px;
}

#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: 15px;
}

.Quote
{
	font-size: 16px;
	margin: 10px;
	margin-top: 20px;
	text-align: center;
}

.ToSite
{
	margin-top: 30px;
	text-align: right;
}