﻿.table1 tr
{
    vertical-align: top;
}

.table1rowodd
{
    background-color: #d9e6d0;
}
.table1roweven
{
    background-color: #fff;
}

.table1
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-collapse: collapse;
    border-color: #ccc;
    border-style: outset;
    table-layout: fixed;
    width: 100%;
    font-size: .8em;
    text-align: left;
}

.table1 td
{
    vertical-align: middle;
}

.table1 td, .table1 th
{
    border-width: 1px;
    border-style: inset;
    border-color: #ccc;
    -moz-border-radius: 0px 0px 0px 0px;
    padding: 3px;
}

.table1 thead th
{
    background-image: url(images/table1/table1_gradiant.png);
    background-repeat: repeat-x;
    background-color: #212b10;
    color: #EFEFCB;
    font-weight: bold;
    line-height: 20px;
}

.table1 thead th a
{
    color: #EFEFCB;
}

.table1 thead th a:visited
{
    color: #EFEFCB;
}


.table1head
{
    background-image: url(images/table1/table1_gradiant.png);
    background-repeat: repeat-x;
    background-color: #212b10;
    color: #EFEFCB;
    font-weight: bold;
    line-height: 20px;
}

.table1head a
{
    color: #EFEFCB;
}

.table1head a:visited
{
    color: #EFEFCB;
}

.table1 tbody td img
{
    border: none;
}

.table1 td img
{
    border: none;
}

.table1 tbody td img:visited
{
    border: none;
}

.table1 td img:visited
{
    border: none;
}
