
/*************************
ComponentArt Grid Styles
*************************/

.Grid 
{ 
 /* border: 1px solid #9495A2; 
  background-color: #FFFFFF; 
  cursor: pointer; */
}

.HeadingCell 
{ 
  background-color: #D6D7E1; 
  border: 1px solid gray; 
  border-top-color: #E6E6E6; 
  border-left-color: #E6E6E6; 
  padding:5px;
}

.HeadingCellText
{
  font-family: verdana; 
  /*font-size: 10px; */ font-size: 1.1em;
  font-weight: bold; 
}

.Row 
{ 
  background-color: #FFFFFF; 
  cursor: default;
}

.Row td.DataCell 
{ 
  border-right: 1px solid #E6E6E6; 
  border-bottom: 1px solid #E6E6E6; 
  font-family: verdana; 
  /*font-size: 10px; */ font-size: 1em;
  cursor: default;
} 

.AlternatingRow 
{ 
  cursor: default;
}

.AlternatingRow td.DataCell 
{ 
  background-color: #F6F6F8; 
  border-right: 1px solid #E6E6E6; 
  border-bottom: 1px solid #E6E6E6; 
  font-family: verdana; 
  /*font-size: 10px; */ font-size: 1em;
  cursor: default;
} 

.CellText
{
  font-family: verdana; 
  /*font-size: 10px; */ font-size: 1em;
}

.GridFooter
{
  
  cursor: default;
  padding:5px;
  vertical-align: bottom;
  font-size:1.05em;
  font-weight:bold;
  
 /*width:230px; */
}
.PagerText  {/*white-space:normal; width:170px;*/  }

.GridFooter a 
{
  text-decoration:none;
  color:#469b22 /*blue*/;
}



