
/* Tickets 
*******************************************************************************/

#table_tk td
{
    text-align: center;  
}

#table_tk .ticket_adult, #table_tk .ticket_child7-12, #table_tk .ticket_child0-6
{
    text-align: right; 
    color: #637EAE;
    padding: 0 12px 0 0;
    font-size: 14px;
    height: 30px;
    background: #cccccc url('../images/tck_img5.gif') no-repeat;
}

#table_tk .ticket_child7-12
{
    background: #cccccc url('../images/tck_img6.gif') no-repeat;
}

#table_tk .ticket_child0-6
{
    background: #cccccc url('../images/tck_img7.gif') no-repeat;
}

.ticket_quantity 
{
	font-size: .95em;
	width: 20px;
	text-align: center;
}

.ticket_total 
{
    font-size: .95em;
	width: 50px;
	text-align: right;
}

.input_back_light 
{
	background-color: #637EAE;
}

.input_back_dark 
{
	background-color: #ABADB1;
}

/* Booking details 
*******************************************************************************/

.book_details 
{
    margin: 0;
    padding: 0;    
    /* background-color: #DEE0E1; */
    /* border: 1px solid #D0D8E7; */
    width: 540px; 
}

.book_details td
{
    padding: 3px 0 3px 0;
}

#table_tk, #table_fj, #table_rj, #table_tp, #table_cr
{
    width: 540px;
    margin: 0 0 0 -4px;
    /* border: 1px solid red; */
}

/*
#table_rj
{
    background-color: #DFE1E2;
}
*/

/*
td .mandatory
{
	background-color: #dddddd;
}
*/


