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

.phpmaker {
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 13px; /* font size */	
}

.leftcolumn  	{padding-left: 2px; padding-right: 2px; color: #FFFFFF} 
.banner			{padding-top: 4px; padding-left: 6px}
.newsbox	 	{ border: solid 1px #000000; padding: 3px}

.button {
	border: 1px solid #999999;
	height: 25px;
	background: url(images/buttonbg.gif);
}

input, select, file{
BORDER-RIGHT: #056385 1px solid; BORDER-TOP: #056385 1px solid; FONT-SIZE: 13px; BACKGROUND: url(images/controlbg2.jpg) repeat-x; BORDER-LEFT: #056385 1px solid; COLOR: #800604; BORDER-BOTTOM: #056385 1px solid; FONT-FAMILY: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea{
BORDER-RIGHT: #056385 1px solid; BORDER-TOP: #056385 1px solid; FONT-SIZE: 13px; BACKGROUND: url(images/controlbg2.jpg) repeat-x; BORDER-LEFT: #056385 1px solid; COLOR: #800604; BORDER-BOTTOM: #056385 1px solid; FONT-FAMILY: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
}

mceNoEditor{
BORDER-RIGHT: #056385 1px solid; BORDER-TOP: #056385 1px solid; FONT-SIZE: 13px; BACKGROUND: url(images/controlbg2.jpg) repeat-x; BORDER-LEFT: #056385 1px solid; COLOR: #800604; BORDER-BOTTOM: #056385 1px solid; FONT-FAMILY: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.mandatory{
BORDER-RIGHT: #056385 1px solid; BORDER-TOP: #056385 1px solid; FONT-SIZE: 13px; BACKGROUND: url(images/controlbg5.jpg) repeat-x; BORDER-LEFT: #056385 1px solid; COLOR: #800604; BORDER-BOTTOM: #056385 1px solid; FONT-FAMILY: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* main table */
.ewTable {
	width: 100%; /* table width */
	color: ; /* text color */
	font-family: Tahoma; /* 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: #666666;  /* table background color */
}

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

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

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

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

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

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

/* main table select color */
.ewTableSelectRow {
	background-color: #A7D45E; /* 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: Tahoma; /* font name */
	font-size: 13px; /* font size */	
}

