﻿.table2
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-collapse: collapse;
    border-color: #cccccc;
    border-style: outset;
    background-color: #ffffff;
}

.table2 td, .table2 th
{
    border-width: 1px;
    border-style: inset;
    border-color: #cccccc;
    -moz-border-radius: 0px 0px 0px 0px;
    vertical-align: bottom;
    padding: 5px;
}

.table2 thead th
{
    background-color: #0066B3;
    color: #eeeeee;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}

.table2 tbody th
{
    padding: 5px;
    font-weight: bold;
    text-align: left;
}

.table2 td
{
    vertical-align: middle;
    width: 33.33%;
}

.table2 a
{
    display: block;
}

.table2 a:hover
{
    background-color: #FFFD70;
    color: #000;
}

.table2date
{
    padding-left: 5px;
    text-align: left;
}
