/* ----------
 *
 */
table.table-main
{
    table-layout        : fixed;
    border              : 1px solid #cccccc;
}
/* ----------
 *
 */
td.label, td.data
{
    height              : 24px;
    padding             : 0px 3px 0px 3px;
    border              : 1px solid #cccccc;
    vertical-align      : middle;
}
td.label
{
    width               : 100px;
    background-color    : #eeeeee; 
    color               : #333333;
    text-align          : right;
}
td.data
{
    width               : 300px;
    text-align          : left;
}

