/*Booking wizard css*/

.PrintPageLogo
{
    background-image:url(img/PrintPage-Logo.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:494px;
    height:71px;    
}

.PrintPageLogo:Hover
{
    background-image:url(img/PrintPage-Logo.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:494px;
    height:71px;    
}

.Booking_confirm
{
    background-image:url(img/print-page.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:154px;
    height:39px;
}

.Confirm_BookAgain
{
   
    background-position:top left;
    background-repeat:no-repeat; 
    width:154px;
    height:39px;
}

.Booking_confirm:Hover
{
    background-image:url(img/print-page.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:154px;
    height:39px;
}

.Calendar_button
{
    background-image:url(img/cal.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:22px;
    height:17px;
}

.Calendar_button:Hover
{
    background-image:url(img/cal.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:22px;
    height:17px;
}

.Train
{
    background-image:url(img/train.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:20px;
    height:20px;
}

.Bus
{
    background-image:url(img/bus.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:20px;
    height:20px;
}

.sm_tick
{
    background-image:url(img/sm_tick.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:20px;
    height:20px;
}

.required
{
    background-image:url(img/required.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:16px;
    height:26px;
}

.select-arr
{
    /*background-image:url(img/select-arr.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:12px;
    height:12px;
    BORDER-TOP-STYLE: none;	
    BORDER-RIGHT-STYLE: none;	
	BORDER-LEFT-STYLE: none;	
	BORDER-BOTTOM-STYLE: none;*/
    background-image:url(img/print-page.gif);  
    background-position:top left;
    background-repeat:no-repeat; 
    width:494px;
    height:71px;    
}

/* text style used for most text rendered by modules */
.PopupLink
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration : underline;
	line-height: 1.4
}
