/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* AxpDataGrid.Net version 1.0 stylesheet     */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* Errormessage displayed below the grid */
.AXDBErrorMessage
{
}
/* User feedback error message when input is invalid */
.AXDBUpdateErrorMessage
{
}
/* Table enclosing data grid */
TABLE.AXDBTable
{
	border-left: #808080 1px solid;
 }
/* Grid Column headers (containing column names) */
TH.AXDBTableTH
{
	 background-color: #003769;
	font-size:11px;
	font-weight : bold;
	padding:2px;
	border-top: #808080 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #808080 1px solid;
	border-right: #808080 1px solid;
	text-align: left;
}
/* Panel at top holding the Records per page selection */
td.AXDBTableHeader
{
	background-color : #003769;
	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;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}
/* Panel at bottom holding the Records per page selection */
td.AXDBTableFooter
{
	background-color : white;
	XXbackground-image: url(GrayGradLR.gif);
	XXbackground-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
{
    font-size: 10px;
    width: 60px;
}
/* Button navigation bar when positioned at Top */
TH.AXDBTableNavBarTop
{
	background-color : #f3f3f3;
	XXbackground-image: url(GrayGradLR.gif);
	XXbackground-repeat: repeat-y;		
	padding-top:2px;
	padding-bottom:2px;
	border-top: #808080 1px solid;
	border-right: #808080 1px solid;
	border-left: #808080 1px solid;	
	text-align: left;
	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;
	text-align: left;
}
/* 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 : #FFFFFF;
	background-image: url(GrayGradLR.gif);
	background-repeat: repeat-y;		
	xborder-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	xxborder-bottom: #808080 1px solid;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;	
}
/* Data Grid Odd Numbered Row Cells */
TD.AXDBTableTDodd
{
	padding-left:2px;padding-right:2px;
	border-bottom: #808080 1px solid;
	border-right: #808080 1px solid; 
	font-size: 11px;
	font-family: Verdana;
	/*text-align: left;*/
}
/* Data Grid Even Numbered Row Cells */
TD.AXDBTableTDeven
{
	padding-left:2px;padding-right:2px;
	border-right: #808080 1px solid; 
	border-bottom: #808080 1px solid;
	font-size: 11px;
	font-family: Verdana;
	/*text-align: left;*/
}
/* Row highlighting effect */
TR.AXDBHighlightRow
{
	background-color:#ffffcc;
	cursor:hand;
}
TR.AXDBHighlightRowClick
{
	background-color:#ffffcc;
	cursor:hand;
}
/* Data Grid Odd Numbered Rows */
TR.AXDBTableTRodd
{
	background-color : #ffffff;
}
/* Data Grid Even Numbered Rows */
TR.AXDBTableTReven
{	
	background-color : #eeeeee;
}
/* Table enclosing grid elements on Form View page */
table.AXDBTableFormOuter
{
}
/* Table enclosing each record grid on the Form View page */
table.AXDBTableFormDataView
{
	xxbackground-color : gray;
	XXbackground-image: url(GrayGradLR.gif);
	XXbackground-repeat: repeat-y;		
	border-left: #808080 1px solid;
	border-top: #808080 1px solid;
	border-right: #808080 1px solid;
	xxborder-bottom: #808080 1px solid;		
}
/* Form View Column header (left side column in table) */
TH.AXDBTableFormDataView
{
	background-color : #344789;
	color: #FFFFFF;
	font-size:11px;
	xxborder-left: #808080 1px solid;
	xxborder-top: #808080 1px solid;
	padding-top:4px;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;	
	padding-bottom:4px;
	padding-left:5px;
	padding-right:10px;
	font-weight: bold;
}
/* Form View data cells */
TD.AXDBTableFormDataView
{
	xxborder-right: #808080 1px solid;
	border-bottom: #808080 1px solid;	
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	width: 400px;
}
/* Data Edit Form */
table.AXDBTableFormDataEdit
{
	background-color : white;
	background-image: url(GrayGradLR.gif);
	xbackground-repeat: repeat-y;		
	border-top: #808080 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
{
	background-color : #f3f3f3;
	font-size:12px;
	font-weight:normal;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}
/* Data Edit Form Values (right side of panel) */
td.AXDBTableFormDataEdit
{
	background-color : #E9E9E7;
}
/* Textarea in input form */
textarea.AxpDbTextArea
{
	font-size:14px;
    font-weight: normal;
    text-decoration:none;
    font-family:Arial,verdana;
}
/* Buttons on Data Edit Form Button bar*/
.AxpDbInputBtn
{
	font-size:14px;
    background: #f3f3f3;
    border-color: #6699cc;
    border-width: 1px; 
    border-style: solid solid solid solid;
    color: #000000;
    font-weight:normal ;
    text-decoration:none;
    height: 1.5em;
    margin-right: 0.5em;
    padding: 0em 0.5em;
    cursor:hand;

}
/* Data Input fields */
input.AxpDbInput
{
	font-size:14px;
    font-weight: normal;
    text-decoration:none;
    font-family:Arial,verdana;
}
/* 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: none;
  font-family: Arial;
  font-size: 1em;
  color:#FFFFFF;
  font-weight: bold;
}
a.AXDBTableTH:active
{
  font-size: 1em;
 }
a.AXDBTableTH:visited
{
  font-size: 1em;
}
a.AXDBTableTH:hover
{
  font-size: 1em;
  color:#FFFFFF;
  text-decoration: underline;
}
/* 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
{
}

