﻿.dxgvInlineEditRow,
.dxgvDataRow
{
     height:1px;
     text-wrap:avoid;
     nav-down:root;
     font-size:small;
     
}

.dxgvHeader {
    height: 20px;
  /*background-color:azure;*/
  background-color:#00a0f4;
  text-decoration-color:azure;
    text-align:center;
    font-size: 14px; 
     /*text-wrap:initial;
     cursor: pointer;
     padding: 0px;
     border: Solid 7px #9F9F9F;
    
     white-space: normal;*/
}
.dxgvDataRow:hover
{ 
    background-color: #E4EEF4;
    /*font-weight:bold;*/
    
}

.Grid td {
    padding: 2px;
    border: solid 1px #c1c1c1; }


.Grid th  {

     
    font-size:large;
    text-align:center;
    font-weight:bold; 
     }



   /*<HeaderStyle HorizontalAlign="Center" Wrap="True" />*/
/*.dxgvPreviewRow 
{ 
    background-color: #fff; 

}
.control_container .dxeBase
{
   display : inline;
   text-align: right;
}
.control_container .dxeEditArea
{
   display : inline;
   text-align: right;
}*/

/*#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 5em;
}
#navigation {
    position: fixed;
    left: 0;
    top: 5em; 
    bottom: 5em; 
    width: 10em;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 5em;
}
#contentWrapper {
    position: fixed;
    left: 10em; 
    top: 5em; 
    bottom: 5em; 
    right: 0;
    overflow: auto;*/ 
/*#content
{
    position: absolute;
    width: 2000px;
    height: 2000px;
    top:600px;

}
#ContentPlaceHolder
{
     position: absolute;
top:600px;
left:500px;
}

#Label
{
top:50px;

}

.Pos1

{

font-size:12px;

margin-left: 2cm;

}

/*Disable Test Wrapping
/*.disableWrapping
        {
            white-space: nowrap;
        }*/