body {
	background-color: #FFFFFF; /* background color */
	color: ; /* text color */
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 10px 0px 0px 10px; /* top right bottom left */
}

.aspmaker {
	color: ; /* text color */
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

input, textarea, select {	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: xx-small;
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: #009966; /* visited link color */
}

/* main table */
.ewTable {
	width: 85%; /* table width */	
	color: ; /* text color */
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #006666;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #009900; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;
	font-size:12px;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #CEEBBC; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode 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;
}
.submitbtn {
    border: 1px solid #006;
    background: #FF6600;
	font-size:18px;
	left:250px;
}
.input {
    border: 1px solid #006;
    background: #fff;
	font-size:12px;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}