﻿table.detail th, table.detail td
{
	text-align:left;
}

table.detail td.currency, table.detail th.currency
{
	text-align:right;
	padding:0 15px 0 15px;
}

table.detail th.tip, table.detail td.tip
{
	padding: 0 15px 0 5px
}

table.detail th.rowhdr
{
    width:auto;
    border-right:none;
}

table.detail.loan
{
    margin-bottom:15px;
}

table.detail tr.colTotal th, table.detail tr.colTotal td
{
    padding-top:5px;
}

table.detail tr.even
{
    background-color:#C6D9FD;
}

