@charset "utf-8";
/* CSS Document */
html {
	/*min-height: 100%;*/
	height: 100%;
}


body
{
	font: 11px Arial;
	background: url(images/background.jpg) repeat-x #FFFFFF;
	text-align: center;
	color: #4e4e4e;margin: 0;
	padding: 0;
	/*min-height: 100%;*/
	height:100%;
	/*behavior: url(csshover3/csshover3.htc);*/
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li
{
	background: url(images/bullet.jpg) no-repeat;
	background-position: 10px 11px;
	padding: 7px 5px 0px 30px;
	
}


.thrColElsHdr #container
{
	width: 980px;
	background: url(images/whitebg.png) repeat-y; 
	margin: 0 auto;
	margin-top: 60px;
	text-align: left; 
	min-height:100%; 
    height:auto; 

}

* html #container {
height: 100%;
}

.thrColElsHdr #header
{
	padding: 0 10px 0 10px;
	width: 950px; 
	height: 173px;
}

.thrColElsHdr #header .logo
{
	margin: 0;
	padding: 15px 15px;
	width: 262px;
	height: 109px; 
	float:left; /*Minal*/
}

.thrColElsHdr #header .headerform
{
	width: 400px;
	margin: 70px 0px 0px 0px;
	position: relative; /*Minal*/
	float: right;/*Minal*/
}

/*.thrColElsHdr #header input {
   font: 11px Arial;
   color: #7d7d7d; 
   background: url(images/userbg.jpg) no-repeat #FFFFFF;
   border: 1px solid #FFFFFF; 
   width: 146px; 
   height: 26px; 
   padding: 5px 0px 0px 8px;
}*/

.thrColElsHdr #header .text
{
	margin-left: 6px;
}

.thrColElsHdr #header .click
{
	color: #ff6600;
	text-decoration: none;
}

.thrColElsHdr #header .click a
{
	color: #ff6600;
	text-decoration: none;
}

.thrColElsHdr #header .click a:hover
{
	color: #ff6600;
	text-decoration: underline;
}

/*
.tabs
{
	float: left;
	width: 932px;
	font-size: 93%;
	line-height: normal;
	margin-left: 9px; _margin-left: 5px; margin-top: 0px;
	overflow: hidden;
	background: url('images/menubg.jpg') repeat-x;
	position: relative;
	padding-left: 10px;
	_top: 0; 
	height: 43px;
}

.tabs ul
{
	margin: 0;
	padding: 15px 5px 0 0px;
	list-style: none;
}

.tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.tabs a
{
	float: left;
	width: 74px;
	height: 28px;
	display: block;
	background: url("images/left1_s.png") no-repeat right top;
	margin-right: 5px;
	padding-top: 4px;
	text-align: center;
	color: #813a80;
	font: 16px Arial;
	cursor: pointer;
	text-decoration: none;
}

.tabs a:hover
{
	float: left;
	width: 74px;
	height: 28px;
	display: block;
	margin-right: 5px;
	padding-top: 4px;
	text-align: center;
	color: #813a80;
	font: 16px Arial;
	cursor: pointer;
	background: url("images/right1_s.png") no-repeat;
	text-decoration: none;
}

.tabs li.selected a{
position: relative;
top: 1px;
padding-top: 4px;
background: url("images/right1_s.png") no-repeat;
}

*/


/*Rupali*/
.ubercolortabs{
	float: left;
	width: 932px;
	font-size: 16px;
	line-height: normal;
	margin-left: 9px; _margin-left: 5px; margin-top: 0px;
	overflow: hidden;
	background: url('images/menubg.jpg') repeat-x;
	position: relative;
	padding-left: 10px;
	_top: 0; 
	height: 43px;
}

.ubercolortabs ul{
	font: 16px Arial;
	margin: 0;
	padding: 0;
	list-style: none; 
}

.ubercolortabs li{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	text-transform: capitalize;
	font: 16px Arial;
	
}

.ubercolortabs a{
	float: left;
	margin: 15px 10px 0 0;
	text-decoration: none;
	padding: 0px 0px 0px 11px; 
	color: #813a80;
	font: 16px Arial; background: #f0e4f0 url(images/roundleft.png) no-repeat left top;
	letter-spacing: 1px;
}

.ubercolortabs a span{
	float: left;
	display: block;
	cursor: pointer; 
    background: #f0e4f0 url(images/roundright.png) no-repeat right top; 
	padding: 4px 9px 8px 6px;
}

.ubercolortabs a span{
	float: left;
}


.ubercolortabs a:hover{
	float: left;
	padding-top: 10px;
	background: #ffffff url(images/roundleft.png) no-repeat left top; /*default background color of tabs, left corner image*/
	margin: 15px 10px 0 0;
	text-decoration: none;
	letter-spacing: 1px; 
	padding: 0px 0px 0px 11px;
	color: #813a80;
}


.ubercolortabs a:hover span {
	float: left;
	display: block;
	background: transparent url(images/roundright.png) no-repeat right top; /*right corner image*/
	cursor: pointer; 
	color: #813a80; 
	padding: 4px 9px 8px 6px;
}

.ubercolortabs li.current_page_item a {
	float: left;
	color: #813a80;
	background: #ffffff url(images/roundleft.png) no-repeat left top;/*default background color of tabs, left corner image*/
	margin: 15px 10px 0 0;
	text-decoration: none;
	letter-spacing: 1px;
}

.ubercolortabs li.current_page_item a span {
	float: left;
	color: #813a80; display: block;
	padding-top: 15px;
	background: #ffffff url(images/roundright.png) no-repeat right top;/*default background color of tabs, left corner image*/
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	letter-spacing: 1px; 
	padding: 4px 15px 8px 6px;
}

.ubercolortabs li.current_page_item1 a {
	float: left;
	color: #813a80;
	background: #ffffff url(images/roundleft.png) no-repeat left top;/*default background color of tabs, left corner image*/
	margin: 15px 10px 0 0;
	text-decoration: none;
	letter-spacing: 1px;
}

.ubercolortabs li.current_page_item1 a span {
	float: left;
	color: #813a80; display: block;
	padding-top: 15px;
	background: #ffffff url(images/roundright.png) no-repeat right top;/*default background color of tabs, left corner image*/
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	letter-spacing: 1px; 
	padding: 4px 15px 8px 6px;
}

.ubercolordivider{ /*CSS for horizontal line.*/
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #804000; /*background color of horizontal line*/
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}





/*Modified*/
/*
.tabs ul {
	margin:0;
	padding:15px 5px 0 0px;
	list-style:none; 
	
	}

.tabs li {
	display:inline;
	margin:0;
	padding:0;
	}


.tabs a{
	float:left; 
	width: 94px; 
	height: 28px;
	display:block;
	background:url("images/left1.png") no-repeat left top;
	margin-right: 5px; 
	padding-top: 4px;
	text-align: center; 
	color:#813a80;
	font: 16px Arial; 
	cursor: pointer; text-decoration: none;
	
	}

.tabs a:hover {
	float:left; 
	width: 94px; 
	height: 28px;
	display:block;
	margin-right: 5px; 
	padding-top: 4px;
	text-align: center; 
	color:#813a80;
	font: 16px Arial; 
	cursor: pointer;
 	background:url("images/right1.png") no-repeat; text-decoration: none;}
 	
.tabs li.selected a{ //selected tab effect
position: relative;
top: 1px;
padding-top: 4px;
background:url("images/right1.png") no-repeat;
}
*/

.tabs li.selected a
{
	/*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background: url("images/right1.jpg") no-repeat;
	background-image: url(images/right1_s.png);
}

.header1
{
	float: left;
	width: 932px;
	height: 20px;
	line-height: normal;
	overflow: hidden;
	background-color: #eaeaea;
	font: 11px;
	color: #000000;
	position: relative;
	left: 19px;
	top: 6px;
	padding: 5px 0px 0px 9px;
}

.thrColElsHdr .sidebar1
{
	width: 198px;
	float: left;
	position: relative;
	background: #fff;
	left: 19px;
	top: 11px;
}

.thrColElsHdr .sidebar1 .block1
{
	width: 198px;
	float: left;
	background: #fdf3f3;
	height: 100%;
	visibility: visible;
}

.thrColElsHdr .sidebar1 .block2
{
	width: 198px;
	float: left;
	background: url(images/curvebg.jpg) no-repeat;
	height: 12px;
	margin-bottom: 7px;
}

.sidebar1 .parking
{
	background-color: #fdf3f3;
	vertical-align: middle;
	font-size: 11px;
	color: #813a80;
	text-decoration: none;
	line-height: 18px;
	float: left;
	width: 195px;
}

.sidebar1 .parking a
{
	color: #813a80;
	text-decoration: none;
	line-height: 18px;
}


.sidebar1 .parking a:hover
{
	color: #813a80;
	text-decoration: underline;
	line-height: 18px;
}

.thrColElsHdr .sidebar1 .heading
{
	float: left;
	width: 193px;
	height: 22px;
	background-color: #813a80;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
}

.sidebar1 .link
{
	font-size: 12px;
	color: #f600f4;
	padding: 10px 0px 0px 10px;
	text-decoration: none;
	line-height: 25px;
}

.sidebar1 .link a
{
	text-decoration: none;
	color: #f600f4;
	line-height: 25px;
}

.sidebar1 .link a:hover
{
	text-decoration: underline;
	color: #f600f4;
	line-height: 25px;
}

.sidebar1 .link1a
{
	color: #3f4042;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 20px;
}

.sidebar1 .link1
{
	color: #3f4042;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
}

.sidebar1 .link2
{
	font-size: 11px;
	color: #ff6600;
	padding: 10px 0px 0px 1px;
	text-decoration: none;
}

.sidebar1 .link2 a
{
	text-decoration: none;
	color: #ff6600;
}

.sidebar1 .link2 a:hover
{
	text-decoration: underline;
	color: #ff6600;
}


.thrColElsHdr .sidebar1 .block3
{
	width: 198px;
	float: left;
	background: #f4f4f4;
	height: auto;
	visibility: visible;
}

.thrColElsHdr .sidebar1 .block4
{
	width: 198px;
	float: left;
	background: url(images/curvebg1.jpg) no-repeat;
	height: 12px;
	margin-bottom: 7px;
}

.sidebar1 .carparkz
{
	background-color: #f4f4f4;
	vertical-align: middle;
	font-size: 11px;
	color: #813a80;
	text-decoration: none;
	line-height: 18px;
	float: left;
}

.sidebar1 .block4a
{
	background-color: #f4f4f4;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	vertical-align: middle;
}

.events
{
	width: 142px;
	height: 19px;
	background-color: #ffbe44;
	margin-left: 20px;
	color: #000000;
	padding-left: 10px;
}

.events1
{
	width: 80px;
	height: 17px;
	margin-left: 350px;
	color: #000000;
}

.events2
{
	width: 80px;
	height: 19px;
	margin: 10px 0px 0px 350px;
	color: #000000;
}

.yellowbtntxt
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.yellowbtntxt a
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.yellowbtntxt a:hover
{
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}

.sidebar2
{
	width: 270px;
	float: right;
	position: relative;
	top: 10px;
	left: -20px;
}

.sidebar2 .check
{
	width: 262px;
	background: url(images/checkbg1.jpg) no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	padding: 7px 0px 0px 8px;
	font-weight: bold;
	height: 210px;/*264*/
}

.check1 {
	width: 460px; 
	background: url(images/checkbg2.jpg) no-repeat;  
	font-size: 16px; 
	color:#FFFFFF; 
	padding: 7px 0px 0px 8px; 
	font-weight: bold; 
	height: 210px; 
	margin: 11px 0px 6px 14px; 
}

.formtext
{
	font: 15px Arial;
	color: #000000;
	font-weight: normal;
	width: auto;
	float: left;
	margin-top: 19px;
	margin-left:20px;
	padding-left: 11px;
}


.formtext2
{
	font: 15px Arial;
	color: #000000;
	font-weight: normal;
	width: auto;
	float: left;
	margin-top: 11px;
	margin-left:20px;
	padding-left: 11px;
}

.region
{
	font: 13px Arial;
	color: #000000;
	width: 100px;
}

.hourmin
{
    font: 13px Arial;
	color: #000000;
	width: 40px;	
}

.formtext1
{
	font: 13px Arial;
	color: #000000;
	width: 48px;
}

.buttoncontent
{
	background-color: #0897ff;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-transform: uppercase;
	width: 80px;
	font: 14px Arial;
	font-weight: bold;
	margin-top: 13px;
}

.button
{
	margin: 0px 0px 0px 180px;
}

.rightimage
{
	margin-top: 1px;
	float: left;
	width: 265px;
}

.maincontent
{
	width: 470px;
	float: left;
	position: relative;
	margin-left: 10px;
	min-height: 100%;
	height: auto !important;
	height: auto;	
}

.flashani
{
	margin: 8px 0px 0px 0px;
	margin-left: 10px;
}

.flashani1{
   margin:0px 0px 0px 0px;
}

.maincontent .textcontent
{
	width: 465px;
	float: left;
	position: relative;
	padding: 0px 0px 15px 17px;
}

.image1
{
	width: 388px;
	height: 273px;
	margin: 10px 0px 0px 35px;
}

.middlepane1
{
	width: 454px;
	margin: 11px 0px 10px 15px;
	background-color: #ffefd5;
	vertical-align: top;
	height: 30px;
	padding: 5px 0px 0px 7px;
	font: 18px Arial;
	color: #ff6501;
}

.button1
{
	width: 454px;
	margin: 11px 0px 0px 15px;
	vertical-align: top;
	height: 30px;
	padding: 5px 0px 0px 5px;
}

.button2
{
	width: 310px;
	height: 30px;
	padding: 0px 0px 0px 140px;
	border-bottom: 1px dashed #bfbfbf;
	position: absolute;
	left: 18px;
	top: 590px;
}
.button2Registration
{
	width: 310px;
	height: 30px;
	padding: 0px 0px 0px 140px;
	border-bottom: 1px dashed #bfbfbf;
	position: absolute;
	left: 18px;
	top: 400px;
}

.note
{
	width: 700px;
	height: 40px;
	color: #FFFFFF;
	font: 14px Arial;
	margin: 0px 0px 0px 20px;
	background: #813a80;
	padding: 3px 0px 0px 5px;
}

.note a
{
	color: #FFFFFF;
	text-decoration: none;
}

.note a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.note1
{
	width: 371px;
	height: 20px;
	color: #FFFFFF;
	font: 14px Arial;
	margin: 0px 0px 0px 50px;
	background: #813a80;
	padding: 3px 0px 0px 5px;
}

.note1 a
{
	color: #FFFFFF;
	text-decoration: none;
}

.note1 a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.parkingdetails
{
	width: 450px;
	height: auto;
	border-bottom: 1px dashed #bfbfbf;
	margin: 8px 0px 0px 17px;
	padding-bottom: 20px;
	line-height: 18px;
	text-align: justify;
}


.loginparkingdetails
{
    width: 220px;
	height: 40px;
	margin: 8px 0px 0px 17px;
	padding-bottom: 20px;
	line-height: 18px;
	text-align: justify;
}

.loginparkingdetails2
{
    width: 450px;
	height: auto;
    border-bottom: 1px dashed #bfbfbf;
    margin: 8px 0px 0px 17px;
}


.privacydetails
{
	width: 450px;
	height: auto;
	/*border-bottom: 1px dashed #bfbfbf;*/
	margin: 8px 0px 0px 17px;
	padding-bottom: 20px;
	line-height: 18px;
	text-align: justify;
}

.parkingdetails1
{
	width: 450px;
	height: auto;
	margin: 8px 0px 0px 17px;
	padding-bottom: 20px;
	line-height: 18px;
	text-align: justify;
}

.labeltext
{
	width: 100%;
	float: left;
}

.labeltext1
{
	width: 18%;
	float: left;
	text-align: left;
}

.labeltext2
{
	width: 72%;
	float: left;
}

.labeltext3
{
	width: 5%;
	float: left;
}

/*Added by Rahul on 05/09/2009 - Start*/
.UDResetButton
{
	background: url(images/reset1.jpg) no-repeat;
	width: 81px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}
.UDProceedButton
{
	background: url(images/proceedbtn1.jpg) no-repeat;
	width: 81px;
	height: 24px;
	border: 0px;
	cursor: pointer;

}

.UDProceedButton1
{
	/*background: url(images/proceedbtn1.jpg) no-repeat;*/
	width: 81px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	color:White;
	font-weight:bold; 
	background-color:#0897FD; 
}

.UDLoginButtonEnabled
{
    background: url(images/login_1.jpg) no-repeat;    
    width:60px;
    border: 0px;
	cursor: pointer;
}

.UDLoginButtonDisabled
{
    background: url(images/login_2.jpg) no-repeat;    
    width:60px;
    border: 0px;	
}

.ConfBackButton
{
	background: url(images/backbtn.jpg) no-repeat;
	width: 81px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}
.ConfProceedButton
{
	background: url(images/proceedbtn.jpg) no-repeat;
	width: 195px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}
.LoginButton
{
	background: url("images/submit.png") no-repeat;
	width: 78px;
	height: 21px;
	cursor: pointer; /*top:4px;*/
	border: 0px;
	position: absolute; margin-top: 5px;
}
.SearchButton
{
	background: url(images/search.jpg) no-repeat;
	width: 81px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}
.ResetSearchButton
{
	background: url(images/reset.jpg) no-repeat;
	width: 81px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}
.DatePickerButton
{
	background:url(images/calendar1.png) no-repeat;
	width:20px;	
	height:20px;
	border:0px;
	cursor:pointer;	
}
/*End*/
.termstext
{
	width: 450px;
	float: left;
	text-align: left;
}

.termstext1
{
	width: 20px;
	float: left;
	text-align: left;
}

.termstext2
{
	width: 430px;
	float: right;
}

.termstextlink
{
	font-size: 11px;
	color: #ff6600;
	text-decoration: none;
}

.termstextlink a
{
	text-decoration: none;
	color: #ff6600;
}

.termstextlink a:hover
{
	text-decoration: underline;
	color: #ff6600;
}

.contacttext
{
	width: 100%;
	float: left;
	text-align: left;
}

.contacttext1
{
	float: left;
	text-align: left;
	font: 12px Arial;
	line-height: 20px;
}

.contacttext2
{
	width: 80%;
	float: right;
	font: bold 12px Arial;
	line-height: 20px;
	text-decoration: none;
}

.contacttext2 a
{
	color: #4e4e4e;
	text-decoration: none;
}

.contacttext2 a:hover
{
	color: #4e4e4e;
	text-decoration: underline;
}

.customerdetails
{
	/*width: 50%;*/
	width: 220px;
	float: left;
	text-align: left;
}

.customerdetailstext1
{
	/*width: 35%;*/
	float: left;
	text-align: left;
	line-height: 20px;
	margin-left: 0px;
}

.customerdetailstext2
{
	/*width: 57%;*/
	float: right;
	line-height: 10px;
}

.customerdetailstext2 input, select, textarea
{
	width: 110px;
	border: 1px solid #d7cde5;
	font: 11px Arial;
	color: #4e4e4e; line-height: 20px;
}


.customerdetailstext3
{
	/*width: 8%;*/
	float: left;
	line-height: 20px;
}

.contactdetails
{
	/*width: 50%;*/
	width: 215px;
	float: right;
	position: relative;
}

ul.termslist
{
	list-style: lower-alpha;
	background: none;
}


.middlepane
{
	width: 460px;
	height: auto;
	margin: 0px 0px 10px 10px;
}

.middlepane .r1
{
	width: 460px;
	background-image: url(images/curvebg2.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 14px;
	margin-left: 4px;
}

.middlepane .r2
{
	background-color: #fff0d5;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial;
	font-size: 18px;
	color: #ff6600;
	margin-left: 4px;
	width: 440px;
	height: auto;
}

.border
{
	color: #bfbfbf;
	font-size: 11px;
}

.text
{
	font-family: Arial;
	font-size: 11px;
	color: #ff6600;
	font-size: 11px;
	text-decoration: none;
}

.text a
{
	font-family: Arial;
	font-size: 11px;
	color: #ff6600;
	font-size: 11px;
	text-decoration: none;
}

.text a:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #ff6600;
	font-size: 11px;
	text-decoration: underline;
}

.readmore
{
	width: 80px;
	height: 17px;
	background-color: #ffbe44;
	color: #000000;
	float: right;
	margin-right: 5px;
	padding-top: 3px;
}

.readmore1
{
	width: 80px;
	height: 17px;
	background-color: #ffbe44;
	color: #000000;
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	padding-top: 3px;
}

.middlepane .r3
{
	background-image: url(images/curvebg3.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	margin-left: 4px;
	width: 460px;
	height: 14px;
}

.text1
{
	font: 11px Arial;
	color: #4e4e4e;
	line-height: 18px;
}

.text2
{
	font-family: Arial;
	font-size: 14px;
	color: #9933ff;
	margin-bottom: 8px;
	text-decoration: none;
}
/*Added by Rahul on 29/08/2009 - Start*/
.textFAQ
{
	font-family: Arial;
	font-size: 12px;
	color: #9933ff;
}
/* End */
.text2a
{
	font-family: Arial;
	font-size: 14px;
	color: #9933ff;
	margin-top: 15px;
}

.text3
{
	font-family: Arial;
	font-size: 14px;
	color: #9933ff;
	margin-bottom: 8px;
	width: 150px;
}
   

.luton
{
	width: 450px;
	height: 75px;/*135px*/
	margin-left: 20px;
	border-bottom: 1px dashed #bfbfbf;
	margin-top: 8px;
	padding-bottom: 20px;
	line-height: 18px;
}

.luton1
{
	width: 450px;
	height: 75px;/*180px*/
	margin-left: 20px;
	border-bottom: 1px dashed #bfbfbf;
	margin-top: 8px;
	padding-bottom: 20px;
	line-height: 18px;
}

.luton3
{
	width: 450px;
	height: 60px;/*180px*/
	margin-left: 20px;
	border-bottom: 1px dashed #bfbfbf;
	margin-top: 8px;
	padding-bottom: 20px;
	line-height: 18px;
}

.luton2
{
	width: 450px;
	height: 70px;
	margin-left: 20px;
	margin-top: 8px;
	line-height: 18px;
}

.chooseairport
{
	width: 102px;
	height: auto;
	float: left;
	padding: 5px 0px 0px 5px;
	font-family: Arial;
	font-size: 11px;
	color: #4e4e4e;
}

.chooseairport a
{
	color: #4e4e4e;
	text-decoration: none;
}

.chooseairport a:hover
{
	color: #4e4e4e;
	text-decoration: underline;
}

.mainheading
{
	width: 458px;
	height: 30px;
	padding: 5px 0px 0px 5px;
	background-color: #ffefd5;
	margin: 11px 0px 0px 14px;
	font: 18px Arial;
	color: #ff6600;
}

.mainsubcontent
{
	width: 458px;
	margin: 11px 0px 0px 14px;
	font: 11px Arial;
	color: #4e4e4e;
}

.mainsubcontent1
{
	width: 450px;
	height: auto;
	margin: 8px 10px 0px 14px;
	border-bottom: 1px dashed #bfbfbf;
	line-height: 18px;
}

.box
{
	width: 294px;
	height: 20px;
	font: 14px Arial;
	background-color: #813a80;
	color: #FFFFFF;
	margin-left: 14px;
	padding: 5px 0px 0px 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.box a
{
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

.box a:hover
{
	text-decoration: underline;
	text-transform: uppercase;
	color: #FFFFFF;
}
    
#footer
{
    padding: 30px 10px 0 20px;
	background: #eeeeee;
	width: 912px;
	height: 100px;
	margin: 15px 0px 0px 20px;
	color: #813a80;
	text-align: center; 	    
}

#footer a
{
	color: #813a80;
	text-align: center;
	text-decoration: none;
}

#footer a:hover
{
	color: #813a80;
	text-align: center;
	text-decoration: underline;
}

.img
{
	padding: 8px 8px 0px 8px;
}

.style2
{
	color: #333333;	
	margin-left: 80px;
}

.copyright
{
    margin-right:150px;
    margin-left: 80px;
}

.spacer
{
	width: 980px;
	height: 20px;
}

/* Miscellaneous classes for reuse */
.fltrt
{
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.cssInputButton
{
	font: 11px Arial;
	color: #7d7d7d;
	background: url(images/userbg.jpg) no-repeat 0px 0px; 
	width: 145px; 
	height: 45px; 
	z-index: 1; 
    padding: 2px 0px 15px 5px; 
}

.cssInputButton1
{
	
	border: none; 
	background: none; 
	font: 11px Arial;
	color: #7d7d7d; 
	width: 145px; 
	height: 16px; 
	padding: 5px 0px 0px 0px;
	z-index: 0; 
	margin-bottom: 10px;
}

.loginlabel
{
	width: 146px;
	padding: 5px 0px 0px 8px;
}


.cssTextBox
{
	font: 11px Arial;
	color: #7d7d7d;
	background: url(images/userbg.jpg) no-repeat #FFFFFF; background-attachment: fixed; 
	position: relative; 
	border: 1px solid #FFFFFF;
	width: 146px;
	height: 26px;
	padding: 5px 0px 0px 8px; 
}

.cssLogin
{
	background: url("images/submit.png") no-repeat;
	width: 78px;
	height: 21px;
	position: absolute;
	border: 0px;
}

.button4Registration
{
	width: 310px;
	height: 30px;
	padding: 10px 0px 0px 140px;
	border-bottom: 1px dashed #bfbfbf; 
	position: absolute;
	left: 10px;
	padding-top: 5px;
	padding-left: 160px;
}


.button4UDLogin
{
    width: 270px;
	height: 30px;
	padding:0px 0px 0px 250px;	
	position: absolute;
	left: 10px;
}

.customerdetailsLarge
{
	width: 262px;
	float: left;
	text-align: left; 
	margin: 0px 5px 0px 0px;
}
/* error */
.clear
{
	clear: both;
}
.error
{
	color: Red;
}
.field-validation-error
{
	color: #ff0000;
}
.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.mainListcontent
{
	width: 740px;
	float: left;
	position: relative;
	margin-left: 25px;
}

.cssBorderTop
{
	border-top: 1px dashed #bfbfbf;
}
.cardHolderdetails
{
	width: 100%;
	float: left;
	text-align: left;
	
}


/* search list */
.chktermscond
{
    width: 450px;
	float: left;
	text-align: left;
	line-height: 20px;
	margin-left: 0px;
}
 
.chklogindetails
{
    width: 450px;
	float: left;
	text-align: left;
	line-height: 20px;
	margin-left: 10px;
}  

.carddetailstext
{
	width: 70%;
	float: left;
	line-height: 20px;
	
}
.carddetailstext1
{
	width: 22%;
	float: left;
	text-align: left;
	line-height: 20px;
	margin-left: 0px;
	
}
.carddetailstext input, select, textarea
{
	width: 110px;
	border: 1px solid #d7cde5;
	font: 10px Arial;
	color: #4e4e4e;
	
}

/**/
.updnValidatorCallout
{
    background-color: #fcc;
    color: #900;
    padding: 5px;
    margin: -5px 0 0 10px;
    position: relative;
}
.updnValidatorCalloutPointer
{
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fcc;
    border-left: 0;
}
.updnValidationErrorInput
{
    background-color: #fcc;
}
.updnValidationErrorLabel
{
    color: #900;
}

.cssProviderTypeDesc
{
	text-align:justify;
	padding-left: 5px;
	padding-right: 5px;
}

/*  divPopup */


.popUp
{
	position:absolute;
	top:285px;
	left:250px;
	z-index:2000;
	width:300px;
	text-align: center;
	padding: 5px;
	border: 1px solid black;
	background: white;
	
}

.hidePop
{
	 display:none;
}

.makePaymentEnable
{
	background: url(images/make_payment.jpg) no-repeat;
	width: 124px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}

.makePaymentDisable
{
	background: url(images/make_payment2.jpg) no-repeat;
	width: 124px;
	height: 24px;
	border: 0px;
	/*cursor: pointer;*/
}

.printconfirmation
{
    background: url(images/Print-Booking-Confirmation.jpg) no-repeat;
	width: 200px;
	height: 24px;
	border: 0px;
	cursor: pointer;   
	margin-left: 120px;
}
/*  divPopup */


/* Provider list */

.searchmaincontent
{
	width: 470px; 
	float: left;
	position: relative;
	margin-left: 25px;
	margin-top :8px;	
    /*height: auto; */
    display: block; 
}

* html .searchmaincontent {
height: 100%;
}


.mattblacktabs
{
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}
.mattblacktabs ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: bold 12px Verdana;
	list-style-type: none;
	display: inline;
}
.mattblacktabs li
{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
}
.mattblacktabs li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	background: url(images/choose_link.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 49px;
	height: 46px;
}
.mattblacktabs li a:visited
{
	color: #000000;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a
{
	background: url(images/choose_hover.jpg);
	background-repeat: no-repeat;
}

.number1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	color: #010000;
}

#acp .confirm span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

#search
{
	width: 460px;
	background: url(images/resultforacp_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	border: 1px solid #f6be68;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 37px;
}

#search .result
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	margin: 10px 0px 0px 11px;
	padding: 0px 0px 0px 0px;
	color: #383d39;
}

#available
{
	width: 462px;
	height: 55px;
	float: left;
	margin-top: 5px;
}
#available .car
{
	width: 220px;
	float: left;
	padding: 3px 3px 3px 4px;
	margin: 3px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f8f1f8;
	color: #4e4e4d;
}

#available .carparks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0796fc;
	font-weight: bold;
}

#available .drop
{
	width: 220px;
	float: left;
	margin: 3px 0px 0px 8px;
	padding: 3px 3px 3px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f8f1f8;
	color: #4e4e4d;
}

#available .collection
{
	width: 220px;
	margin: 3px 0px 0px 0px;
	padding: 3px 3px 3px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	background: #f8f1f8;
	color: #4e4e4d;
}

#available .car1
{
	width: 220px;
	float: left;
	padding: 3px 3px 3px 4px;
	margin: 3px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff8ea;
	color: #4e4e4d;
}


.numbertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#choose
{
	width: 462px;
	height: auto;
	margin: 0px;
	padding: 0px;
}



#acp
{
	background: #FFFFFF;
	width: 250px;
	height: 46px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: center;
	float: right;
}

.total
{
	background: #b360b2 url(images/body_bg_pink.jpg);	
	background-repeat: repeat-x;
	width: 461px;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin: 0px;	
	float: left;
	border: 1px solid #b989bd;		
}

.leftdiv
{
	float:left;
}


.searchlisttab
{
	width: 221px;
	height: 23px;
	background: #FFFFFF;
	padding: 0px;
	margin: 4px 0px 0px 5px;
	border: 1px solid #b14d93;
	
}


.priceterminal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0796fc;
	font-weight: bold;
	margin: 2px 0px 0px 7px;
	padding: 0px;
	text-align:left;
	
}

.priceterminal1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0796fc;
	font-weight: 900;
	margin: 2px 0px 0px 7px;
	padding: 0px;
	text-align:left;
	
}

.ratenumber
{
	margin: 2px 0px 0px 2px;
	padding: 0px;
	text-align:left;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4e4e4e;
}

.tableftwidth
{
	width:195px;	
	float:left;
	padding-top:3px;
	
}

.tableftwidthNoPadding
{
	width:195px;	
	float:left;
	vertical-align:middle;
	
}

.tabtext
{
	margin: 2px 0px 0px 2px;
	padding: 0px;
	text-align:left;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4e4e4e;
	
}

.tabtext1
{
	margin: 2px 0px 0px 2px;
	padding: 0px;
	text-align:left;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4e4e4e;
	
}


.plussign
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 21px;
	height: 23px;
	float:left;
	
}

.plussignpadding
{
	padding-top:3px;
	
}

.terminal
{
	
	float:left;
	padding-top:3px;
	padding-right:3px;
	
}
.terminalImage
{
	float:left;
	padding-top:2px;
}

.cssTabInnerContent
{
	 width: 219px;
	 margin-top: 0px 0px 0px 0px; 
	 padding: 0px 0px 0px 4px;
	 display:none;
}

#bullet
{	
	background: url(images/bullet.jpg) no-repeat 0px 2px; 
	padding:0px 0px 5px 20px; 
	display: inline-block; 
	width:190px;
}

.cssPlusLink
{
	text-decoration :none;
	border: 0px;
}

.book
{
	background: url(images/booknow.jpg);
	background-repeat: no-repeat;
	width: 111px;
	height: 30px;
	padding: 0px 0px 5px 0px;
	margin: 4px 0px 0px 114px;
	float: right;
}

.alternatetotal
{
	background: #f4931e url(images/body_bg.jpg);
	background-repeat: repeat-x;
	width: 461px;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	float:left;
	border: 1px solid #e9975f;
}

.alternatebook
{
	background: url(images/booknow1.jpg);
	background-repeat: no-repeat;
	width: 111px;
	height: 30px;
	padding: 0px 0px 5px 0px;
	margin: 4px 0px 0px 114px;
	float: right;
}

.gapinsearch
{
	width: 462px;
	height: 3px;
	float: left;
	margin-top: 0px;
}
/* provider lsit */

/* booking list */

.tabfullwidth
{
	width:221px;	
	float:left;
	padding-top:3px;
	
}

.bookingGuid
{
	margin: 2px 0px 0px 2px;
	padding: 0px;
	text-align:left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #4e4e4e;
}

.bookingheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0796fc;
	font-weight: bold;
	margin: 2px 0px 0px 7px;
	padding: 0px;
	text-align:left;
	
}


.ratingtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 5px 0px 0px 9px;
	color: #FFFFFF;
	font-weight: bold;
	float:left;
}

.ratingfrom
{
	padding: 0px;
	margin: 0px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000002;
	font-size: 12px;
}

.ratingcustomer
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	height: 16px;
	width: 123px;
	background-color: #a7499f;
	text-align: center;
}


.bookingSystem
{
	width: 442px;
	float:right;
	padding-right:5px;
}
.ratingSystem {
	PADDING-RIGHT: 14px; PADDING-LEFT: 14px; 
	FONT-SIZE: 11px; 
	width: 442px;
	font-weight:bold;
	PADDING-BOTTOM: 0px;
	 OVERFLOW: hidden; WIDTH: 350px;
	  PADDING-TOP: 8px;
	  color:White;
	  float:left;
	 
}
.float
{
	float:left;
}
.tRating {
	DISPLAY: block; 
	FLOAT: left; 
	MARGIN: 0px 9px;
	 OVERFLOW: hidden; 
	 WIDTH: 61px;
	  POSITION: relative; HEIGHT: 13px;
	  
	  
}

.outerRating {
	DISPLAY: block; Z-INDEX: 999; 
	BACKGROUND: url(images/rateGrid.gif) no-repeat;
	 LEFT: 0px; OVERFLOW: hidden;
	  WIDTH: 61px; 
	  POSITION: absolute; TOP: 0px; HEIGHT: 13px;
	  
	  
}

.innerRating {
	DISPLAY: block; Z-INDEX: 1; 
	BACKGROUND: url(images/rateBar.gif) no-repeat; 
	LEFT: 0px; 
	POSITION: absolute; TOP: 0px; HEIGHT: 12px;
	 
}

.outerAltRating {
	DISPLAY: block; Z-INDEX: 999; 
	BACKGROUND: url(images/rateGridAlt.gif) no-repeat;
	 LEFT: 0px; OVERFLOW: hidden;
	  WIDTH: 61px; 
	  POSITION: absolute; TOP: 0px; HEIGHT: 13px;
	  
	  
}

.innerAltRating {
	DISPLAY: block; Z-INDEX: 1; 
	BACKGROUND: url(images/rateBarAlt.gif) no-repeat; 
	LEFT: 0px; 
	POSITION: absolute; TOP: 0px; HEIGHT: 12px;
	 
}

.cssChkRegister
{
	PADDING-TOP: 8px;
	color: #af32ff; 
	font-size: 12px;
	
}

.cssChkRegister1
{
	PADDING-TOP: 8px;
	color: #af32ff; 
	margin: 5px 5px 5px 20px;
	font-size: 12px;	
}
/* booking list */
.astrick{
    color:Red;
    font-weight:bolder;
}
    
.cssDateMonthDropDown
{
   width: 55px; 
   border: 1px solid #d7cde5; 
   font: 11px Arial; 
   color: #4e4e4e; 
}  

.startcssDateMonthDropDown
{
   width: 55px; 
   border: 1px solid #d7cde5; 
   font: 11px Arial; 
   color: #4e4e4e; 
   visibility: hidden;
}  

.pagingtotal
{
    float: left; 
    margin-top: 900px;
    font-size: 15px; 
    color: #813a80; 
    margin-right: 10px; 
    position: relative;
    width:150px;
    clear: both; 
}

.paging
{
   margin-top: 940px;
    font-size: 15px; 
    margin-right: 0px;
    position: relative;    
    color: #813a80;  
}   

.pagination-carparkz li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
font-weight: bold;
float: right;
}

.pagination-carparkz a{
border:solid 1px #9aafe5
margin-right:2px;
}

.pagination-carparkz .active{
background: #fbb227;
font-weight:bold;
}

.pagination-carparkz a:link,
.pagination-carparkz a:visited {
display: inline;
padding:0px 6px;
text-decoration:none;
}

.pagination-carparkz a:hover{
border:solid 1px #fbb227;
padding:0px 6px;
}

.waitmsg
{
    display: none;
    font: 20px Arial;    
    color: #813a80;  
    text-align: center;  
}

.BkngOptions
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0796fc;
	font-weight: bold;
	margin: 2px 0px 0px 7px;
	padding: 0px;
	text-align:left;   
}
.FavoritesButton
{
	background: url("images/btn_favorites.png") no-repeat;
	width: 150px;
	height: 30px;
	cursor: pointer; 
	border: 0px;
	position: relative;
	float:left;
	margin-top: -50px;
	margin-left: 235px;
}
/*
#pagination-carparkz .previous-off,
#pagination-carparkz .next-off {
border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}

#pagination-carparkz .next a,
#pagination-carparkz .previous a {
font-weight:bold;
}
*/
