/*BEGIN_SYSTEM_STYLES*/

html {
	height: 100%;
}

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
	margin: 0; /* top right bottom left */
	height: 100%;
}

.core {
	color: inherit; /* text color */
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

input, textarea, select {
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

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

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

a {
    color: rgb(0,0,166);
    border-bottom: 1px dotted;
    text-decoration: none;
    outline: none;
}
a:visited {
    color: rgb(122,0,122);
}
a:hover,
a:focus,
a:active {
    border-bottom: 2px solid;
}
a:focus,
a:active {
    color: rgb(166,0,0);
}

/* Menu */
ul.ewMenuBarVertical {
	list-style-type: none;
	list-style-position: outside;
	padding: 2px;
	margin: 0 0 0 6px;
}

ul.ewMenuBarVertical ul,li {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	line-height: 18px;
	margin: 0 0 0 6px;
}

/* template layout */
.ewLayout {
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #F1F1F1;
	background-image: url(headbg.jpg); /* header bg image */
	background-repeat: repeat-x;
	vertical-align: top;
	width: 100%;
}

.ewContentTable {
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
	width: 100%;
	height: 100%;
}

.ewMenuColumn {
	background-color: #F1F1F1; /* background color */
	width: 180px;
	vertical-align: top;
	padding: 1px;
}

.ewContentColumn {
	background-color: inherit; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #620000; /* background color */
	color: #FFFFFF; /* footer font color */
	padding: 4px;
}

.ewFooterText {
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

.ewForm {
	margin: 0;
	padding: 0;
}

.ewGrid {
	width:100%;
	border-collapse: separate;
}

.ewGridContent {
	padding: 0;
	border: 1px solid #A0522D; /* grid border */
}

/* grid pager panel */
.ewGridUpperPanel, .ewGridLowerPanel {
	padding: 3px;
	border-left: 0;
	border-right: 0;
	background-color: #FFCC66; /* grid header color */
	color: inherit;	 /* grid header font color */
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

.ewGridUpperPanel {
	border-top: 0px;
	border-bottom: 1px solid;
	border-color: #8B0000;
}

.ewGridMiddlePanel {
	border: 0;
}

.ewGridLowerPanel {
	border-top: 1px solid;
	border-bottom: 0px;
	border-color: #F5DEB3;
}

.ewGridUpperPanel td, .ewGridLowerPanel td {
	color: inherit;	 /* grid header font color */
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

.ewPager td {
	white-space: nowrap;
}

.ewTabContent {
	padding: 0;
	border: 0;
}

.ewMultiColumnTable {
	border: 0;
}

.ewMultiColumnTable td {
	padding: 10px;
}

/* main table */
.ewTable {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

.ewTableSeparate {
	border-collapse: separate;
}

.ewTable td {
	padding: 3px; /* cell padding */
	border-bottom: 0px solid; /* border width, horizontal grid line */
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid; /* border width, vertical grid line */
	border-color: #F5DEB3;  /* border color */
	height: 26px;
	vertical-align: middle;
}

.ewTableAddOpt {
	border: 0;
	border-spacing: 0;
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

.ewTableAddOpt td {
	padding: 3px; /* cell padding */
	border: 0;
}

.ewTable .ewTableHeader, .ewTable .ewTableHeader td {
	background-color: #620000;	/* header bgcolor */
	color: #FFFFFF; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: #8B0000; /* header border color */
	vertical-align: top;
}

.ewPointer {
	cursor: pointer;
}

.ewTableHeader a:link, .ewTableHeader a:active, .ewTableHeader a:visited {
	color: #FFFFFF; /* header font color */
	text-decoration: none;
}

.ewTableHeaderBtn {
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

.ewTableHeader .ewTableHeaderBtn td {
	background: transparent;
	padding: 0;
	border: 0;
	white-space: nowrap;
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
	color: inherit;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #FFFBD6; /* alt row color 2 */
	color: inherit;
}

/* main table last row */
.ewTableLastRow td {
	border-bottom: 0px;
}

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

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFDEAD; /* highlight color */
	color: inherit;
}

/* main table select color */
.ewTableSelectRow {
	background-color: #A52A2A; /* select color */
	color: #FFFFFF;
}

/* main table footer */
.ewTableFooter {
	background-color: #FFFACD; /* footer color */
	color: inherit;
}

/* table for export to HTML */
.ewExportTable {
    border-collapse: collapse;
    empty-cells: show;
}

.ewExportTable td {
    padding: 3px; /* cell padding */
    border: 1px solid #C0C0C0;
}

.ewBasicSearch {
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
	border: 0px;
	border-collapse: collapse;
}

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

.ewSearchOpr {
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
	color: maroon;
}

.ewItemTable td {
	color: inherit; /* text color */
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top;
}

/* 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 */
.ewMessage {
	color: red; /* message color */
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

/* required field indicator */
.ewRequired {
	color: red; /* message color */
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

/* highlight */
.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

/* Template */
.ewTemplate {
	display: none;
}

/* YUI TabView */
.yui-skin-sam .yui-navset .yui-nav  {
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
}

.yui-skin-sam .yui-navset .yui-content {
	padding: 0;
	border: 0;
}

/* .yui-navset defaults to .yui-navset-top */
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
	border-width: 0 0 2px;
}

/* YUI Button */
.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
  font-size: 11px; /* font size */
}

/* YUI Panel */
.yui-skin-sam .yui-panel .hd {
	font-size: 11px; /* font size */
	line-height: 2.5;
}

/* Auto-Suggest */
.yui-skin-sam .yui-ac { /* DO NOT CHANGE! */
	position: relative;
}

.yui-skin-sam .yui-ac-input { /* DO NOT CHANGE! */
	position: relative;
	width: auto;
}

.yui-skin-sam .yui-ac-content ul{
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 11px; /* font size */
	color: #000000; /* text color */
}

.ewUnmatched {
	background: #FF9F9F;
}


.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight:bold;
	width: 100%;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}

input, textarea, select {
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	vertical-align: middle;
}

.radio {
	border: none;
}

/*END_SYSTEM_STYLES*/
