/*

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: #F3F3F3; /* background color */
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 20px; /* top right bottom left */
}

.phpmaker {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; /* font size */	
}

input, textarea, select {	
	font: 12px Geneva, Arial, Helvetica, sans-serif;
} 

a:active {
	color: #CC0000; /* active link color */
}

a:link {
	color: inherit ; /* link color */
}

a:visited {
	color: #339933; /* visited link color */
}

/* main table */
.ewTable {
	width: 100%; /* table width */	
	color: #111111; /* text color */
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 2px 5px 2px;
	margin: 0px auto;
	border: 1px solid #999999; /* border 
	border-collapse: collapse;*/
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	margin: -1px;
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewBasicSearch {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: maroon;
}

.ewListAdd {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.phpmakerlist td {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #666666; /* header color */
	color: #FFFFFF; /* 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: #FFFFFF;  /* 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: #FFCC00; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #66CCFF; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #0099CC; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;
}

/* 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: 12px Geneva, Arial, Helvetica, sans-serif;	
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0px;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1px;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1px;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1px;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: #111111; /* text color */
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

/*END_SYSTEM_STYLES*/

.left_menu{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.left_menu li{
	line-height: 20px;
	border: 0px;
	border-bottom: 1px solid #999999;
}

.left_menu li a:link{
	display: block;
	padding: 0px 5px;
	text-decoration: none;
}

.left_menu li a:visited{
	display: block;
	padding: 0px 5px;
	text-decoration: none;
}

.left_menu li a:hover{
	display: block;
	padding: 0px 5px;
	text-decoration: none;
	color: #CC0000;
}
