

/*BEGIN_SYSTEM_STYLES*/
body {

   
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 50px 0px 50px; /* top right bottom left */
}

.phpmaker {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small;
	 /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
} 

a:active {
	color:#000000 ; /* active link color */
}

a:link {
	color:#04287B ; /* link color */
}

a:visited {
	color:#04287B ; /* visited link color */
}

/* template layout */
.ewLayout {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	width: 300;
	height: 100%;
}

.ewHeaderRow {

}

.ewContentTable {

	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
	width: 900;
	height: 100%;	
}

.ewMenuColumn {
	width: 205px;
	vertical-align: top;
	padding: 0px;	
}

.ewContentColumn {
	vertical-align: top;
	padding: 0px;
	width:573px;
}

.ewFooterRow {
	color: #FFFFFF; /* footer font color */	
	padding: 0px;
	width:900px;
}

.ewFooterText {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}

.ewTable {
	width: 500; /* table width */	
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	background-color: #B2CCFA;
	
	}


/* main table data cells */
.ewTable td {
   
	padding-left: 10px; /* cell padding */
	padding-top: 3px;
	padding-bottom: 3px;
	border:0px solid; /* cell spacing */
	border:1px solid;
	border-color:#ffffff; 
	
}
.ewTable1 {
	width: 98%; /* table width */	
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	background-color: #B2CCFA;
	text-align:justify;
	
	
	}


/* main table data cells */
.ewTable1 td {
    width: auto;
	padding-left: 10px; /* cell padding */
	padding-top: 3px;
	padding-bottom: 3px;
	border:0px solid; /* cell spacing */
	border:1px solid;
	border-color:#ffffff; 
	
}


.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.phpmakerlist td {
   width:100px;
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
background-color: #2955A7;
	color:#FFFFFF; /* header font color */	
	font-size:10pt;
	text-align:justify;
	font-weight:bold;
	height:20px;
	text-align:center;
	
		
}

.ewTableHeader1 {
	color:#2955A7; /* header font color */	
	font-size:10pt;
	text-align:justify;
	font-weight:bold;
	height:20px;
		
}


.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header color */
; /* header font color */	
	
}

/* main table row color */
.ewTableRow {
  font-size:10pt;
     

}

/* main table alternate row color */
.ewTableAltRow {
font-size:10pt;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: inherit; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #66CC99; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: inherit; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFFF; /* 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: Verdana; /* font name */
	font-size: x-small; /* 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: poienter;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 1px; /* cell padding */	
}

/*END_SYSTEM_STYLES*/
