
/* Table enclosing data grid */
table.ASPXTable
{	
	/*border-bottom:1px solid #002d96;*/
	border-bottom: #bbbaab 1px solid;
	
}
/* Grid Column headers (containing column names) */
th.ASPXTableTH
{
	border-top: #ffffff 1px solid;
	border-bottom: #DEEBF7 1px solid;
	border-right: #DEEBF7 1px solid;
	padding-left:2px;
	font: 8pt Arial;
	color: #000000;	
	background-color: #ebeadb;
	text-align: center;
}





/* Data Grid Odd Numbered Row Cells */
td.ASPXTableTDodd
{
	padding-left:2px;
  font: 8pt Arial;
  color:Black;  
	/*border-bottom: #DEEBF7 1px solid;	
	border-right: #DEEBF7 1px solid;*/
}
/* Data Grid Even Numbered Row Cells */
td.ASPXTableTDeven
{
	padding-left:2px;
	/*
	border-bottom: #ffffff 1px solid;	
	border-right: #DEEBF7 1px solid;
	*/
	font: 8pt Arial;
	color:Black;	
}
/* Row highlighting effect */
tr.ASPXHighlightRow
{
	background-color:#ffd599;
}
tr.ASPXHighlightRowClick
{
	background-color:#ffd599;
	cursor:pointer;
}
/* Data Grid Odd Numbered Rows */
tr.ASPXTableTRodd
{
  /*background-color: #fdf5e6;*/
  background-color: #F6F7FF;
  
}
/* Data Grid Even Numbered Rows */
tr.ASPXTableTReven
{	
	background-color: #efefef;	
}




/* Hyperlinks on the Grid Column Header Bar */
a.ASPXTableTH
{
  font: 8pt Arial;
  color: #000000;
  text-decoration: none;    
}
a.ASPXTableTH:active
{
  font: 8pt Arial;
  color: #000000;
  text-decoration: none;    
}
a.ASPXTableTH:visited
{
  font: 8pt Arial;
  color: #000000;
  text-decoration: none;    
}
a.ASPXTableTH:hover
{
  font: 8pt Arial;
	color: #000099;
	text-decoration: underline;
}


/* Hyperlinks in the grid data cells including default Index column */
a.ASPXTable
{	
	font: 9pt Arial;
	color: #000099;
	text-decoration: none;
}
a.ASPXTable:active
{
	font: 9pt Arial;
	color: #000099;
	text-decoration: none;
}
a.ASPXTable:visited
{
	font: 9pt Arial;
	color: #000099;
	text-decoration: none;
}
a.ASPXTable:hover
{
	font: 9pt Arial;
	color: #990099;
	text-decoration: underline;
}






/* Hyperlinks on the Navigation Bar */
a.ASPXTableNavBar
{
  font: 9pt Arial;
  color: #000000;
	text-decoration: underline;
}
a.ASPXTableNavBar:visited
{
  font: 9pt Arial;
  color: #000000;
	text-decoration: underline;
}
a.ASPXTableNavBar:active
{
  font: 9pt Arial;
  color: #000000;
	text-decoration: underline;
}
a.ASPXTableNavBar:hover
{
  font: 9pt Arial;
  color: #000099;
	text-decoration: underline;
}
.ASPXScrollGrid
{
	/*
	scrollbar-base-color:#ebeadb;
	*/
}



.ASPXErrorMessage
{
	border:1px solid #002d96;
	color: #cc0000;
	background-color: #ffffff;
	font: 11px Verdana;
	padding:4px;
}
.ASPXUpdateErrorMessage
{
	border:1px solid #002d96;
	color: #cc0000;
	background-color: #ffffff;
	height:21px;
	font: 11px Verdana;
	padding-top:2px;padding-left:4px;padding-right:4px;
}
.ASPXUpdateMessage
{
	border:1px solid #002d96;
	color: #000000;
	background-color: #ffffff;
	height:21px;
	font: 11px Verdana;
	padding-top:2px;padding-left:4px;padding-right:4px;
}
/* Table enclosing grid column headers for scrollable grid */
table.ASPXTableScroll
{		
}
