﻿.StepsTable
{
    width: 50%;
    text-align: center;
    font-size: 14px;
}
.StepsSelected
{
    color: #000000;
    background-color: #dddddd;
}
.StepsNotSelected
{
    color: #bbbbbb;
    background-color: White;
}

.TwoColumnTable
{
    width: 60%;
}

.FourColumnTable
{
    width: 70%;
}

.FourColumnTable td
{
    padding: 6px;
}

.HeadingColumn
{
    width: 20%;
    font-weight: bold;
}

.Width100
{
    width: 100%;
}
#CCBookingSummaryTBL
{
    width: 100%;
}
#CCBookingPaymentTBL
{
    width: 100%;
}