	.header1, h1
		{color: #68BE5F;  background: #FFFFFF; font-weight: bold; font-family: Helvetica; font-size: 20px; margin: 0px; padding: 0px; text-align: left;}
	.header2, h2
		{color: #68BE5F;  background: #FFFFFF; font-weight: bold; font-family: Helvetica; font-size: 14px;}
	.header3, h3
		{color: #68BE5F;  background: #FFFFFF; font-weight: bold; font-family: Helvetica; font-size: 12px;}
	.cright
		{color: #0081C6;  background: #FFFFFF; font-family: Helvetica; font-size: 12px; padding-right: 0px; text-align: right;}
	.intd
		{color: #0081C6; background: #FFFFFF; font-family: Helvetica; font-size: 12px; padding-left: 0px;}

/*

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 {
	color: #0081C6; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
	/* background: transparent url(Images/bg.png); */
	/* background: #FFFFFF;  */
}

.aspmaker {
	color: inherit; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */	
}

input, textarea, select {	
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	border: 1px solid; /* cell spacing */
	border-color: #1082C6;  /* table background color */
	background-color: #FFFFFF; /* background color */
} 

a:active {
	color: #0081C6 ; /* active link color */
}

a:link {
	color: #0081C6; /* link color */
}

a:hover {
	color: #0081C6; /* link color */
}

a:visited {
	color: #0081C6 ; /* visited link color */
}

/* template layout */
.ewLayout {
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #FFFFFF; /* background color */	
}

.ewContentTable {
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */	
	width: 100%;
	height: 100%;	
}

.ewRight
 {
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	border-right: 0px #0081C6 solid outset; /* border */
}

.ewRight td
 {
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */	
	border-right: 0px #0081C6 solid; /* border */
}

.ewMenuColumn {
	background-color: #99AE50; /* background color */
	width: 150px;
	vertical-align: top;
	padding: 4px;	
}

.ewContentColumn {
	background-color: inherit; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #99AE50; /* background color */
	color: #FFFFFF; /* footer font color */	
	padding: 2px;
}

.ewFooterText {
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */	
}

/* main table */
.ewMainTable {
	width: 700; /* table width */	
	color: 0081C6; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}
.ewFormsTable {
	width: 96%; /* table width */
	color: #1082C6; /* text color */
	background-color: #FFFFFF; /* background color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	font-weight: bold;
}
.texta {
 font-size: 10px;
 background-color: #FFFFFF;
 border: 0px solid #0081C6;
 width: 100%;
}

#replacement-1 {
  width: 68px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(Images/Submit.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  float: right;
}
#replacement-2 {
  width: 108px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(Images/MakeChanges.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  float: right;
}
#replacement-3 {
  width: 108px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(Images/SubmitNow.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  float: right;
}

/* main table data cells */
.ewForms td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #1082C6;  /* table background color */
	background-color: #FFFFFF; /* background color */
}
.ewFormsHeader {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #1082C6;  /* table background color */
	background-color: #FFFFFF; /* background color */
}
.ewFormsTable td {
	padding: 4px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #1082C6;  /* table background color */
	/* background-color: #FFFFFF; */ /* background color */
}
.ewFormsTableHeader {
	color: #FFFFFF;
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #1082C6;  /* table background color */
	background-color: #1082C6; /* background color */
}
Table.HContent {
	color: #FFFFFF; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	background-color: #000000; /* background color */
}
TD.HContent {
	color: #0081C6; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	background-color: #FFFFFF; /* background color */
	overflow: auto;
	background: url(images/screened-S-600.png) no-repeat;
}
.sc{
	width:795px;
	height:567px;
	overflow:auto;
	scrollbar-arrow-color:#1082C6; 
	scrollbar-base-color:#0081C6;
	scrollbar-shadow-color: #0081C6; 
	scrollbar-highlight-color: #0081C6; 
	scrollbar-track-color: #1082C6;
	scrollbar-darkshadow-color: #0081C6; 
}

.ewTable2 {
	color: #0081C6; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	background-color: #FFFFFF; /* background color */
}

.ewTable2 td {
	padding: 4px; /* cell padding */
	background-color: #FFFFFF; /* background color */
}

.ewTable2 a:active {
	color: #0081C6 ; /* active link color */
	font weight: bold;
	text-decoration: none;
}

.ewTable2 a:link {
	color: #0081C6; /* link color */
	font weight: bold;
	text-decoration: none;
}

.ewTable2 a:hover {
	color: #0081C6; /* link color */
	font weight: bold;
	text-decoration: underline;
}

.ewTable2 a:visited {
	color: #1082C6; /* visited link color */
	font weight: bold;
	text-decoration: underline;
}

.ewTable {
	color: #0081C6; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	background-color: #FFFFFF; /* background color */
}

.ewContactTable {
	color: #FFFFFF; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	background-color: #000000; /* background color */
	border: 1px solid; /* cell spacing */
	border-color: #FFFFFF;  /* table background color */

}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
}

td.topBar {
	height: 10px; /* cell padding */
	border-top: 1px solid #C0C0C0; /* cell spacing */
	border-bottom: 1px solid #C0C0C0; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	background-color: #505050;
}

td.headerEnd {
	height: 100px; /* cell padding */
	width: 10px; /* cell padding */
	border-right: 1px solid #C0C0C0; /* cell spacing */
	border-left: 1px solid #C0C0C0; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	background-color: #505050;
}


.ewMainTable td {
	padding: 0px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

TD.MenuCell {
	width: 160px; /* table width */	
	padding-left: 20px; /* cell padding */
	background-color: #67BA5B; /* background color */
}

TD.FullContent {
	width: 700px; /* table width */	
	padding: 10px; /* cell padding */
	border-left: 1px solid; /* cell spacing */
	border-color: #67BA5B;  /* table background color */
	background-color: #FFFFFF; /* background color */
}

TD.content {
	width: 720px; /* table width */	
	padding: 0px; /* cell padding */
	border: 0px solid; /* cell spacing */
	background-color: #FFFFFF; /* background color */
	font-size: 12px; /* font size */
}


.ewBasicSearch {
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.aspmakerlist td {
	color: inherit; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */


/* main table header cells */
.ewTableHeader {
	background-color: #505050; /* 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: #505050;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #505050; /* 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: #FFFFCC; /* footer color */
}

/* separator */
.ewSeparator {
    color: gray;
}

/* 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: Helvetica; /* font name */
	font-size: 12px; /* font size */	
}

/* highlight */
.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

/* 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;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	font-family: Helvetica; /* font name */
	font-size: 12px; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

/*END_SYSTEM_STYLES*/
