/* ------------------------------------------ */
/* AxpDataGrid.Net Version 2 stylesheet       */
/* Style : XP Grid1                           */
/* ------------------------------------------ */
#ctl00_ContentPlaceHolder1_dgOrders, .AxpDataGrid{width:100% !important;}

/* Table enclosing the whole control */
table.AxpDataGrid{border: #ccc 1px solid;}
.AXDBErrorMessage{border:1px solid #ccc;color: #c00;background-color: #fff;padding:4px;}
.AXDBUpdateErrorMessage
{
	border:1px solid #002d96;
	color: #cc0000;
	background-color: #fff;
	height:21px;
	padding-top:2px;padding-left:4px;padding-right:4px;
}
.AXDBUpdateMessage
{
	border:1px solid #002d96;
	color: #000;
	background-color: #fff;
	height:21px;
	padding-top:2px;padding-left:4px;padding-right:4px;
}
/* Table enclosing grid column headers for scrollable grid */
table.AXDBTableScroll{}
/* Table enclosing data grid */
table.AXDBTable{border-bottom:1px solid #ccc;}
/* Grid Column headers (containing column names) */
th.AXDBTableTH{border:1px #ccc solid;border-width:1px 1px 1px 0;padding:4px;color: #333;background: #fff;}
/* Panel at top holding the Records per page selection */
td.AXDBTableHeader{background: url(/sites/219/skins/46/images/base/th-bg.jpg) repeat-x;border-bottom: #ccc 1px solid; padding:4px;}
/* Panel at bottom holding the Records per page selection */
td.AXDBTableFooter
{	
	background-color: #a1c0f6;		
	padding:2px;
}
/* Panel holding FooterText */
.AXDBTableInfoFooter
{
	border-top: #fff 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;	
	padding-top: 2px;	
	background-color: #a1c0f6;
}
/* Drop down select records per page */
select.AXDBTableRecPerPage{}
/* Table enclosing grid elements on Form page */
table.AXDBTableFormOuter{}
/* Table enclosing each record grid on the Form page */
table.AXDBTableFormDataView{}
/* Form data grid Column header (left side column in table) */
th.AXDBTableFormDataView
{
	border-top: #fff 1px solid;
	border-bottom: #d6d2c2 1px solid;
	border-right: #d6d2c2 1px solid;
	color: #000;
	background-color: #ebeadb;
	padding-left:3px;
}
/* Form data grid data cells */
td.AXDBTableFormDataView
{
	border-top: #fff 1px solid;
	border-bottom: #d6d2c2 1px solid;
	border-right: #d6d2c2 1px solid;
	color: #000;
	background-color: #ebeadb;
	padding-left:3px;
}
/* Button navigation bar when positioned at Top */
th.AXDBTableNavBarTop
{
	padding-top:2px;
	padding-bottom:2px;
	border-top: #fff 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:4px;background: #fff;		}
/* 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
{
	background-color : #c3daf9;
	border-top: #fff 1px solid;		
	border-bottom: #002d96 1px solid;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
}
/* Data Edit Button Bar - single row/col*/
tr.AxpDbEditBtnBar{}
td.AxpDbEditBtnBar{}
/* Data Edit Form */
table.AXDBTableFormDataEdit
{
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	color: #000;
	background-color: #ebeadb;
}
th.AXDBTableFormDataEdit
{
	color: #000;
	background-color: #ebeadb;
	padding-left:3px;
}
td.AXDBTableFormDataEdit
{
	background-color : #ebeadb;
	padding-left:3px;
	padding-right:3px;
}
textarea.AxpDbTextArea{}
.AxpDbInputBtn{}
input.AxpDbInput{border: solid #d6d2c2 1px;}
input.AxpDbCheckBox{}
.AxpDBRequiredFieldLabel{}
/* Data Grid Odd Numbered Row Cells */
td.AXDBTableTDodd{padding:8px 4px;color:#333; border-bottom: #eee 1px solid;border-right: #ccc 1px solid;font-size:11px;}
/* Data Grid Even Numbered Row Cells */
td.AXDBTableTDeven{padding:8px 4px;border-bottom: #fff 1px solid;border-right: #ccc 1px solid;font-size:11px;color:#333;	}
/* Row highlighting effect */
tr.AXDBHighlightRow{background-color:#9ff;}
tr.AXDBHighlightRowClick{background-color:#9ff;cursor:pointer;}
/* Data Grid Odd Numbered Rows */
tr.AXDBTableTRodd{background-color: #eee;}
/* Data Grid Even Numbered Rows */
tr.AXDBTableTReven{	background-color: #fff;	}
/* 
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{color: #000;text-decoration: none;}
a.AXDBTableTH:active{color: #000;text-decoration: none;}
a.AXDBTableTH:visited{color: #000;text-decoration: none;}
a.AXDBTableTH:hover{color: #000099;text-decoration: underline;}
/* Hyperlinks in the grid data cells including default Index column */
a.AXDBTable{color: #000099;text-decoration: none;}
a.AXDBTable:active{color: #000099;text-decoration: none;}
a.AXDBTable:visited{color: #000099;text-decoration: none;}
a.AXDBTable:hover{color: #990099;text-decoration: underline;}

/* Hyperlinks on the Navigation Bar */
a.AXDBTableNavBar{color: #000;text-decoration: underline;}
a.AXDBTableNavBar:visited{color: #000;text-decoration: underline;}
a.AXDBTableNavBar:active{color: #000;text-decoration: underline;}
a.AXDBTableNavBar:hover{color: #000099;text-decoration: underline;}
.AXDBScrollGrid{}