﻿.table1 tr
{
    vertical-align: top;
}

.table1rowodd
{
    background-color: #d9e6d0;
}
.table1roweven
{
    background-color: #fff;
}

.table1
{
    border-width: 1px 2px 2px 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 tbody td img
{
    border: none;
}

.table1 tbody td img:visited
{
    border: none;
}

.table1 tr th
{
    font-weight: bold;
    
}
