﻿body {
}

#tit
{
    padding: 4px;
    border: 2px solid #006666;
    background-color: #FFFFFF;
    font-size: medium;
    color: #597991;
    text-align: center;
}

.controls
{
    padding: 10px 10px 15px 10px;
}

.controls a
{
    float: right;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    color: #3D6A9C;
    font-size: small;
    text-decoration: none;
    font-weight: bolder;
}

.controls a:hover
{
    text-decoration: underline;
}

.controls label {
    float: right;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    color: #3D6A9C;
    font-size: small;
    text-decoration: none;
    font-weight: bolder;
}

.controls input:hover {
    text-decoration: underline;
}

.controls input {
    float: right;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    color: #3D6A9C;
    font-size: small;
    text-decoration: none;
    font-weight: bolder;
}

.controls label:hover {
    text-decoration: underline;
}

#content
{
    padding: 10px;
    clear: both;
}

.ttable
{
    width: 100%;
}

.ttable tr
{
    background-color: #FFFFFB;
}
.ttable tr.alt
{
    background-color: #E0E0E0;
}
.ttable th
{
    background-color: #3A4249;
    color: #FFFFFF;
    font-size: small;
}
 
.ttable td
{
    padding: 2px;
    text-align: center;
    width: 7%;
    font-size: small;
}
.ttable .tm
{
    text-align: left;
    width: 37%;
}

.ttable .tm a
{
    font-size: small;
    color: #426097;
    text-decoration: none;
    font-weight: bold;
}
.ttable .tm a:hover
{
    text-decoration: underline;
}

.ttable .tm img {
    height: 20px;
}

.ttable .plc
{
    font-size: small;
    font-weight: bold;
    color: #D3D9DE;
    background-color: #58657A;
 
}

.ttable .pts
{
    font-weight: bold;
    color: #623F3E;
}

#accept, #cancel
{
    padding: 2px;
    margin: 10px 3px 3px 40%;
    cursor: pointer;
    text-decoration: none;
    color: #387ACB;
    font-weight: bolder;
}

#accept:hover, #cancel:hover
{
    text-decoration: underline;
}