﻿body
{
   
}

 .hiddenButton
 {
     display:none;
     
 }
 .visiblebutton
 {
     display:block;
     }
 
  .ListViewHeaderstyle
{
   background: url(../../OpenFiles/images/header.png) repeat-x;
    color: #000000;
    font-weight: bold;
}
 .ListViewRowStyle
{
    border-color: #333333;
    background-color: #FFFFFF;
    color: #333333;
}
    
 .ListViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #333333;
    
}
 .ListViewSelectedRowStyle
{
    background-color: #FFFFFF;
    font-weight: bold;
    color: #000080;
}

.modal-loading
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: Black;
    z-index: 999;
    opacity: 0.1; /* Theoretically for IE 8 & 9 (more valid) */ /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10); /* Older than Firefox 0.9 */
    -moz-opacity: 0.1; /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.1;
    min-height: 100%;
    width: 100%;
}

.loading
{
    display: none;
    position: fixed;
    z-index: 999999;
    top: 45%;
    left: 45%;
}
