/* ------------------------------------------ */
/* AxpDataGrid.Net version 2 stylesheet       */
/* Style : Empty stylesheet                   */
/* ------------------------------------------ */
/* Table enclosing the whole control */
table.AxpDataGrid {}
/* Errormessage displayed below the grid */
.AXDBErrorMessage {}
/* User feedback error message when input is invalid */
.AXDBUpdateErrorMessage {}
/* Data update message */
.AXDBUpdateMessage {}
/* Table enclosing grid column headers for scrollable grid */
table.AXDBTableScroll {}
/* Table enclosing data grid */
TABLE.AXDBTable {font: 11px Arial, Helvetica, sans-serif; background-color: #cccccc; border: 1px solid #cccccc;}
/* Grid Column headers (containing column names) */
TH.AXDBTableTH {background-color:#990000; font: 11px Arial, Helvetica, sans-serif;}
TH.AXDBTableTH a, TH.AXDBTableTH a:visited, TH.AXDBTableTH a:hover {font: 11px Arial, Helvetica, sans-serif; text-decoration: none}
/* Panel at top holding the Records per page selection */
td.AXDBTableHeader {}
/* Panel at bottom holding the Records per page selection */
td.AXDBTableFooter{}
/* Panel holding FooterText */
.AXDBTableInfoFooter {}
/* Drop down select records per page */
select.AXDBTableRecPerPage {}
/* Button navigation bar when positioned at Top */
TH.AXDBTableNavBarTop {}
/* Button navigation bar when positioned at Bottom */
TH.AXDBTableNavBar {}
/* The text part of the navigation bar when positioned at Top */
TD.AXDBTableNavBarTop {}
/* The text part of the navigation bar when positioned at Bottom */
TD.AXDBTableNavBar {}
/* Data Edit Button Bar */
table.AxpDbEditBtnBar {}
/* Data Edit Button Bar - single row/col*/
tr.AxpDbEditBtnBar {}
td.AxpDbEditBtnBar {}
/* Data Grid Odd Numbered Row Cells */
TD.AXDBTableTDodd {background-color:#f0f0f0}
/* Data Grid Even Numbered Row Cells */
TD.AXDBTableTDeven {background-color:#ffffff}
/* Row highlighting effect */
TR.AXDBHighlightRow{}
TR.AXDBHighlightRowClick{}
/* Data Grid Odd Numbered Rows */
TR.AXDBTableTRodd {}
/* Data Grid Even Numbered Rows */
TR.AXDBTableTReven {}
/* Table enclosing grid elements on Form View page */
/* Data Grid Selected Row */
TR.AXDBTableTRselected {}
table.AXDBTableFormOuter {}
/* Table enclosing each record grid on the Form View page */
table.AXDBTableFormDataView {}
/* Form View Column header (left side column in table) */
TH.AXDBTableFormDataView {}
/* Form View data cells */
TD.AXDBTableFormDataView {}
/* Data Edit Form */
table.AXDBTableFormDataEdit {}
/* Data Edit Form Labels (left side of panel) */
th.AXDBTableFormDataEdit {}
/* Data Edit Form Values (right side of panel) */
td.AXDBTableFormDataEdit {}
/* Textarea in input form */
textarea.AxpDbTextArea {}
/* Buttons on Data Edit Form Button bar*/
.AxpDbInputBtn {}
/* Data Input fields */
input.AxpDbInput {}
/* Data Input Checkbox fields */
input.AxpDbCheckBox {}
/* Data Input Label for Required Fields */
.AxpDBRequiredFieldLabel {}
/* 
if objAxpDB.DisplayType = "form" and objAxpDB.RecordsPerPage > 1
a row will be inserted between each datagrid record.
*/
TD.AXDBTableTDFormGap {}
TR.AXDBTableTRFormGap {}
/* Hyperlinks on the Grid Column Header Bar */
a.AXDBTableTH {}
a.AXDBTableTH:active {}
a.AXDBTableTH:visited {}
a.AXDBTableTH:hover {}
/* Hyperlinks in the grid data cells including default Index column */
a.AXDBTable {}
a.AXDBTable:active {}
a.AXDBTable:visited {}
a.AXDBTable:hover {}
/* Hyperlinks on the Navigation Bar */
a.AXDBTableNavBar {}
a.AXDBTableNavBar:visited {}
a.AXDBTableNavBar:active {}
a.AXDBTableNavBar:hover {}
.AXDBScrollGrid
{
	/*
	border-right: solid 1px #808080;
	scrollbar-base-color:#eeeeee;
	scrollbar-face-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff";
*/