.phpmaker {
	font-size: small; /* font size */	
}

input, textarea, select {	
	font-size: small; /* font size */
} 


/* main table */
.ewTable {
	width: 100%; /* table width */	
	font-size: small; /* font size */
	border-collapse: collapse;
	border: none;
	float: left;
}
.ewTable2 {
	width: 100%; /* table width */	
	font-size: small; /* font size */
	border: none;
}
#searchres
{
	display:block; 
	float: left;
}
/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 0px; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	
}

/* main table header cells */
.ewTableHeader {
	color: black; /* header font color */	
	text-align: center;
	vertical-align: middle;	
	background-color: #cccc66;
}

.ewTableHeader a {	
	color: black; /* header font color */	
	text-decoration:none;
}
/* main table row color */
.ewTableRow {
	background-color: transparent;
	font-size: 80%;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */
	font-size: 80%;	
}

/* main table edit mode row color */
.ewTableEditRow {
	font-size: 80%;
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #B3C6FF; /* highlight color */
	font-size: 80%;
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
	font-size: 80%;
}

/* 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-size: small; /* font size */	
}
