/* ------------------------------------------ */
/* AxpDataGrid.Net Version 2 stylesheet       */
/* Style : XP Grid1                           */
/* ------------------------------------------ */

/* Table enclosing the whole control */
table.AxpDataGrid
{	
	border: #002d96 0px solid;
}
.AXDBErrorMessage
{
	border:1px solid #002d96;
	color: #cc0000;
	background-color: #ffffff;
	font: 11px Verdana;
	padding:4px;
}
/* Table enclosing grid column headers for scrollable grid */
table.AXDBTableScroll
{		
}
/* Table enclosing data grid */
table.AXDBTable
{	
	border-bottom:0px solid #002d96;
}
/* Grid Column headers (containing column names) */
th.AXDBTableTH
{
	border-top: #ffffff 0px solid;
	border-bottom: #d6d2c2 1px solid;
	border-right: #d6d2c2 0px solid;
	padding-left:2px;
	font: 8pt Arial;
	font-weight: bold;
	color: #000000;	
	background-color: #ffffff;
}
/* Panel at top holding the Records per page selection */
td.AXDBTableHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	background-color: #ffffff;
	border-bottom: #002d96 0px solid;
	padding: 6px 6px 6px 6px;
}
/* Panel at bottom holding the Records per page selection */
td.AXDBTableFooter
{	
	font: 8pt Arial;
	background-color: #ffffff;		
	padding:2px;
}
/* Panel holding FooterText */
.AXDBTableInfoFooter
{
	border-top: #ffffff 0px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font: 8pt Arial;	
	padding-top: 2px;	
	background-color: #ffffff;
}
/* Drop down select records per page */
select.AXDBTableRecPerPage
{
	font: 8pt Arial;
}
/* Button navigation bar when positioned at Top */
th.AXDBTableNavBarTop
{
	padding-top:2px;
	padding-bottom:2px;
	border-top: #ffffff 1px solid;
	font-weight: normal;
	color: black;
	background-color: #c3daf9;	
	border-bottom: #002d96 1px solid;
}
/* Button navigation bar when positioned at Bottom */
th.AXDBTableNavBar
{
	padding-top:2px;
	padding-bottom:2px;
	border-top: #002d96 1px solid;	
	font-weight: normal;
	color: black;
	background-color: #c3daf9;		
}
/* The text part of the navigation bar when positioned at Top */
td.AXDBTableNavBarTop
{
  font: 8pt Verdana;
}
/* The text part of the navigation bar when positioned at Bottom */
td.AXDBTableNavBar
{
  font: 8pt Verdana;
}
/* Data Grid Odd Numbered Row Cells */
td.AXDBTableTDodd
{
	padding-left:2px;
	font: 8pt Arial;
	color:Black;  
	border-bottom: #fdf5e6 0px solid;	
	border-right: #d6d2c2 0px solid;
}
/* Data Grid Even Numbered Row Cells */
td.AXDBTableTDeven
{
	padding-left:2px;
	border-bottom: #ffffff 0px solid;	
	border-right: #d6d2c2 0px solid;
	font: 8pt Arial;
	color:Black;	
	background-color:#EFEFEF;
}
/* Row highlighting effect */
tr.AXDBHighlightRow
{
	background-color:#ffd599;
}
tr.AXDBHighlightRowClick
{
	background-color:#ffd599;
	cursor:pointer;
}
/* Data Grid Odd Numbered Rows */
tr.AXDBTableTRodd
{
  background-color: #ffffff;
}
/* Data Grid Even Numbered Rows */
tr.AXDBTableTReven
{	
	background-color: #ffffff;	
}

/* Hyperlinks on the Grid Column Header Bar */
a.AXDBTableTH
{
	font: 8pt Arial;
	color: #000000;
	text-decoration: none;    
}
a.AXDBTableTH:active
{
	font: 8pt Arial;
	color: #000000;
	text-decoration: none;    
}
a.AXDBTableTH:visited
{
	font: 8pt Arial;
	color: #000000;
	text-decoration: none;    
}
a.AXDBTableTH:hover
{
	font: 8pt Arial;
	color: #000099;
	text-decoration: underline;
}

/* Hyperlinks in the grid data cells including default Index column */
a.AXDBTable
{	
	font: 9pt Arial;
	color: #000099;
	text-decoration: none;
}
a.AXDBTable:active
{
	font: 9pt Arial;
	color: #000099;
	text-decoration: none;
}
a.AXDBTable:visited
{
	font: 9pt Arial;
	color: #000099;
	text-decoration: none;
}
a.AXDBTable:hover
{
	font: 9pt Arial;
	color: #990099;
	text-decoration: underline;
}

/* Hyperlinks on the Navigation Bar */
a.AXDBTableNavBar
{
	font: 9pt Arial;
	color: #000000;
	text-decoration: underline;
}
a.AXDBTableNavBar:visited
{
	font: 9pt Arial;
	color: #000000;
	text-decoration: underline;
}
a.AXDBTableNavBar:active
{
	font: 9pt Arial;
	color: #000000;
	text-decoration: underline;
}
a.AXDBTableNavBar:hover
{
	font: 9pt Arial;
	color: #000099;
	text-decoration: underline;
}
.AXDBScrollGrid
{
	/*
	scrollbar-base-color:#ebeadb;
	*/
}