﻿.BtnSm
{
    border: none;
    background-color: Transparent;
    background-image: url(images/buttons/btnSm.gif);
    background-repeat: no-repeat;
    height: 25px;
    color: #ffffff;
    width: 100px;
}

.CmbSm
{
    width: 100px;
}

.CmbMe
{
    width: 155px;
}

.CmbLg
{
    width: 250px;
}

.WarningText
{
    color: Red;
}

.WarningText li
{
    color: Red;
}

.ResultsGrid
{
    border-collapse: collapse;
    border: none;
    border-right: solid 1px #0066cc;
    border-left: solid 1px #0066cc;
    border-bottom: solid 1px #0066cc;
    width: 100%;
}

.ResultsGrid td, .ResultsGrid th
{
    border: none;
}

.ResultsGrid .NormalRow td
{
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
    color: #333;
    vertical-align: top;
}

.ResultsGrid .AltRow td
{
    background-color: #99ccff;
    padding: 5px 5px 5px 5px;
    color: #000000;
    vertical-align: top;
}

.ResultsGrid .HeaderRow th
{
    background-color: #0066cc;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    text-align: left;
}

.ResultsGrid .HeaderRow th a:link
{
    color: #ffffff;
}

div.tooltipOverride
{
    background-color: #efefef;
    color: #333;
    font-size: 11px;
    height: 150px;
}

div.tooltipOverride h2
{
    background-color: #efefef;
}

.divRegister td 
{
    padding: 2px 0px 2px 0px;
}

.chkNoBorder
{
 border:0px solid #ccc !important;
 }
 
 .noBorder
 {
     border-style: none;
     padding: 0px 0px 0px 0px;
 }


