/* - - BEGIN SITE WIDE BACKGROUND CLASSES - - */

TABLE {
	width: 99%;
}
/* IE Specific override to get width correct */
* html #content {
	width: 80%;
}

/* Defines the corner images for tables */

.tableTLCorner { 
	  background-image: url(../images/tableTLCorner.gif);
}
.tableTRCorner {
	  background-image: url(../images/tableTRCorner.gif);
}
.tableBLCorner {
	  background-image: url(../images/tableBLCorner.gif);
}
.tableBRCorner {
	  background-image: url(../images/tableBRCorner.gif);
}


/* Defines the lightest background in a data cell */
.dateBG {
	background-color : #CCCCCC;
}

/* Defines the Background Color for Form Data Cells */
.dataBG {
	background-color: #FFFFFF;
	vertical-align : top;
}
/* Defines the Background Color for Form Label Data Cells */
.labelBG {
	 background-color: 99CCFF;
	 vertical-align : top;
 }
/* Defines the Background Color for Form Header Data Cells */
.headerBG {
	 background-color: #c2c2c2;
 } 
/* Defines the Background Color for Form Instruction Data Cells */
/*
.instructionBG {
	 background-color: #99CCFF;
 }
 */ 
/* Defines the Background Color for Form Function Data Cells */
.functionBG {
	 background: #CCCCFF;
 } 
/* Defines the Background Color for Form Action Data Cells */
.actionBG {
	 background: #FFFFFF;
 } 
/* Defines the Default Background Color for Form Tables */
.tableBG {
	 background-color: #c2c2c2;
 } 

/* Defines the Default Background Color for Form Tables */
.tdFooterBG {
	 background: #003399;
 } 

/* - - END FORM BACKGROUND CLASSES - - */