/* ------------------------------------------ */
/* AxpDataGrid.Net version 1.0 stylesheet     */
/* Style : Gray                               */
/* ------------------------------------------ */
.AXDBErrorMessage
{
	font-weight: bold;
	color: #cc0000;
	background-color: #ffffcc;
}
.AXDBUpdateErrorMessage
{
	font-weight: bold;
	color: #cc0000;
	background-color: #ffffcc;
}
/* Table enclosing data grid */
TABLE.AXDBTable
{
	border-left: #E4E4E4 0px solid;
}
/* Grid Column headers (containing column names) */
TH.AXDBTableTH
{
	border-top: #999999 7px solid;
	border-left: #344682 0px solid;
	border-bottom: #344682 1px solid;
	border-right: #344682 0px solid;
	padding-left: 5px;
	font: 11px Arial, sans-serif;
	font-weight:bold;
	color: #ffffff;
	background-color: #781719;
	height:25px;
}

/* Panel at top holding the Records per page selection */
td.AXDBTableHeader
{
	font: 8pt Arial, sans-serif;
	background-color: #696969;
	padding:2px;
	color:White;
	border-top: #E4E4E4 1px solid;	
	border-left: #E4E4E4 1px solid;
	border-right: #E4E4E4 1px solid;
}
/* Panel at bottom holding the Records per page selection */
td.AXDBTableFooter
{
	font: 8pt Arial, sans-serif;
	background-color: #dddddd;
	border-left: #E4E4E4 1px solid;
	border-bottom: #E4E4E4 1px solid;
	border-right: #E4E4E4 1px solid;
	padding:2px;
	color:White;
}
/* Panel holding FooterText */
.AXDBTableInfoFooter
{
	border-right: #E4E4E4 1px solid;
	padding-right: 2px;
	border-top: #E4E4E4 0px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	font: 8pt Arial, sans-serif;
	color:White;
	border-left: #E4E4E4 1px solid;
	padding-top: 2px;
	border-bottom: #E4E4E4 1px solid;
	background-color: #CCCCCC;
	text-align:right;
	background-image:url(../images/member_form_bg.gif)
}
/* Drop down select records per page */
select.AXDBTableRecPerPage
{
	font: 8pt Arial, sans-serif;
}
/* Table enclosing grid elements on Form page */
table.AXDBTableFormOuter
{
	/* 
	Set the following to see it better: border:solid 10px red;
	Can be useful to manipulate when using the form only display, try the following:
	objAxpDB.DisplayType = "form"
	objAxpDB.RecordsPerPage = 4
	objAxpDB.RecordsPerPageOptions = "2,4,6,10"
	*/
}
/* Table enclosing each record grid on the Form page */
table.AXDBTableFormDataView
{
	border-top: #E4E4E4 1px solid;
	border-left: #E4E4E4 1px solid;	
	/* Want to see it? border:solid 10px red; */
}
/* Form data grid Column header (left side column in table) */
TH.AXDBTableFormDataView
{
	border-top: #ffffff 1px solid;
	border-bottom: #E4E4E4 1px solid;
	border-right: #E4E4E4 1px solid;
	font: 8pt Arial, sans-serif;
	color: #222222;
	background-color: #cccccc;
	padding-left:3px;
}
/* Form data grid data cells */
TD.AXDBTableFormDataView
{
	border-right: #E4E4E4 1px solid;
	border-bottom: #E4E4E4 1px solid;
	font: 8pt Arial, sans-serif;
	background-color: #ffffff;
}
/* Button navigation bar when positioned at Top */
TH.AXDBTableNavBarTop
{
	padding-top:2px;
	font-weight: normal;
	color: black;
	background-color: #dddddd;	
	border-top: #E4E4E4 1px solid;
	border-right: #E4E4E4 1px solid;
	border-left: #E4E4E4 1px solid;
	border-bottom: #E4E4E4 1px solid;
}
/* Button navigation bar when positioned at Bottom */
TH.AXDBTableNavBar
{
	padding-top:2px;
	font-weight: normal;
	color: black;
	background-color: #dddddd;
	border-right: #E4E4E4 1px solid;
	border-left: #E4E4E4 1px solid;
	border-bottom: #E4E4E4 1px solid;
}

/* The text part of the navigation bar when positioned at Top */
TD.AXDBTableNavBarTop
{
  font: 8pt Verdana;
  color: black;
}
/* The text part of the navigation bar when positioned at Bottom */
TD.AXDBTableNavBar
{
  font: 8pt Verdana;
  color: black;
}
/* Data Edit Form */
table.AXDBTableFormDataEdit
{
	border-top: #ffffff 1px solid;
	border-bottom: #E4E4E4 1px solid;
	border-right: #E4E4E4 1px solid;
	border-left: #E4E4E4 1px solid;
	font: 8pt Arial, sans-serif;
	color: #222222;
	background-color: #d4d0c8;
}
th.AXDBTableFormDataEdit
{
	font: 8pt Arial, sans-serif;
	color: #222222;
	background-color: #cccccc;
	padding-left:3px;
}
td.AXDBTableFormDataEdit
{
	background-color: #cccccc;
	padding-left:3px;
	padding-right:3px;
}
textarea.AxpDbTextArea
{
	font: 9pt Arial, sans-serif;
}
td.AxpDbEditBtnBar
{
	background-color : #d4d0c8;
	border-top: #ffffff 1px solid;
	border-bottom: #E4E4E4 1px solid;
	border-left: #E4E4E4 1px solid;
	border-right: #E4E4E4 1px solid;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
}
.AxpDbInputBtn
{
}
input.AxpDbInput
{
	border: solid #222222 1px;
	height:50px;
}
input.AxpDbCheckBox
{
}
.AxpDBRequiredFieldLabel
{
}
/* Data Grid Odd Numbered Row Cells */
TD.AXDBTableTDodd
{
	padding-left:5px;
	padding-bottom:10px;
	padding-top:5px;
	border-right: #E4E4E4 0px solid;
	border-bottom: #E4E4E4 1px solid;
	font: 11px Arial, sans-serif;
	height:10px;
}
/* Data Grid Even Numbered Row Cells */
TD.AXDBTableTDeven
{
	padding-left:5px;
	padding-bottom:10px;
	padding-top:5px;
	border-right: #E4E4E4 0px solid;
	border-bottom: #E4E4E4 1px solid;
	font: 11px Arial, sans-serif;
	height:10px;
}
/* Row highlighting effect */
TR.AXDBHighlightRow
{
	background-color:#ffffcc;
}
TR.AXDBHighlightRowClick
{
	background-color:#ffffcc;cursor:pointer;
}
/* Data Grid Odd Numbered Rows */
TR.AXDBTableTRodd
{
	background-color: #f5f5f5;
}
/* Data Grid Even Numbered Rows */
TR.AXDBTableTReven
{	
	background-color: #ffffff;
}

/* 
if objAxpDB.DisplayType = "form" and objAxpDB.RecordsPerPage > 1
a row will be inserted between each datagrid record.
Set attributes here if needed:
*/
TD.AXDBTableTDFormGap 
{
}
TR.AXDBTableTRFormGap 
{
}



/* Hyperlinks on the Grid Column Header Bar */
a.AXDBTableTH
{
  font: 11px Arial, sans-serif;
  font-weight:bold;
  color: #ffffff;
  text-decoration: none;    
}
a.AXDBTableTH:active
{
  font: 11px Arial, sans-serif;
  font-weight:bold;
  color: #ffffff;
  text-decoration: none;  
}
a.AXDBTableTH:visited
{
  font: 11px Arial, sans-serif;
  font-weight:bold;
  color: #ffffff;
  text-decoration: none;   
}
a.AXDBTableTH:hover
{
  font: 11px Arial, sans-serif;
  font-weight:bold;
  color: #ffffff;
  text-decoration: underline;  
}

/* Hyperlinks in the grid data cells including default Index column */
a.AXDBTable
{	
	font: 9pt Arial, sans-serif;
	color: #000099;
	text-decoration: none;
}
a.AXDBTable:active
{
  font:  9pt Arial, sans-serif;
  color: #000099;
  text-decoration: none;    
}
a.AXDBTable:visited
{
	font: 9pt Arial, sans-serif;
	color: #000099;
	text-decoration: none;
}
a.AXDBTable:hover
{
	font: 9pt Arial, sans-serif;
	color: #990099;
	text-decoration: underline;
}

/* Hyperlinks on the Navigation Bar */
a.AXDBTableNavBar
{
  font: 9pt Arial, sans-serif;
  color: #222222;
  text-decoration: underline;
}
a.AXDBTableNavBar:visited
{
  font: 9pt Arial, sans-serif;
  color: #222222;
  text-decoration: underline;
}
a.AXDBTableNavBar:active
{
  font: 9pt Arial, sans-serif;
  color: #222222;
  text-decoration: underline;
}
a.AXDBTableNavBar:hover
{
  font: 9pt Arial, sans-serif;
  color: #000099;
  text-decoration: underline;
}
