.Grid 
{ 
    font-size: smaller;
    border:solid 1px black;
    
    background-color:White;
     }
.Grid td
{
    border: solid 1px #000000;
    margin: 3px 3px 3px 3px;
    font-family: Arial;
    padding: 5px 5px 5px 5px;
    text-align: center;
}
.GridHeader
{   
    font-weight: bold;
    background-color: Gray;
}
.GridHeader a
{
    text-decoration: none;
    color: Yellow;
    padding: 0px 15px 0px 15px;
}
.GridHeader a:hover
{   color:White;
    text-decoration: underline;
    background: Tan url(images/spin.html) no-repeat 0 100%;
}
.GridItem, .GridAltItem
{
    
    color:White;
}
.DCC_NormalText {  
    
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}
.GridItem
{
    background-color: Gray ;
    
}

.GridAltItem
{
    background-color: #616D7E ;
   
}

/*th {
color:#FFFFFF !important;
background-color:Gray;	
font-family:Tahoma,Arial,Helvetica;
font-size:13px;
font-weight:bold;
vertical-align:baseline;
}*/
.gridTopRow
{ color:White;
  background-color:Blue;
  font-family:Tahoma,Arial,Helvetica;
  font-size:13px;
  font-weight:bold;
  vertical-align:baseline;
}

.Displaytext
{
    font-family:Tahoma,Verdana,Helvetica;
    font-size:12px;
}
.DisplaytextBold
{
    font-family:Verdana,Helvetica;
    font-size:11px;
    font-weight:bold;
}
.DisplayError
{
	font-family:Verdana,Helvetica;
    font-size:11px;
	color:Red !important;
	}
.DisplaySmallText
{
	font-family:Verdana,Helvetica;
	font-size:10px;
	color:Black;
}
.DisplaySmallBoldText
{
	font-family:Verdana,Helvetica;
	font-size:10px;
	color:Black;
	font-weight:bold;
}
.RowBackColor
{
	background-color:#a8cde2;
	padding: 5px;
}
.RowBackColorLight
{
	background-color:#ffffff;
}

.PnlBorderSetting
{
    border:0px;
    margin: 0px;
    border-style:none;
    background-color:#ffffff;
}

.TableBackGroundColor
{
    background-color:#ffffff !important;
}

.TdSpaceing
{
    width:20px;
}
.CFC_NormalTextBox {
		font-size: 12px;
		font-weight: normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#333333 !important;
		border: 1px solid #666666;		
		
	}
	.dnnLabel
{
    float:left;
     text-align:left !important;
}