﻿body {
}
.grdheder
{
    margin: 0px; 
    padding-top:4px;
    height:20px;
    vertical-align:middle;
}
.herdertd
{
     height:20px;float:left;background:url(../gridimg/EditGrid.png) repeat-x;display:inline-table; border-bottom: 1px solid #B4B4B4;    
     font-size:10px; font-weight:bold;font-family:Verdana;
}
.bodytd
{
    height:20px;background-color:#FFF;float: left;display:inline-table; border-right: 1px solid #D0D0D0;border-bottom: 1px solid #E5E3E3;font-size:8px; font-weight:bold;font-family:Verdana;
}
.bodytdReadOnly
{
    height:20px;background-color:#F3F8FF;float: left;display:inline-table; border-right: 1px solid #D0D0D0;border-bottom: 1px solid #E5E3E3;
}
.ddlbodytd
{
    height:20px;background-color:#FFF;float: left;display:inline-table; border-right: 1px solid #D0D0D0;border-bottom: 1px solid #E5E3E3;
}
.edittd
{
    width:20px;
    height:20px; 
    margin:2;  
    cursor:pointer; 
}
.gridDelete
{
    height:20px;
    background-color:#E8F1FF;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #E5E3E3;
    float: left;
    display:inline-table;
    padding-top:0px;
    
}
.gridtxt
{
     height:16px; border:1px solid #7F9DB9;   
}
.gridtxtnomaric
{
     height:16px; border:1px solid #7F9DB9;   
}
.clsDelete
{
    width:20px;
    height:13px; 
    margin:4px 0 0 4px;  
    cursor:pointer; 
    background:url(../gridimg/gridDeletebtn.gif) no-repeat;
}
.clsDelete:hover
{  
    background:url(../gridimg/gridDeletebtn_hover.gif) no-repeat;
}

.ddlControlEdit
{
    border: 1px solid #7F9DB9; background-color: White; height: 18px;float: left; display: block;    
}
.contddloption
{
    margin-top:20px;
    position:absolute;
	z-index:50000;
	background-color: white;
	max-height:190px;
	overflow:auto;
	border: 1px solid #CCC; 
}
.rowUpdate
{
    height:20px;
    background-color:#E8F1FF;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #E5E3E3;
    float: left;
    display:inline-table;
    padding-top:0px;
    
}
.clsUpdate
{
    width:20px;
    height:13px; 
    margin:4px 0 0 4px;  
    cursor:pointer; 
    background:url(../images/Icons/save.png) no-repeat;
}
.clsUpdate:hover
{  
	width:20px;
    height:13px; 
    margin:4px 0 0 4px;  
    cursor:pointer; 
    background:url(../images/Icons/save1.png) no-repeat;
    
}