﻿body {
}
.head th
{
    padding: 3px;
    background-color: #444951;
    color: #FFFFFF;
}
.sco
{
    border: 2px solid #808080;
    font-size: small;
    background-color: #FFFFFF;
}
 .alt
{
    background-color: #F9FAFB;
}
.num
{
    background-color: #43639E;
    color: #FFFFFF;
    font-weight: bolder;
    text-align: center;
    width: 7%;
}
.pl
{
    width: 48%;
    padding: 2px 1px 2px 10px;
    font-family: Tahoma;
}
.pl a
{
    color: #435987;
    text-decoration: none;
}
.pl a:hover
{
        color: #596071;
}
.gc
{
    text-align: center;
    background-color: #F4F4F7;
    width: 15%;
    font-weight: bold;
}
.tms
{
    padding: 1px 1px 1px 10px;
    width: 30%;
}
.tms a
{
    color: #3A6DCB;
    text-decoration: none;
}
.tms a:hover
{
    text-decoration: underline;
}
.searchIn {
    border: 1px solid #AED2E8;
    padding: 4px 4px 4px 34px;
    float: right;
    margin-top: -6px;
    margin-bottom: 6px;
    border-radius: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-image: url('../../photos/images/view.png');
    background-repeat: no-repeat;
    background-position: 3px 2px;
}
.searchIn input
{
    
    padding: 1px 3px 1px 3px;
    font-size: 11px;

}
.searchIn a
{
    padding: 4px;
    font-family: tahoma;
    font-size: 11px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    color: #506B8D;
    text-decoration: underline;
}
.searchIn a:hover
{
    text-decoration: none;
}