﻿body {
}
  
  .DashBoardList
        {
            border: 0px solid #00FF00;/*#bdbdbd;*/
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -moz-box-shadow: 0 0 10px #bdbdbd;
            -webkit-box-shadow: 0 0 10px #bdbdbd;
            box-shadow: 0 0 10px #bdbdbd;
          
            width:320px;    
            background-color:whitesmoke;
          margin:10px 10px 10px 10px;  padding:0px 0px 0px 0px;
              scrollbar-face-color: silver;
scrollbar-track-color: silver;
scrollbar-arrow-color: silver;
scrollbar-highlight-color: #fff8dc;
scrollbar-shadow-color: #d2691e;
scrollbar-3dlight-color: #ffebcd;
scrollbar-darkshadow-color: #8b0000;

        }
        .fieldset
        {
            border: 1px solid #bdbdbd;/*#bdbdbd;*/
            -webkit-border-radius: 5px;
            -moz-boxborder-radius: 5px;
            border-radius: 5px;
             -moz-box-shadow: 0 0 10px #bdbdbd;
            -webkit-box-shadow: 0 0 10px #bdbdbd;
            box-shadow: 0 0 10px #bdbdbd;
        }
        
        
.DashBoardList::-webkit-scrollbar {
    width: 12px;
}

.DashBoardList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.DashBoardList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
} 

         
.DashBoardList fieldset div::-webkit-scrollbar {
    width: 12px;
}

.DashBoardList fieldset div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.DashBoardList fieldset div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
} 

  #divHeader a {
            font-family: Arial;
            font-size: medium;
            color: #FFFFFF;
            text-decoration: none;
        }

            #divHeader a:focus {
                font-family: Arial;
                font-size: medium;
                color: #FFFFFF;
                text-decoration: none;
            }

            #divHeader a:visited {
                font-family: Arial;
                font-size: medium;
                color: #FFFFFF;
                text-decoration: none;
            }

            #divHeader a:active {
                font-family: Arial;
                font-size: medium;
                color: #FFFFFF;
                text-decoration: none;
            }

            #divHeader a:hover {
                font-family: Arial;
                font-size: medium;
                color: #FFFFFF;
                text-decoration: none;
            }

.tblHeader {
    /*border: 1px solid #00FF00; #bdbdbd;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #bdbdbd;
    -webkit-box-shadow: 0 0 10px #bdbdbd;
    box-shadow: 0 0 10px #bdbdbd;
    background-color: #428BCA;
    color: #FFFFFF;
    vertical-align: middle; 
    height: 10px;
    font-size: small;
    font-family: arial, verdana, helvetica, sans-serif;
    text-decoration: none;
    text-align: center; /*background-image: url(/Images/tblheaderbg.png);*/
    background-image: url('../Images/gridstyle.png');
    background-size: contain;
}
    .tblHeader th {
        text-align:center;
    }

 
      
         #divFilters table tr td {
        width:300px;
        height:30px;
        }

.btnPanel {
    background-color: #428BCA;
    color: #FFFFFF;
    /*vertical-align: middle;*/
    font-size: small;
    font-family: arial, verdana, helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    background-image: url('../Images/btnPanel.png');
    background-size: contain;
}