/*
    MIRANDA CODE ver 1.5 - M_tables.css
    Author: Raffaele Adinolfi for HRX Pty Ltd
    Last update: 18/05/2010
*/

table {margin: 0;padding: 0;clear: left;}

/* RASP_TABLE */
table.rasp_table {
    border-collapse: collapse;
    border-top: 1px solid #CBCBCB;
    margin: 0 0 14px;
    width: 100%;
}

table.rasp_table caption {
    margin: 0px;
    width: 100%;
    text-align: left;
    color: #1999ce;
    font-weight: normal;
    text-align: left;
    padding: 8px 0 0 8px;
}

table.rasp_table th {
    background: #247db9;
    color: #FFF;
    font-weight: normal;
    text-align: left;
    padding: 2px 3px;
}

table.rasp_table tr {
    background: none repeat scroll 0 0 #F2F2F2;
}

table.rasp_table tr.noborder {background: none;}

table.rasp_table tr.noborder td {border: none}

table.rasp_table td{
    vertical-align: top;
}

table.rasp_table td.col_1{
    width: 30%;
    border-bottom: 1px solid #CBCBCB;
    padding: 9px 0px 9px 9px;
}

table.rasp_table td.col_2{
    padding: 8px 0px;
    width: 70%;
    border-bottom: 1px solid #CBCBCB;
}

table.rasp_table td.col_2 .elem_2 {
    width: 90%;
    float: left;
}

table.rasp_table td.value span.smalltext{
    clear: left;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

table.rasp_table tr.last td{
    margin: 0;
    padding: 0;
    border: none;
}
table.rasp_table td.special{
    padding: 0 6px;
}

