﻿html, body, form {
    height: 100%;
    margin: 0px;
   overflow:hidden;
}  
  #MainTop {
        height: 10%;
        background: #AEC9E0;
        font-size: 2.5vh;
          overflow:hidden;
      }
     #MainBodyTop {
        height: 4%;
        width:100%;
        font-size: 2.5vh;
        background: #D1E5F8;
          overflow:hidden;
    }
      #MainBody {
        height: 83.4%;
        overflow:scroll;
        overflow-x: auto;
        background: #FAFAFA;
        padding:7px;
        /*border:solid 2px red;*/
    }
       #MainBottom {
        height: 3%;
        background: #000;
        color:white;
        font-weight:bold;
    }
        .FixedGridViewHeader {
            position:absolute;
            font-weight: bold;
        }
#Btn_TopClose:hover {
  background-color:#888;  
}

      hr {
          height: 0;
          margin: 0;
          background-color:transparent;
          border-top: 0px solid transparent;
          border-bottom: 0.5vh solid #04f;
      }
.tdAction
    {
     cursor:pointer;
     padding-left:20px;
    }
 
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
    background: #888; 
  outline: 1px solid slategrey;
  border-radius: 20px;
}
 
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}
p {
    padding:0 0 10px 0;margin:0;
    text-align:justify;
}