.topNav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.topNavLines { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.titleOrange { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #E09601 }
.titleBlue { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #006881}
.titleOrangeLarge { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #E09601 }
.orangeText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #E09601 }
a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #E09601; font-weight: bold}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #916813; font-weight: bold}
.titleBlueLarge { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #006881}
.topNavSmaller { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: underline }
.tdSmaller { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.link10px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #e09601; text-decoration: underline }
.toolsSubNav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #006881; text-decoration: underline }
.link10pxCopy { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #e09601; text-decoration: underline }
.10PtOrangeBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #e09601; font-weight: bold}
.10PtWhiteBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold }
.TenPtOrangeBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #e09601; font-weight: bold}
.TenPtWhiteBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold }
.link {  font-size: 12px; font-weight: bold}
.blueText {  font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; font-size: 12px; color: #006881}
.oddrow { background-color:#DDDDDD;layer-background-color:#DDDDDD;} 
.evenrow { background-color:#ffffff; layer-background-color:#ffffff; } 
select.small{font-size: 10px;}
option.small{font-size: 10px;}
.boxleft {
	color: #D2470D; 
	font-family:Arial,Verdana,Helvetica,Tahoma,sans-serif; 
	font-weight: bold
}
/* main table */
.ewTable {
	width: 80%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 13px;   /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	/* border: 1px solid;*/ /* cell spacing */
	/* border-color: #CCCCCC;*/  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	/*background-color: #3366CC; */ /* header color */
	background-color: #FFFFFF; 	
	color: #000080; /* header font color */	
	vertical-align: top;	
}
/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* 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;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: 13px;   /* font size */	
}

