body {
	background-color: ; /* background color */
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 12px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.aspmaker {
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 12px; /* font size */	
}

input, textarea, select,option,optgroup {	
	font-family: Tahoma; /* font name */
	font-size: 12px; /* font size */
} 
input:text {	
	border-style:solid;
	border-width:1px;
	border-color:#999999;
} 

td,th
{
	font-family: Tahoma; /* font name */
	font-size: 12px; /* font size */

}

.lmenu{ font-size:12px; font-weight:bold; text-transform:capitalize}
a.lmenu:link {color:#0066FF;text-decoration:none}
a.lmenu:visited {color:#0066FF;text-decoration:none}
a.lmenu:hover {color:#FF0000; text-decoration:none}

.lsubmenu{ font-size:11px;}
a.lsubmenu:link {color:#0066FF;text-decoration:none}
a.lsubmenu:visited {color:#0066FF;text-decoration:none}
a.lsubmenu:hover {color:#FF0000; text-decoration:none}

.NewsHead{ font-size:15px; text-transform:capitalize; font-weight:bold;}
.NotRead{background-color:#FFFFCC}

a:link {color:#0066FF;text-decoration:none}
a:visited {color:#0066FF;text-decoration:none}
a:hover {color:#FF0000; text-decoration: none}


/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 12px; /* 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:#999999; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top; font-weight:bold
	
}

.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: #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;
}
.Subtle { color:#999999;}
