﻿#repAdminContent 
{
	color: #7E7F81;
	margin: 20px 10px;
	text-align: left;
	width: 95%;
}

#repGroupLeft
{
    width: 50%;
    float: left;
}

#repGroupRight
{
    width: 50%;
    float: right;
}

    .repAdminBtn1
    {
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .repPadder1
    {
       padding-right: 5px; 
    }

    .hr
    {
        height: 1px;
    } 



    .repLabel 
    { 
        padding-left: 3px; 
        width: 175px; 
    }

    .repData 
    { 
        padding-left: 3px; 
    }

    .repBlueMsg
    { 
        color: #0253A2; 
        font-size: smaller; 
    }

    .repRedMsg 
    { 
        color: Red; 
        font-size: smaller; 
    }