/* style_tables.css */

table
{
    width: auto;
    position: relative;
    font-size: 1em;
    border-collapse: collapse;
}

table tr
{
    font-size: 0.9em;
    background-position: top left;
    background-repeat: repeat-x;
    height: auto;
    background-image: url('/images/buy_process/table/grey_bg.png');
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
    width: auto;
    padding-top: 2px;
}

table  td
{
    padding: 6px 8px;
    text-align: left;
}

table th
{	
    background-image: url('/images/tables/td_white_bg.png');
    padding: 6px 8px;
    background-repeat: repeat-x;
    text-align: left;
    background: none;
    background-color: #FFF;
    color: #17286d;
}


/* for sortable tables - show the sortable hand */
table.sortable th
{
    cursor: pointer;
    white-space: nowrap;
    }


table.checkbox
{
    font-size: 1.3em;
    margin-left: -2px;
    border: 0px solid red;
}

table.checkbox tr
{
    border: 0px solid #FFFFFF;
    height: 27px;
    background-image: none;
    vertical-align: top;
    border-bottom: 0px solid #FFFFFF;
    width: auto;
    padding: 0px;
}

table.checkbox td
{
    background-color: #FFFFFF;
    background-image: none;
    padding: 1px 1px 1px 0px;
    vertical-align: top;
    text-align: left;
    border: 0px solid red;
}

table.checkbox td input, table.checkbox td label
{
    margin: 0;
    padding: 0;
}

