﻿table
{
    margin-bottom: 15px;
    margin-left: auto; 
    margin-right: auto;
}

.table_border
{
    border: 1px black solid;
    border-spacing: 0px;
}

.table_border_left
{
    border: 1px black solid;
    border-spacing: 0px;
    text-align: left;
    margin-left: 0; 
    margin-right: 0;
}

table thead td
{
    font-size: 12pt;
    color: White;
    padding: 7px;
    text-transform: uppercase;
    background: #7B846E url(menu.png) repeat;
}

.td_title
{
    font-size: 10pt;
    color: Black;
    font-weight: bold;
    background: white;
    padding-top: 10px;
    border-bottom: 1px black solid;
    text-transform: none;
}

table tbody td
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.td_padding
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.td_padding_left
{
    padding-left: 10px;
}

.td_padding_top
{
    padding-top: 10px;
}

.td_padding_bottom
{   
    padding-bottom: 10px;
}

.td_padding_top_bottom
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.td_rightalign_padding
{
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.td_alt
{
	background-color: #CCCCCC;
}

.table_yellow
{
	background: #EEE2AA;
	border: 1px black solid;
	padding-top: 5px;
	margin-top: 10px;
}