﻿.foo{}


/*
    Grid lines and setting
=======================================
*/

table.Grid
{
 margin: 0px 0px 0px 0px;
 
 /* border-style: hidden; table-layout: fixed;*/
 width: 100%;
}

.GridHeader
{ 
  color: White;
  background-color: #666666;
  font-family: Verdana, Arial;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}
.GridRow
{ 
  color: #666666;
  background-color: Silver;
  font-family: Verdana, Arial;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
  /* word-wrap: break-word; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;  */
  
  width: 500px;
   
}
.GridEditingRow
{
  color: Navy;
  font-family: Verdana, Arial;
 text-decoration: none;
  font-size: 11px;
  text-align: left;
}

.GridAlternateRow
{ 
  color: Navy;
  background-color: #FAFAFA;
  font-family: Verdana, Arial;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
  /* word-wrap: break-word; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;  */
   
   width: 500px;
}

.GridRowSelected
{
	font-family: Verdana, Arial;
	background-Color: yellow; /* #FAFAFA; */
	color: Black;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
    width: 500px;
    /* word-wrap: break-word; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;  */
	}
	
.GridButton_CommandButton
{
	width: 100px;
	text-align: center;
	}

/*td.GridRowSelected td.GridRowSelected  td.GridAlternateRow td.GridRow 
{
	word-wrap: break-word;
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap;
	}
*/



/*
    Grid lines and setting
=======================================
*/
