body {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.phpmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: #FFFFFF; /* link color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	white-space: nowrap;
}

a:visited {
	color: #FFFFFF; /* visited link color */
}

a:rollover {
	color: #FF0000; /* rollover link color */
}


/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: small; /* font size */
	border-collapse: collapse;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #636F7B;
	border-right-color: #636F7B;
	border-bottom-color: #636F7B;
	border-left-color: #636F7B;
	border-top-style: none;
	border-bottom-style: none;	
}

/* main table data cells */
.ewTable td {
	padding: 2px;
	border-bottom-color: #636F7B;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* main table header cells */
.ewTableHeader {
	background-color: ; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: middle;
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: ;  /* alt row color 1 */
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #636F7B;
	border-right-color: #636F7B;
	border-bottom-color: #636F7B;
	border-left-color: #636F7B;
	border-top-style: none;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: ; /* alt row color 2 */
	white-space: nowrap;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #000000; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #000000; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: ;	
}

/* classes for report */
.ewGroupField {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

.ewGroupName {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: middle;
}

.ewGroupHeader {
	border-bottom: 1px double Gray;
	border-top: 1px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: ;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

.menubuttons {
	font-family: verdana;
	font-size: xx-small;
	color: #000000;
	background-attachment: fixed;
	background-image: url(../css/lvbutton.gif);
	background-repeat: repeat;
	background-position: center center;
}
