/*

	IMPORTANT NOTES: (PLEASE READ CAREFULLY!)

1. DO NOT MODIFY the system styles section, it is generated by the system,
your modifications will be overwritten. If you want to change the stylesheet
template, modify the ew.css in the "src" subfolder under the installed
directory. Only modify the ew.css if you have the necessary knowledges in
CSS.

	2. DO NOT REMOVE THE FOLLOWING COMMENTS:

BEGIN_USER_STYLES
END_USER_STYLES

You MUST write your styles between these two comment lines below, styles
outside this user styles section will be discarded.

3. If you want to override the system styles, you can copy the styles to the
User Styles Section, or you can use a separate user stylesheet.

*/

/*BEGIN_SYSTEM_STYLES*/

body {
	background-color: #4682B4; /* background color */
	color: #000000; /* text color */
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.login {
	color: #000000; /* text color */
}

.loginbody {
      background-image: url(hb/background.jpg); /* background image */
	background-color: #4682B4; /* background color */
	color: #000000; /* text color */
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: #000000; /* text color */
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
}

input, textarea, select {
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
}

a:active {
	color: #0000FF; /* active link color */
}

a:link {
	color: #0000FF; /* link color */
}

a:visited {
	color: #0000FF; /* visited link color */
}

/* main table */
.ewTable {
	width: inherit; /* table width */
	color: #000000; /* text color */
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 2px; /* cell padding */
	border: 2px solid; /* cell spacing */
	border-color: #B9C1CB;  /* table background color */
}

.ewBasicSearch {
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.phpmakerlist td {
	color: inherit; /* text color */
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top;
}

.ewAddOption td {
	font-family: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
	padding: 2px; /* cell padding */
	border: 0px;
}

/* main table header cells */
.ewTableHeader {
	background-color: #416990; /* header color */
	color: #F5F5F5; /* header font color */
	vertical-align: top;
}

.ewTableHeader a:link {
	color: #FFFFFF; /* header font color */
}

.ewTableHeader a:visited {
	color: #FFFFFF; /* header font color */
}

/* main table row color */
.ewTableRow {
	background-color: ;  /* 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 highlight color */
.ewTableHighlightRow {
	background-color: #FFCCFF; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: ;
}

/* classes for report */
.ewReportTable {
	border: 0px;
	border-collapse: collapse;
}

.ewReportTable td {
	padding: 3px;
}

.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: Comic Sans MS; /* font name */
	font-size: x-small; /* font size */
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/*END_SYSTEM_STYLES*/


/*BEGIN_USER_STYLES*/

/* your CSS styles here */

/*END_USER_STYLES*/
