
body {
	scrollbar-face-color: ThreedFace;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color: ButtonShadow;
	scrollbar-darkshadow-color: ButtonShadow;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color: ButtonFace;

	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	margin: 10px 0px 10px 0px; /* top right bottom left */
}

.aspmaker {
	color: #647581; /* text color */
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: 11px; /* font size */	
	TEXT-DECORATION: none;
	font-weight:600;
}

input, textarea, select {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: 11px; /* font size */
} 
/*
a:active {
	color: <!--##=PROJ.BodyALnkColor##-->; /* active link color * /
}

a:link {
	color: <!--##=PROJ.BodyLnkColor##-->; /* link color * /
}

a:visited {
	color: <!--##=PROJ.BodyVLnkColor##-->; /* visited link color * /
}
*/
/* template layout */
.ewLayout {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: <!--##=ewCssInherit(PROJ.HeaderColor)##-->; /* background color */	
}

.ewContentTable {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	width: 100%;
	height: 100%;	
}

.ewMenuColumn {
	background-color: <!--##=ewCssInherit(PROJ.MenuColor)##-->; /* background color */
	width: 150px;
	vertical-align: top;
	padding: 4px;	
}

.ewContentColumn {
	background-color: <!--##=ewCssInherit(PROJ.BodyBgColor)##-->; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: <!--##=ewCssInherit(PROJ.FooterColor)##-->; /* background color */
	color: <!--##=PROJ.FooterFontColor##-->; /* footer font color */	
	padding: 2px;
}

.ewFooterText {
	font-family: <!--##=ewCssInherit(PROJ.BodyFont)##-->; /* font name */
	font-size: <!--##=ewCssInherit(PROJ.BodySize)##-->; /* font size */	
}

/* main table */
.ewTable {
	width: 95%; /* table width */	
	color: inherit; /* text color */
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	direction: rtl;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewBasicSearch {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.aspmakerlist td {
	color: inherit; /* text color */
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #f1f1f1; /* header color */
	color: #000000; /* header font color */	
	vertical-align: middle;
	font-family: tahoma, "Times New Roman", sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.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: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFFFCC; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #DCEBBE; /* 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: 600;
}

.ewGroupName {
	font-weight: 600;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: 600;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */	
}

/* highlight */
.ewHighlightSearch {
	font-weight: 600;
	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: Tahoma, "Times New Roman", Arial, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}
