﻿

/*body
{
}*/

.MarginLeft
{
    margin-left: 5px;
}

.ImpersonatePinEntry
{
    display: inline-block;
    margin-left: 3px;
    vertical-align: bottom;
    margin-right: 3px;
    }

.CustomButtonRight
{
    margin-left: 3px;
}

.ReportOptionDropDowns
{
    display: inline-block;
    padding-left: 10px;
    vertical-align: bottom;
}

.MainBackColor
{
    background-color: #ABD9F6;
}

.reportsectionlabels
{
    text-align: left;
    width: 100%;
    background-color: #ABD9F6;
    color: black;
    font-weight: bold;
    font-size: medium;
    border-style: solid;
    border-color: #76A4C3;
    border-width: 2px;
    margin: 1px;
}

.GridHeaders
{
    text-align: center;
}

TBODY.igg_Item > TR > TD.RAtxt
{
    text-align: right;
}

TBODY.igg_Item > TR > TD.CenterGrdTxt
{
    text-align: center;
}

TBODY.igg_Item > TR > TD.GridCellBoldAndBlack
{
    font-weight: bold;
    color: Black;
    text-align: right;
}

TBODY.igg_Item > TR > TD.GridCellOrange
{
    color: Orange;
    font-weight: bold;
}

TBODY.igg_Item > TR > TD.GridCellGreen
{
    color: Green;
    font-weight: bold;
}


.LevelLabels
{
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
}

.PadRight
{
    padding-right: 25px;
}
.lblDataID
{
    padding-left: 5%;
    color: black;
}

.WebDropDownStyle1
{
    margin-right: 5px;
    margin-left: 5px;
    background-color: White;
}
.Padsize
{
    margin: 3px;
}

.ReportHelpLink
{
    color: black;
    background-color: #ABD9F6;
}

.altRow
{
    background-color: #D3D3D3;
}

.NewFeatureText
{
    font-weight: bold;
    color: Red;
}

.DivCenter
{
     margin-left: auto;
     margin-right: auto;
     width: 310px;
}