/* ------------------------------------------ */
/* AxpDataGrid.Net version 1.0 stylesheet     */
/* ------------------------------------------ */

/* Table enclosing the whole control */
table.AxpDataGrid {}
/* Data update message */
.AXDBUpdateMessage {}
/* Data Edit Button Bar */
table.AxpDbEditBtnBar {}
/* Data Edit Button Bar - single row/col*/
tr.AxpDbEditBtnBar {}

/* Errormessage displayed below the grid */
.AXDBErrorMessage
{
}
/* User feedback error message when input is invalid */
.AXDBUpdateErrorMessage
{
}
/* Table enclosing grid column headers for scrollable grid */
table.AXDBTableScroll
{
	border-left: #808080 1px solid;
}
/* Table enclosing data grid */
TABLE.AXDBTable
{
	border-left: #808080 1px solid;
}
/* Grid Column headers (containing column names) */
TH.AXDBTableTH, .AXDBTableTH th
{
    padding: 4px;
    text-align: center;
	background-color: white;
	background-image: url(GrayGrad.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight : normal;
	padding-top:1px;
	padding-bottom:2px;
	border-top: #ffffff 1px solid;
	border-bottom: #808080 1px solid;
	border-right: #808080 1px solid;
}
/* Panel at top holding the Records per page selection */
td.AXDBTableHeader
{
	background-color : white;
	background-image: url(GrayGradLR.gif);
	background-repeat: repeat-y;		
	border-right: #808080 1px solid;
	padding-right: 2px;
	border-top: #808080 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #808080 1px solid;
	padding-top: 2px;
}
/* Panel at bottom holding the Records per page selection */
td.AXDBTableFooter
{
	background-color : white;
	background-image: url(GrayGradLR.gif);
	background-repeat: repeat-y;		
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	border-right: #808080 1px solid;
	padding:2px;	
}
/* Panel holding FooterText */
.AXDBTableInfoFooter
{
}
/* Drop down select records per page */
select.AXDBTableRecPerPage
{
}
/* Button navigation bar when positioned at Top */
TH.AXDBTableNavBarTop
{
	background-color : white;
	background-image: url(GrayGradLR.gif);
	background-repeat: repeat-y;		
	padding-top:2px;
	padding-bottom:2px;
	border-top: #808080 1px solid;
	border-right: #808080 1px solid;
	border-left: #808080 1px solid;	
	border-bottom: #808080 1px solid;
}
/* Button navigation bar when positioned at Bottom */
TH.AXDBTableNavBar
{
	background-color : white;
	background-image: url(GrayGradLR.gif);
	background-repeat: repeat-y;		
	padding-top:2px;
	padding-bottom:2px;
	border-top: white 1px solid;
	border-right: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
}
/* 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 Form Button bar*/
td.AxpDbEditBtnBar
{
	background-color : white;
	background-image: url(GrayGradLR.gif);
	background-repeat: repeat-y;		
	border-top: white 1px solid;
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;	
}
/* Data Grid Odd Numbered Row Cells */
TD.AXDBTableTDodd
{
	padding-left:2px;
	border-bottom: #808080 1px solid;
	border-right: #808080 1px solid; 
}
/* Data Grid Even Numbered Row Cells */
TD.AXDBTableTDeven
{
	padding-left:2px;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;
}
/* Row highlighting effect */
TR.AXDBHighlightRow
{
	background-color:#ffffcc;
}
TR.AXDBHighlightRowClick
{
	background-color:#ffffcc;cursor:pointer;
}
/* Data Grid Odd Numbered Rows */
TR.AXDBTableTRodd
{
	background-color : white;
}
/* Data Grid Even Numbered Rows */
TR.AXDBTableTReven
{	
	background-color : #c6c6c6;
	background-image: url(GrayGrad.gif);
	background-repeat: repeat-x;
}
/* Table enclosing grid elements on Form View page */
table.AXDBTableFormOuter
{
}
/* Table enclosing each record grid on the Form View page */
table.AXDBTableFormDataView
{
	background-color : white;
	background-image: url(GrayGradLR.gif);
	background-repeat: repeat-y;		
	border-left: #808080 1px solid;
	border-top: white 1px solid;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;	
}
/* Form View Column header (left side column in table) */
TH.AXDBTableFormDataView
{
	font-size:0.7em;
}
/* Form View data cells */
TD.AXDBTableFormDataView
{
}
/* Data Edit Form */
table.AXDBTableFormDataEdit
{
	background-color : white;
	background-image: url(GrayGradLR.gif);
	background-repeat: repeat-y;		
	border-top: white 1px solid;
	border-bottom: #808080 1px solid;
	border-right: #808080 1px solid;
	border-left: #808080 1px solid;
}
/* Data Edit Form Labels (left side of panel) */
th.AXDBTableFormDataEdit
{
	font-size:0.7em;
	font-weight:normal;
}
/* 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 
{
	background-color : White;	
}
/* Hyperlinks on the Grid Column Header Bar */
a.AXDBTableTH
{
	text-decoration: underline;
  font-family: "MS Sans Serif", Geneva, sans-serif;
  font-size: 0.75em;
}
a.AXDBTableTH:active
{
  font-family: "MS Sans Serif", Geneva, sans-serif;
  font-size: 0.75em;
}
a.AXDBTableTH:visited
{
  font-family: "MS Sans Serif", Geneva, sans-serif;
  font-size: 0.75em;
}
a.AXDBTableTH:hover
{
  font-family: "MS Sans Serif", Geneva, sans-serif;
  font-size: 0.75em;
}
/* Hyperlinks in the grid data cells including default Index column */
a.AXDBTable
{	
	text-decoration: underline;
}
a.AXDBTable:active
{
}
a.AXDBTable:visited
{
}
a.AXDBTable:hover
{
}
/* Hyperlinks on the Navigation Bar */
a.AXDBTableNavBar
{
	text-decoration: underline;
}
a.AXDBTableNavBar:visited
{
}
a.AXDBTableNavBar:active
{
}
a.AXDBTableNavBar:hover
{
}
.AXDBScrollGrid
{
	border-right: solid 1px #808080;
	scrollbar-base-color:#eeeeee;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-arrow-color: #808080;
}