/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #e5e5e5;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-image: url(images/BG.jpg);
    background-repeat: repeat-y;
}

BODY.admin
{
    BACKGROUND-COLOR: White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.heading 
{
	font-size: 13px;
	font-weight: bold;
}

.SubNav
{
	font-size: 11px;
	font-weight: bold;
}

TD 
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

.fineprint 
{
	font-size: 10px;
}

A:link	{	
	text-decoration:	none;
	color:	#cc3333;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#cc3333;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#cc3333;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#cc3333;
	}
	
/* ------------------------------------------ */
/* AxpDataGrid.Net Version 2 stylesheet       */
/* Style : P1Tech                             */
/* ------------------------------------------ */

/* Table enclosing the whole control */
table.AxpDataGrid
{	
	border: windowframe 0px solid;
}
.AXDBErrorMessage
{
	border:0px solid windowframe;
	color: red;
	background-color: transparent;
	font: 10px Verdana;
	padding:4px;
}
.AXDBUpdateErrorMessage
{
	border:0px solid windowframe;
	color: red;
	background-color: transparent;
	height:20px;
	font: 10px Verdana;
	padding-top:2px;padding-left:4px;padding-right:4px;
}
.AXDBUpdateMessage
{
	border:0px solid windowframe;
	color: red;
	background-color: transparent;
	height:20px;
	font: 10px Verdana;
	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-top: black 0px solid;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
}
/* Grid Column headers (containing column names) */
th.AXDBTableTH
{
	padding-left:2px;
	font: 8pt Arial;
	color: black;	
	background-color: transparent;
	border: solid 0px windowframe;
}
td.AXDBTableTH
{
	padding-left:2px;
	font: 8pt Arial;
	color: black;	
	background-color: transparent;
	border: solid 0px windowframe;
}
td.AXDBTableTHCollapsible
{
    background: url("/images/minus.gif") no-repeat 0em 0.3em;
	padding-left:2px;
	font: 8pt Arial;
	color: black;	
	background-color: transparent;
	border: solid 0px windowframe;
	cursor: hand;
	vertical-align:middle;
}

/* Panel at top holding the Records per page selection */
td.AXDBTableHeader
{
	font: 8pt Arial;	
	background-color: transparent;
	border-top: black 0px solid;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
	padding:2px;	
	color: black;
}
/* Panel at bottom holding the Records per page selection */
td.AXDBTableFooter
{	
	font: 8pt Arial;
	background-color: transparent;		
	padding:2px;
	color: black;
}
/* Panel holding FooterText */
.AXDBTableInfoFooter
{
	border-top: black 0px solid;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font: 8pt Arial;	
	padding-top: 2px;	
	background-color: transparent;
	color: black;
}
/* Drop down select records per page */
select.AXDBTableRecPerPage
{
	font: 8pt Arial;
}
/* 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
{	
	/* Want to see it? border:solid 10px red; */	
}
/* Form data grid Column header (left side column in table) */
th.AXDBTableFormDataView
{
	border-top: black 0px solid;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
	font: 8pt Arial;
	color: black;
	background-color: eeeeee;
	padding-left:3px;
}
/* Form data grid data cells */
td.AXDBTableFormDataView
{
	border-top: black 0px solid;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
	font: 8pt Arial;
	color: black;
	background-color: transparent;
	padding-left:3px;
}
/* Button navigation bar when positioned at Top */
th.AXDBTableNavBarTop
{
	padding-top:2px;
	padding-bottom:2px;
	border-top: black 0px solid;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
	font-weight: normal;
	color: black;
	background-color: transparent;	
}
/* Button navigation bar when positioned at Bottom */
th.AXDBTableNavBar
{
	border-top: black 0px solid;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
	padding-top:2px;
	padding-bottom:2px;
	font-weight: normal;
	color: black;
	background-color: transparent;		
}
/* The text part of the navigation bar when positioned at Top */
td.AXDBTableNavBarTop
{
  font: 8pt Verdana;
}
/* The text part of the navigation bar when positioned at Bottom */
td.AXDBTableNavBar
{
  font: 8pt Verdana;
}
/* Data Edit Button Bar */
table.AxpDbEditBtnBar
{
	background-color : transparent;
	border-top: black 0px solid;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px 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: black 0px solid;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
	font: 8pt Arial;
	color: #000000;
	background-color: transparent;
}
th.AXDBTableFormDataEdit
{
	font: 8pt Arial;
	color: #000000;
	background-color: transparent;
	padding-left:3px;
}
td.AXDBTableFormDataEdit
{
	background-color : transparent;
	padding-left:3px;
	padding-right:3px;
}
textarea.AxpDbTextArea
{
	font: 9pt Arial;
}
.AxpDbInputBtn
{
}
input.AxpDbInput
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-left: black 1px solid;
}
input.AxpDbCheckBox
{
}
.AxpDBRequiredFieldLabel
{
}

.Collaspible li {
/*  background: url(/images/square.gif) no-repeat 0em 0.3em;
  padding-left: 15px;*/
  list-style: none outside;
  color: #FFFFFF;
  font-size: 12px;
  padding-bottom: 15px;
}

td.AXDBTableTDCollapsible
{
	padding-left:2px;
  font: 8pt Arial;
  color:black;  
	border: solid 0px windowframe;
	display: block;
}
/* Data Grid Odd Numbered Row Cells */
td.AXDBTableTDodd
{
	padding-left:2px;
  font: 8pt Arial;
  color:black;  
	border: solid 1px white;
}
/* Data Grid Even Numbered Row Cells */
td.AXDBTableTDeven
{
	padding-left:2px;
	border: solid 1px white;
	font: 8pt Arial;
	color:black;	
}
/* Row highlighting effect */
tr.AXDBHighlightRow
{
	background-color:gray;
}
tr.AXDBHighlightRowClick
{
	background-color:gray;
	cursor:pointer;
}

tr.AXDBTableTRCollapsible
{
	display: block;
	background-color: #eeeeee;
}
tr.AXDBTableTRCollapsibleHidden
{
	display: none;
	background-color: #eeeeee;
}
/* Data Grid Odd Numbered Rows */
tr.AXDBTableTRodd
{
	background-color: #eeeeee;
}
/* 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: 8pt Arial;
  color: A0CE67;
  text-decoration: none;    
}
a.AXDBTableTH:link
{
  font: 8pt Arial;
  color: A0CE67;
  text-decoration: none;    
}
a.AXDBTableTH:active
{
  font: 8pt Arial;
  color: A0CE67;
  text-decoration: none;    
}
a.AXDBTableTH:visited
{
  font: 8pt Arial;
  color: A0CE67;
  text-decoration: none;    
}
a.AXDBTableTH:hover
{
  font: 8pt Arial;
	color: A0CE67;
	text-decoration: underline;
}

/* Hyperlinks in the grid data cells including default Index column */
a.AXDBTable
{	
	font: 9pt Arial;
	color: A0CE67;
	text-decoration: none;
}
a.AXDBTable:link
{	
	font: 9pt Arial;
	color: A0CE67;
	text-decoration: none;
}
a.AXDBTable:active
{
	font: 9pt Arial;
	color: A0CE67;
	text-decoration: none;
}
a.AXDBTable:visited
{
	font: 9pt Arial;
	color: A0CE67;
	text-decoration: none;
}
a.AXDBTable:hover
{
	font: 9pt Arial;
	color: A0CE67;
	text-decoration: underline;
}

/* Hyperlinks on the Navigation Bar */
a.AXDBTableNavBar:link
{
  font: 9pt Arial;
  color: A0CE67;
	text-decoration: underline;
}
a.AXDBTableNavBar
{
  font: 9pt Arial;
  color: A0CE67;
	text-decoration: underline;
}
a.AXDBTableNavBar:visited
{
  font: 9pt Arial;
  color: A0CE67;
	text-decoration: underline;
}
a.AXDBTableNavBar:active
{
  font: 9pt Arial;
  color: A0CE67;
	text-decoration: underline;
}
a.AXDBTableNavBar:hover
{
  font: 9pt Arial;
  color: A0CE67;
	text-decoration: underline;
}
.AXDBScrollGrid
{
	/*
	scrollbar-base-color:#ebeadb;
	*/
}