.GridClass
{
  cursor: default;
  background-color: transparent;
  margin:auto;
  padding-bottom:10px;
}

.GridClass>tbody>tr>td>table { width:100%; margin-bottom:10px; }

.RowClass
{
  background-color: #f5f5f5;
}

.DataCell 
{
  border-right: 1px solid #e2e2e2;
  padding-right: 4px;
  font-size: 10px;
  cursor: default;
  font-family: arial;
}

.AlternatingRowClass 
{
  background-color: #e8e8e8;
}

.HeaderClass 
{
  font-weight: bold;
  font-size: 11px;
  font-family: Arial, Helvetica;
  margin:auto;
  text-align: center;
}

.HeadingCellClass 
{
  padding-right: 5px;
  padding-left: 5px;
  height: 35px
}

.HeadingTextClass 
{
  /*PADDING-LEFT: 5px;*/
  font-weight: bold;
  font-size: 11px;
  font-family:Arial, Helvetica, sans-serif;
  /*WHITE-SPACE: nowrap;*/
  margin:auto;
  text-align:center;
}
.TableHeading {font-weight:normal; font-size:11px; color:#808080;}

.HeadingRowClass 
{
  /*background: url(images/th_bgGrid.gif);*/
  background: #5f636e url(Images/th_bgGridNew.gif);
  color:#EEF1F7;
}

.SelectorCell 
{
  border-right: 0px;
  border-top: 0px;
  background:#a4a6ae;
  border-left: 0px;
  border-bottom: 0px;
  height: 20px
}

.SelectedRowClass 
{ /*background-color: #b0c5f2;*/
  background-color:#4287dd;
	border: solid 1px #2857aa; }

.SelectedRowClass TD.DataCell 
{
  border-right: 1px solid #c0c1c0;
}

.IndentCell 
{
  border-right: 0 none;
  background: #afafaf;
  height: 20px
}
.EditDataCell
{ 
  padding: 0px!important; 
  background-color: #E2E2E2; 
  border-width:0px!important;
} 

.EditDataField
{ 
  padding: 0px; 
  padding-left: 1px; 
  font-family: verdana; 
  font-size: 10px; 
  height: 13px;
  width: 98%!important; 
} 
.SelectedRow td.DataCell 
{ 
  cursor: default; 
  padding: 2px 2px 3px 3px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #727272; 
  border-top: 1px solid #727272; 
  border-right: 0 none; 
}
.DataRow td.FirstDataCell 
{ 
  padding-left: 3px; 
}

.RedBackground
{
  background-color: #ff8080;
  font-weight:bolder;
}
.GreenBackground
{
  background-color: #99ff99;
  font-weight:bolder;	
}

.RedRow 
{ 
  background-color: #FFFFFF; 
  cursor: default;
}

.RedRow td.DataCell 
{ 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px;
  color: red;
} 


.Rotator
{
  border:0px;
  border-color:Black;
  border-style:solid;
  width:450px;
  height:25px;
  padding:3px;
  font-family:verdana;
  font-size:11px;
  background-color:white;
  cursor:default;
}

.RotatorFrame
{
  border:1px;
  border-color:white;
  border-style:solid;
  width:450px;
  height:25px;
  font-family:verdana;
  font-size:11px;
  background-color:white;
  cursor:default;
}

.RotatorFrameOver
{
  border:1px;
  border-color:darkgray;
  border-bottom-color:Black;
  border-right-color:Black;
  border-style:solid;
  width:450px;
  height:25px;
  font-family:verdana;
  font-size:11px;
  background-color:white;
  cursor:default;
}

.NewsTitle
{
  font-family:Verdana;
  font-size:10px;
  font-weight:bold;
  text-decoration:underline;
  color:Black;
}

.NewsText
{
  font-family:Verdana;
  font-size:10px;
  color:Black;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;
  color:gray;
}

/* GRID PAGE SIZE DROP DOWN INFO */
.pagedropdown {color:#585770; font-family:Arial; font-weight:normal; margin-top:5px; margin-bottom:5px; margin-left:auto; margin-right:auto; text-align:right; font-size:11px; vertical-align: middle;}
.pagelbl {color:#585770; font-family:Arial; font-weight:normal; margin-top:5px; margin-bottom:5px; margin-left:auto; margin-right:auto; text-align:left; font-size:11px;}
	
td.SliderPopup {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

p.gridheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#808080;
	}
	
p.gridinstructions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a6a6a6;
	margin:0;
	}
	
table.HidePaging td.GridFooter {display:none;}