/* div containing entire form */

body {
	background-color: #FFFFFF;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bookingFormContainer
{
}

#bookingFormContainer h3, #bookingFormContainer p
{
}

/* table containing back button, arrival point text and booking step image */
.tblBookingTitle
{
}

.tblBookingTitle td
{
}


/* datagrid key */
.tblBookingKey
{
	width: 100%;
}

.tblBookingKey th
{
	text-align: left;
}

/* --- icons --- */
.icoSellingStatus1
{
	background: url(http://www.your-carhire.co.uk/images/carhire/ico_sellingstatus_1.gif) no-repeat;
	border: 0px;
	width: 14px;
	height: 15px;
}

.icoSellingStatus2
{
	background: url(http://www.your-carhire.co.uk/images/carhire/ico_sellingstatus_2.gif) no-repeat;
	border: 0px;
	width: 13px;
	height: 18px;
}

.icoClock
{
	background: url(http://www.your-carhire.co.uk/images/carhire/ico_clock.gif) no-repeat;
	border: 0px;
	width: 18px;
	height: 18px;
}

/* container for form elements */
.formContainer
{
	text-align: middle;
	margin: 0px auto;
}

.imgReqFld
{
	background: url(http://www.your-carhire.co.uk/images/carhire/reqfld.gif) no-repeat;
	width: 14px;
	height: 14px;
	border: 0px;
}

.btnTopLink
{
	border: 0px;
	float: right;
	width: 29px;
	height: 13px;
	background: url(http://www.your-carhire.co.uk/images/carhire/top.gif) no-repeat;
}

#ascxSearchForm_btnNext
{
	background: url(http://www.your-carhire.co.uk/images/carhire/btn_next.gif) no-repeat;
	width: 41px;
	height: 21px;
	border: 0px;
}

#btnStep4Next
{
	background: url(http://www.your-carhire.co.uk/images/carhire/btn_confirm.gif) no-repeat;
	width: 57px;
	height: 21px;
	border: 0px;
}

/* --- Datagrid --- */
.datagridTRHead td
{
}

.datagridTR td, .datagridTRAlt td
{
}

.datagridTR a, .datagridTRAlt a
{
}

.datagridTRAlt td
{
}



/* ------- popups ----------------- */
#popupContentContainer
{
}

#popupTitleContainer
{
}

.icoClose
{
	background: url(http://www.your-carhire.co.uk/images/carhire/ico_close_whiteBlue.gif) no-repeat;
	border: 0px;
	width: 50px;
	height: 13px;
	float: right;
	cursor: hand;
}

#popupTitleContainer h5
{
	float: left;
}

/* --- car group information --- */
.icoLuggageSmall
{
	background: url(http://www.your-carhire.co.uk/images/carhire/ico_luggage_sm.gif) no-repeat;
	border: 0px;
	width: 13px;
	height: 10px;
}

.icoLuggage
{
	background: url(http://www.your-carhire.co.uk/images/carhire/ico_luggage.gif) no-repeat;
	border: 0px;
	width: 17px;
	height: 14px;
}

.icoPet
{
	background: url(http://www.your-carhire.co.uk/images/carhire/ico_pet.gif) no-repeat;
	border: 0px;
	width: 13px;
	height: 10px;
}

.icoChild
{
	background: url(http://www.your-carhire.co.uk/images/carhire/ico_child.gif) no-repeat;
	border: 0px;
	width: 7px;
	height: 18px;
}

.icoAdult
{
	background: url(http://www.your-carhire.co.uk/images/carhire/ico_adult.gif) no-repeat;
	border: 0px;
	width: 13px;
	height: 35px;
}


.icoLuggageSmall { background-image: 
               url('http://www.your-carhire.co.uk/images/carhire/ico_luggage_sm.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               width: 13px; height: 10px; border-style: none; border-width: 
               0px; background-position: 0% }
.icoLuggage  { background-image: 
               url('http://www.your-carhire.co.uk/images/carhire/ico_luggage.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               width: 17px; height: 14px; border-style: none; border-width: 
               0px; background-position: 0% }
.icoPet      { background-image: url('http://www.your-carhire.co.uk/images/carhire/ico_pet.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               width: 13px; height: 10px; border-style: none; border-width: 
               0px; background-position: 0% }
.icoChild    { background-image: 
               url('http://www.your-carhire.co.uk/images/carhire/ico_child.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               width: 7px; height: 18px; border-style: none; border-width: 0px; 
               background-position: 0% }
.icoAdult    { background-image: 
               url('http://www.your-carhire.co.uk/images/carhire/ico_adult.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               width: 13px; height: 35px; border-style: none; border-width: 
               0px; background-position: 0% }

#bookingHelpYCH
{
	display: none;
}