﻿/********** Main GridView Config **********/
.grid-view
{
    font-family:verdana; 
    color:#3a3a3a;
    font-size:10px; 
    border-color:#aca899;
    border-style:solid;
    /*width:100%;*/
}

.grid-view .addItems a, .addItems a:hover, .addItems a:active, .addItems a:link, .addItems a:visited
{
    color:Green;
    text-decoration:none;
    font-size:15px;
    text-align:center;
}

.edit-row
{
	background-color: #4d889e;
	font-weight:bold;
}

.edit-row a,a:hover,a:link,a:visited,a:active
{
	color:black;
	text-decoration:underline;
}

.empty-row
{
	background-color:#cccccc;
	font-weight:bold;
}


/********** GridView TR Config **********/
.grid-view tr.header
{
  color : #FFFFFF; 
  font-weight : bold; 
  background-color : #42829C; 
  padding:10px;
  white-space:nowrap;
}

.grid-view tr.header a, tr.header, tr.header a:visited, tr.header a:hover, tr.header a:link
{
  color : White;  
  padding:10px;
}

.grid-view tr.normal
{
  background-color : #ffffff;
  font-weight:normal;
  height:20px;
}

.grid-view tr.normal:hover, .grid-view tr.alternate:hover, .grid-view tr.alternate:hover a, .grid-view tr.normal:hover a
{
	background-color :#4282B5; 
	/*color : White;  */
}

.grid-view tr.normal a , .grid-view tr.alternate a ,.grid-view tr.normal a:visited , .grid-view tr.alternate a:visited 
{
  color : #333333;    
  text-decoration:none;
  font-weight:normal;
}

.grid-view tr.alternate
{
  background-color : #d6dcde; 
  font-weight:normal;
  height:20px;
}

/********** GridView TR Pager Config **********/

.grid-view tr.pager
{
    color : #eeeeee; 
    font-weight : bold; 
    background-color : #4d889e; 
}

.grid-view tr.pager a
{
  color :Gray;
}

/********** GridView TD Config **********/

.grid-view td
{
	border-bottom:1px solid #cccccc;
	padding-left:2px;   
}

.edit-row td
{
	padding:2px;
	margin:2px;
}

.gridExtension
{
	color:gray;
	font-style:italic;
}