﻿body {
}

.grid-view
{
   padding: 0;
   margin: 0;
   border: 1px solid #333;
   font-family: "Verdana, Arial,Helvetica, sans-serif" ;   
   font-size:12px !important; /* 0.9em;    */

}
/*.............................*/
/*In IE8 Gridview header text style left align worked when specified th */
/*.............................*/
.grid-view th
{
   color: white;
   background-color:#555862;/*727483 BEB397 727D83 727D83;/*423C39 555E62 #837872;  #DECEAB; #CDB47E;ada69c
 555E62(gray-greenshades, 556260,595562,556259,)*/
   height: 20px;
   vertical-align: middle;    
   text-align: left;        
   font-weight: bold;
   font-family: "Verdana, Arial,Helvetica, sans-serif" ;  
   font-size: 12px !important; 
}
/*.............................*/
/*In IE8 Gridview header text style left align didnt work with below tr.header */
/*.............................*/
.grid-view tr.header
{
   color: white;
   background-color:#555862;
   /*727483 BEB397 727D83 727D83;/*423C39 555E62 #837872;  #DECEAB; #CDB47E;ada69c 
 555E62(gray-greenshades, 556260,595562,556259,)*/
   height: 25px;
   vertical-align: middle;    
   text-align: left;        
   font-weight: bold;
   font-family: "Verdana, Arial,Helvetica, sans-serif" ;  
   font-size: 12px !important; 
}

.grid-view tr.normal
{
   color: #423c39; /*#333333;*/
   background-color: #F7F6F3 ;
   height: 30px;
   vertical-align: bottom ;
   text-align: left;
   text-decoration:none;
   font-family: "Verdana, Arial,Helvetica, sans-serif" ;  
    font-size: 12px !important; 
}

.grid-view tr.alternate
{
   color: #423c39; /*#CDB47E;*/
   background-color: White;
   height: 30px;
   vertical-align: bottom ;
   text-align: left;
   text-decoration:none;
   font-size: 12px !important; 
}
.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
   background-color: #E2DED6;
  color:#423c39;/* #333333;*/
   text-align: left;
   text-decoration:none;
   font-size: 12px !important; 
   cursor: hand;
   cursor:pointer;
}

 

.grid-view tr.normalNoUrl
{
   color: #423c39; /*#333333;*/
   background-color: #F7F6F3 ;
   height: 30px;
   vertical-align: bottom ;
   text-align: left;
   text-decoration:none;
   font-family: "Verdana, Arial,Helvetica, sans-serif" ;  
    font-size: 12px !important; 
}

.grid-view tr.alternateNoUrl
{
   color: #423c39; /*#CDB47E;*/
   background-color: White;
   height: 30px;
   vertical-align: bottom ;
   text-align: left;
   text-decoration:none;
   font-size: 12px !important; 
}

.grid-view tr.normalNoUrl:hover, .grid-view tr.alternateNoUrl:hover
{
   background-color: #E2DED6;
  color:#423c39;/* #333333;*/
   text-align: left;
   text-decoration:none;
   font-size: 12px !important;
   cursor: hand; 
    cursor:pointer;
}

.grid-view a:Link
{
	 text-align: left;	  
   text-decoration:none;
}
.grid-view a:Visited
{
	 text-align: left;	 
   text-decoration:none;
}
.grid-view a:Hover
{
	 text-align: left;
	  /*color: #333333;*/
   text-decoration: none;
    cursor:pointer;
}
