﻿.modalPopup {
	background-color: #ffffdd;
	border: solid 3px Grey;
	padding: 3px;
	width: 250px;
}

.FooterContainer {
	border: soild 5px green;
	clear: both;
}
.RedBorder, 
.DarkBlueBorder, 
.WhiteBorderTop, 
.WhiteBorderBottom,
.LightBlueBorderTop,  
.LightBlueBorderBottom,
.LightBlueContentTop,
.YellowBorderTop {
	display:none;
	visibility:hidden;
}

.RedContent {
	background: url(../img/bg/BlueTopLeft.png) #00388B no-repeat left 50%;
	height: 30px;
	text-align: center;
	line-height:30px;
}

.BodyContainer {
	
}

.ContentRow {
}

.DarkBlueContent {
	background: url(../img/bg/BlueBottomRight.png) #00388B no-repeat right 50%;
	height: 30px;
	text-align: center;
	line-height:30px;
}

.existingBooking .header {
	color: #ff0033;
	font-size: 15px;
	font-weight: bold;
}
.existingBooking td {
	padding: 2px 2px 2px 10px;
}

.LightBlueContentTop, .LightBlueContentBottom {
	background-color: #3789D0;
	color: #fff;
	height: 30px;
	width:675px;
}

.LightBlueContentTop {
	margin-top: -4px;
}
.LightBlueContentBottom {
	text-align: right;
	line-height: 30px;
	font-size: 12px;
	padding: 0 10px;
}
.LightBlueContentTop h1 {
	color: #fff;
	font-size: 17px;
	text-align:center;
}

.WhiteContent {
}

.YellowContentTop {
	background: url(../img/bg/RedTopLeft.png) #CC0003 no-repeat left;
	padding-left:25px;
	line-height:35px;
	color: #fff;
	text-transform: uppercase;
}

.YellowContentTop h1 {
	background: url(../img/bg/bannerCar.png) #CC0003 no-repeat 99% center;
	font-size: 1em;
}
