﻿.Grid {background-color: #fff; margin: 5px 0 10px 0; border: solid 2px #525252; border-collapse:collapse;
        font-family:Calibri; color: #474747;text-align:center; width:100%}
.Grid td {
      padding: 2px;
      border: solid 1px #c1c1c1;
      text-align:left;
}
.Grid th  {
      padding : 0px 0px;
      color: #fff;
      background: #3c8dbc url(Images/grid-header.png) repeat-x top;
      border-left: solid 1px #525252;
      /*font-size: 0.9em;*/
      height:28px;
      text-align:left;
	   /*writing-mode: tb-rl;*/
		/*filter: fliph() flipV();*/
}
.Grid .alt {
      background: #fcfcfc url(Images/grid-alt.png) repeat-x top; }
.Grid .pgr {background: #3c8dbc 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 #fff; font-weight: bold; color: blue !important; line-height: 12px;text-align:-moz-right; }  
.Grid .pgr a { color: black !important; text-decoration: none; }
.Grid .pgr a:hover { color: blue; text-decoration: none; }


