﻿.InsideTables
{
}
.InsideTables table
{
    background-color: White;
    border-spacing: 0;
    border: solid 1px #00B777;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
.InsideTables table tr
{
    border-left: solid 1px #00B777;
    border-right: solid 1px #00B777;
}
.InsideTables table th
{
    color: #CEE3DA;
    background: #008457 url(images/ui-bg_glass_80_008457_1x400.png) 50% 50% repeat-x;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

#right
{
    width: 300px;
    float: right;
}
