
/*BEGIN_SYSTEM_STYLES*/

body {
	background-color : #D5E1EE; /* background color */
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.cyx {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
}

.sm8b {
	font-family : Verdana;
	font-size : 8pt;
	color : #001f3f;
	font-weight : bold;
	text-decoration : none;
}

.cblue {
	font-family : Verdana;
	color : #336699;
	font-size : 10pt;
	font-weight : bold;
}

input, textarea, select {
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
}

.radiobut {
	border: 0px solid #ffffff;
}

.cyxbutton {
	border: 1px solid #3D84CC;
	background-color: #B1CDEA;
	color: #295B8E;
	font-weight: bold;
	height: 20px;
}

A:link {
	font-family : Verdana;
	color : #001f3f;
}
A:visited {
	font-family : Verdana;
	color : #001f3f;
}
A:active {
	font-family : Verdana;
	color : #C03000;
}
A:hover {
	font-family : Verdana;
	color : #006FFF;
	text-decoration : none;
}

/* main table */
.ewTable {
	width: 100%; /* table width */
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	padding: 4px;
	background-image: url(images/headbut.jpg);
}

.ewDetailTable {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td, .ewTable th {
	padding: 3px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #D0D9DF;  /* table background color */
}

.ewTable table td {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
}

.ewDetailTable td, ewDetailTable th {
	padding: 3px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewDetailTable table td {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
}

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.radiobut td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
	padding: 0px;
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	padding: 2px; /* cell padding */
	border: 0px;
}

/* main table header cells */
.ewTableHeader {
	background-color: #90A6B3; /* header color */
	color: #FFFFFF; /* header font color */
	height: 24px;
	background-image: url(images/headbut.jpg);
}

.ewTableHeader a:link {
	color: #FFFFFF; /* header font color */
}

.ewTableHeader a:visited {
	color: #FFFFFF; /* header font color */
}

.ewTableHeaderlist td {
	background-color: 4682b4; /* header color */
	color: #FFFFFF; /* text color */
	font-family: Verdana; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
	padding: 0px;
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
	height: 24px;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F0F9FF; /* alt row color 2 */
	height: 24px;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: inherit; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: inherit; /* select color */
	height: 24px;
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;
	height: 24px;
}

/* main table pager section */
.ewTablePager {
	background-color: #FFFFF0;
	height: 24px;
}

/* 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: 8pt; /* font size */
	font-weight: bold;
}

/* 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: Verdana; /* font name */
	font-size: 8pt; /* font size */
	border: 0px; /* border */
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */
}

/* ajax popup calendar style */
.calendar td, .calendar th {padding: 0px}
.calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;text-align:right;}
.calendar .ajax__calendar_day {border:1px solid #ffffff;text-align:right; }
.calendar .ajax__calendar_month {border:1px solid #ffffff;}
.calendar .ajax__calendar_year {border:1px solid #ffffff; }

.calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

/*END_SYSTEM_STYLES*/
