body {
	background-color: #DADADA; /* background color */
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
	}

.aspmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
} 

a:active {
	color: #FFFFFF; /* active link color */
}

a:link {
	color: #FFFFFF; /* link color */
}

a:visited {
	color: #FFFFFF; /* visited link color */
}

/* main table */
.ewApplicationTable {
	width: 50%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}
.ewTable {
	width: 90%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table */
.ewTableOther {
	width: 60%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTableOther td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #FFFFFF;  /* table background color */
}

/* main table header cells */
.ewTableOtherHeader {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */	
	vertical-align: top;	
}

.ewTableOtherHeader a {	
	color: #000000; /* header font color */	
}

/* main table row color */
.ewTableOtherRow {
	background-color: #7E7E7E;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableOtherAltRow {
	background-color: #7E7E7E; /* alt row color 2 */	
}
/* main table edit mode row color */
.ewTableOtherEditRow {
	background-color: #000000; /* highlight color */
	font-color: #FFFFFF; /* highlight color */
}

/* main table highlight color */
.ewTableOtherHighlightRow {
	background-color: #000000; /* highlight color */
	font-color: #FFFFFF; /* highlight color */
	}

/* main table select color */
.ewTableOtherSelectRow {
	background-color: #000000; /* highlight color */
	font-color: #FFFFFF; /* highlight color */

}

/* main table footer section */
.ewTableOtherFooter {
	background-color: #FFFFCC;	
}


/* main table data cells */
.ewApplicationTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #FFFFFF;  /* table background color */
}

/* main table header cells */
.ewApplicationTableHeader {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */	
	vertical-align: top;	
}

.ewApplicationTableHeader a {	
	color: #000000; /* header font color */	
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #FFFFFF;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #000000; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #7E7E7E;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #7E7E7E; /* alt row color 2 */	
}
/* main table edit mode row color */
.ewTableEditRow {
	background-color: #000000; /* highlight color */
	font-color: #FFFFFF; /* highlight color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #000000; /* highlight color */
	font-color: #FFFFFF; /* highlight color */
	}

/* main table select color */
.ewTableSelectRow {
	background-color: #000000; /* highlight color */
	font-color: #FFFFFF; /* highlight color */

}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

/* classes for report */
.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}
