td.framed
{
 border-left: 1px navy solid;
 border-right: 1px navy solid;
 border-top: none;
 border-bottom: none;
 padding: 5px;
}

td
{
 vertical-align: top;
}

th.framed
{
 border: 1px solid navy;
 border-bottom: hidden;
 color: navy;
 font-weight: bold;
 letter-spacing: 3px;
 padding-left: 5px;
 padding-right: 5px;
}

tr.header
{
 height: 25px;
 background-image: url(../img/tablebg.png);
 background-repeat: repeat-x;
 white-space: nowrap;
 background-color: #b0b0ff;
}

tr.bglight
{
 background-color: #e0e0ff;
}

tr.bgdark
{
 background-color: #a0a0ff;
}

table.framed
{
 border: 1px navy solid;
 width: auto;
}

table.counter_table
{
 border: 0px; 
 margin: 0 auto; 
 text-align: left;
}

table.counter_table * td
{
 vertical-align: middle;
}

table
{
 border-collapse: collapse;
}
