﻿.MI_PL_TBHeader
{
    background-color:#C6DAF8;
    text-align:center;
    font-weight:bold;
    }
.MI_PL_HeaderUppercase
{
    font-weight:bold;
    text-transform:uppercase;
    }
    
.MI_PL_AR_TBHeader_Gray
{
    background-color:#999999;
    text-align:center;
    font-weight:bold;
    }
.MI_PL_AR_TBHeader_LGray
{
    background-color:#CCCCCC;
    }
    
.MI_PL_AR_TBHeader_LBlue
{
    background-color:#C6DAF8;
    font-weight:bold;
    }

.MI_PL_AR_TBHeader_DBlue
{
    background-color:#4C68A2;
    font-weight:bold;
    color:#FFFFFF;
    }

/* Property Dropdown List */
.DropDownMain
{
    background-color:#FFFFFF;
    width:99%;
    text-align:right;
    padding:5px 5px;
    border:1px solid #333333;
    font-size: 14px;
    }

/* CSR Background Color */
.BGGreen
{   background-color:Green; }
.BGRed
{   background-color:Red; }
.BGYellow
{   background-color:Yellow; }


.modalPopupAR {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-top:10px;
	padding-left:10px;
	width:600px;
	height:350px;
}

.CSR_Child_Itilic 
{
   padding-left: 20px;
   font-style: italic;
   }
