﻿/* Standard Grid with borders, etc. */


.Grid 
{ 
  border: 1px solid #cccccc; 
  background-color: #FFFFFF;
  height: 100%;
}

.HeadingRow 
{ 
  background:url(../Images/bkg_centerTitle1NEW.gif) repeat-x; 
}

.HeadingCell 
{ 
  height:24px;
  border: 1px solid #e2e2e2; 
  border-right-color: #e2e2e2; 
  border-bottom-color: #cccccc; 
  padding-left: 6px;
  padding-right: 6px;
  background-color:#e2e2e2;
}

.HeadingCellText
{
  font-family: arial; 
  font-size: 80%; 
  font-weight: bold; 
  text-align: left;
}

.DataRow
{ 
	  cursor:hand; 
} 

.Row 
{ 
  background-color:#FFFFFF; 
  cursor: hand; 
}

.HoverRow 
 { 
   cursor:hand;
   background-color:#e2e2e2; 
 }
 
 .AlternatingRow
 { 
  background-color:#f3f3f3; 
 }

 .HoverRow td.DataCell 
{ 
  border-right: 1px solid #f3f3f3; 
  border-bottom: 1px solid #f3f3f3; 
} 

.HoverRow td.DataCellWidget 
{ 
  border-right: 1px solid #cccccc; 
  border-bottom: 1px solid #f3f3f3; 
} 

.DataCell 
{ 
  cursor: default;
  padding: 3px 3px 3px 10px; 
  border-right: 1px solid #e2e2e2; 
  border-bottom: 1px solid #e2e2e2; 
  font-family: verdana; 
  font-size: 75%; 
} 

.DataCell a
{ 
	font-size: 100%; 
} 

.DataCellWidget
{ 
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;  
  padding: 2px 2px 2px 10px;

} 

.DataCellWidget a
{ 
 
  font-size: 70%; 
} 

.DataRow td.FirstDataCell 
{ 
	cursor: hand;   
} 

.SelectedRow 
{ 
	background-color:#e2e2e2;
}

.SelectedRow td.DataCell 
{ 
}

.SelectorCell 
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
}

.GridFooter
{
  cursor: default;
  padding:5px;
  vertical-align: top;
}

.GridFooter a 
{
  color: Black;
  font-weight: bold;
}

.PagerText
{ 
  font-family: verdana; 
  font-size: 11px; 
  padding-top:5px;
} 


/* Grid without borders, etc. */

.DataCellPlain
{
  font-family: verdana; 
  font-size: 75%;
  padding-bottom:4px; 
}
