﻿.GridHeader {
    background-color:#438EB9;
    color: white;
    text-align: center;
   
}
.PagerStyle{
     background-color:#E0E0E0;
    color:white;
   text-align:center;
   font-weight:bold;
}


.PagerStyle a:hover{
     background-color:#fff;
    color:#010101;
   text-align:center;
   font-weight:bold;
}
.SelectedRow{
    background-color:#6BCB5C;
    color:#010101;
    font-size:large;
    font-style:initial;
   font-weight:bold;
}
.EditRowStyle{
     background-color:#999999;
    color:white;
   font-weight:bold;
}
.AlternateRowStyle
{
      background-color:#E0E0E0;
    color:#333333;
 
}

/*
a{
  margin:auto 1%;
    border-radius:50%;
    
      
      padding:5px 10px 5px 10px;
      color:#fff;
      text-decoration:none;
      text-align:center;
      -o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;
    
}
    
a:hover{
    background-color:#5AB7DE;
    color:#fff;
     text-decoration:none;

}
    */
a:hover {
    background-color: #5AB7DE;
    color: #fff;
    text-decoration:underline;
}


                                
                              
