table
{
width: 570px;
}

table th
{
padding-left: 3px;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
color: #4F81A4;
background: #DEE9EF;
}

table tr, td
{
padding-left: 3px;
}

.gray
{
background: #f9f9f9;
}

.button_row
{
text-align: center;
}

.errors
{
background-color: red;
color: white;
font-weight: bold;
font-size: 1.2em;
padding: 5px;
text-align: left;
}

.success
{
background-color: green;
color: white;
font-weight: bold;
font-size: 1.2em;
padding: 5px;
text-align: left;
}

.buttons
{
font-weight: bold;
color: #4F81A4;
background-color: #DEE9EF;
vertical-align: middle;
border:1px solid #4F81A4;
}

.money_column
{
text-align: right;
}

.sub_total
{
background-color: #F2F7F9;
text-align: right;
font-weight: bold;
padding: 5px;
}

.sub_total_left
{
background-color: #F2F7F9;
text-align: left;
font-weight: bold;
padding: 5px;
}

.total_left
{
background-color: #E8FFE8;
text-align: left;
font-weight: bold;
padding: 5px;
}

.total_right
{
background-color: #E8FFE8;
text-align: right;
font-weight: bold;
padding: 5px;
}

