﻿/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    table-layout: auto;
    border-collapse: collapse;
    border:#4faccb 3px solid;
   
}

/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    /*background-image: url(Images/gr_gr_bg.gif);
    background-position:0 -40px;
    background-position:top;
    background-repeat:repeat-x;*/
    background-color:Transparent;
    border-bottom:1px solid #0392d4;
 }
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
    border-bottom: #0392d4 1px solid;
    border-right: #0392d4 1px solid;
    /*background-image:url(../EMS/Images/Ems_grid_bg.gif);*/
    background-repeat:repeat;
    background-position:0 -60px;
    background-color:#4faccb;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:center;
    font-weight:normal;
    
}

.verticalheader

{
font:bold 10px Tahoma;
color: #0000FF;
writing-mode: tb-rl;
filter: flipH() flipV();
}

.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
    
}
.PagerStyle td
{
    border-top: #7f9db9 1px solid;
    /*background-image:url(../EMS/Images/Ems_grid_bg.gif);*/
    background-repeat:repeat;
    background-position:0 -60px;
    background-color:#4faccb;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
  
   /*  border-top:solid 1px #fff;
    border-right:solid 1px #0392d4;
    border-bottom:solid 1px #0392d4;
    border-left:solid 1px #fff;
   background-image:url(../EMS/Images/wp_grid_bg.JPG);
    background-repeat:repeat;
    background-position:0 -60px;*/

}
.PagerStyle span
{
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;

    /*background-image:url(../EMS/Images/wp_grid_bg.JPG);
    background-repeat:repeat;
    background-position:0 -60px;*/
 
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #0392d4;
}
.RowStyle td
{
    /*background-color: #f1ebeb;*/
    background-color:#ffffff;
    border-bottom:1px solid #0392d4;
}
.AltRowStyle td
{
    /*background-color: #9ab2ca;
	background-image: url(Images/gr_gr_bg.gif);
    background-position:0 -60px;
    background-repeat:repeat-x;*/
    /*background-image:url(../EMS/Images/row_hover.png);
    background-repeat:repeat;
    background-color:#edd0d6;*/
    border-bottom:1px solid #0392d4;
    background-image:url(../EMS/Images/alternet_gried_bg.JPG);
    background-repeat:repeat;
    background-position:0 -60px;
}
.SelectedRowStyle td
{
    background-color: #fbdcd6;
	background-image: url(Images/gr_gr_bg.gif);
    background-position:center;
    background-repeat:repeat-x;
}
