body {
	background-color: ; /* background color */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

a, p, td {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
}

.phpmaker {
	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: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

.popup, .popup A:link, .popup A:hover, .popup A:visited {
font-family: Verdana, Arial, Helvetica;
font-size: x-small; 
color:#336699;
}

.light_text, .light_text A:link, .light_text A:hover, .light_text A:visited {
font-family: Verdana, Arial, Helvetica;
font-size: x-small; 
color:#999999;
}


/* main table */
.ewTable {
	width: 99%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse; 
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px 4px; /* cell padding */
	border: solid;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #cccccc;  /* table background color */

}

/* main table */
.ewTablePlain {
	width: 99%; /* table width */	
	padding: 4px 4px; /* cell padding */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse; 
	border: none;
}

.lineOnTop {
	padding: 4px 4px; /* cell padding */
	border: solid;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #cccccc;  /* table background color */
	background-color: #FFFFFF;  /* alt row color 1 */
	vertical-align: top;
}

.lineOnBottom {
	padding: 4px 4px; /* cell padding */
	border: solid;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;  /* table background color */
	background-color: #FFFFFF;  /* alt row color 1 */
	vertical-align: top;

}

.lineOnTopandBottom {
	padding: 4px 4px; /* cell padding */
	border: solid;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #cccccc;  /* table background color */
	background-color: #FFFFFF;  /* alt row color 1 */
	vertical-align: top;
}

.noLine {
	padding: 4px 4px; /* cell padding */
	border: solid;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #cccccc;  /* table background color */
	background-color: #FFFFFF;  /* alt row color 1 */
	vertical-align: top;

}

.allLines {
	padding: 4px 4px; /* cell padding */
	border: solid;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc;  /* table background color */

}

.smallText {
	font-size: xx-small; /* font size */
}   


.smallText a {
	font-size: xx-small; /* font size */
}   


/* main table header cells */
.ewTableHeader {
	background-color: #336699; /* header color */
	color: #FFFFff; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFff; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table row color */
.ewTableRowTop {
	background-color: #FFFFFF;  /* alt row color 1 */
	vertical-align: top;
}


/* main table alternate row color */
.ewTableAltRow {
	background-color: #EEEEEE; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFFcc; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFFFCC; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #FFFFCC; /* select 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: xx-small; /* font size */	
}
