﻿/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family: Verdana;
    font-size:11px;
    table-layout: auto;
    border-collapse: collapse;
    border:#797979 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 #797979;
 }
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
    border-bottom: #797979 1px solid;
    background-image:url(../Admin/Images/wp_grid_bg_11.jpg);
    background-repeat:repeat;
    background-position:0 -60px;
    background-color:#404040;
    border-right: #797979 1px solid;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:center;
    font-weight:normal;
    
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
    
}
.PagerStyle td
{
    border-top: #797979 1px solid;
    background-image:url(../Admin/Images/wp_grid_bg_11.jpg);
    background-repeat:repeat;
    background-position:0 -60px;
    /*background-color:#c798a3;*/
}
.PagerStyle a
{
    color:#16387c;
    text-decoration:none;
  
   /*  border-top:solid 1px #fff;
    border-right:solid 1px #797979;
    border-bottom:solid 1px #797979;
    border-left:solid 1px #fff;
   background-image:url(../Admin/Images/wp_grid_bg.JPG);
    background-repeat:repeat;
    background-position:0 -60px;*/

}
.PagerStyle span
{
    font-weight:bold;
    color:#16387c;
    text-decoration:none;

    /*background-image:url(../Admin/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 #797979;
}
.RowStyle td
{
    /*background-color: #f1ebeb;*/
    background-color:#fbfcf7;
    border-bottom:1px solid #797979;
}
.AltRowStyle td
{
    /*background-color: #9ab2ca;
	background-image: url(Images/gr_gr_bg.gif);
    background-position:0 -60px;
    background-repeat:repeat-x;*/
    /*background-image:url(../Admin/Images/row_hover.png);
    background-repeat:repeat;
    background-color:#edd0d6;*/
    border-bottom:1px solid #797979;
    background-image:url(../Admin/Images/alternet_gried_bg_1.jpg);
    background-repeat:repeat;
    background-position:0 -60px;
}
.SelectedRowStyle td
{
    background-color: #fcb814;
	background-image: url(Images/gr_gr_bg.gif);
    background-position:center;
    background-repeat:repeat-x;
}
/*Table CSS added by Ganesh Kumbhar-----Start*/
/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
.tableCSS {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #f7f7f7;
  }
.tableCSS caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
.tableCSS td, th {
 /* border: 1px dotted #03476F;*/
  padding: .4em;
  color: #25383C;
  }
.tableCSS thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  /*border: 1px solid #03476F;;*/
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
.tableCSS tbody td a {
  background: transparent;
  text-decoration:none;
  color: red;
  }
.tableCSS tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
.tableCSS tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
.tableCSS tbody th a:hover {
  background: transparent;
  color: #363636;
  }
.tableCSS tbody th, tbody td {
 /* vertical-align: top;
  text-align: left;*/
  }
.tableCSS tfoot td {
 /* border: 1px solid #03476F;*/
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.tableCSS .odd {
  background: #C6DEFF;

 /*background:#E3E4FA;*/
  }
/*.tableCSS tbody tr:hover {
  background: #FFD800;
 /* border: 1px solid #03476F;
  color: #FFFFFF;
  }*/
.tableCSS tbody  th,
.tableCSS tbody  th {
  background: #FFD800;
  color: #FFFFFF;
  }
 
/*Table CSS added by Ganesh Kumbhar-----End*/