﻿.Grid {background-color: #fff; margin: 0px; border: solid 1px #525252; border-collapse:collapse; font-family:Calibri; color: #474747;}
.Grid td {
      padding: 2px;
      /*border: solid 1px #c1c1c1; */
      /*#0B708C   #7DBFD1*/
}
.Grid th  {
      padding : 4px 2px;
      color: #fff;
      background: #0B708C/*#25333b url(Images/bg-header-holder.jpg)*/ repeat-x top;
     /* border-left: solid 1px #525252;*/
      font-size: 12px; 
      text-align:left;
      vertical-align:top;
      font-weight:normal;
}
.Grid .alt {
      background: #f4f4f5; }
.Grid .pgr {background: #363670 url(Images/grid-pgr.png) repeat-x top; }
.Grid .pgr table { margin: 3px 0; }
.Grid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }  
.Grid .pgr a { color: Gray; text-decoration: none; }
.Grid .pgr a:hover { color: #000; text-decoration: none; }

.Grid .grid_footer  {
      /*padding : 4px 2px;*/
      color: #fff;
      background: #25333b url(Images/bg-header-holder.jpg) repeat-x top;
     /* border-left: solid 1px #525252;*/
      font-size: 12px; 
      text-align:left;
      vertical-align:top;
      font-weight:normal;
}
/*------------------to remove underline from hyperlink-------------------*/
.HyperLink
{
  text-decoration: none;
  color: #0E728E;
}
.HyperLink:visited { color:#0E728E;}
/*------------------to remove underline from hyperlink-------------------*/

.GridLinkButton
{
    color: #0E728E;
    vertical-align:top;
}
/* ------------------------------------------------------------------------- */
.butt
{
    padding: 5px 15px;
    background: #006a87;
    color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #25333b;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
/* -------------------------------------------------------------------- */
.GridHeader {
    padding : 4px 2px;
      color: #fff;
      background: #0B708C repeat-x top;    
      font-size: 12px; 
      text-align:left;
      vertical-align:top;
      font-weight:normal;      
}