

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
  background-image: url(images/bg.jpg);
  background-repeat: repeat;
  background-attachment: fixed
}

.brio {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
    text-decoration:none;
}

input, textarea, select {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: #004b8e; /* active link color */
}
a:hover {
    color: #004b8e;
  }

a:link {
	color: #018955; /* link color */
}

a:visited {
	color: #018955; /* visited link color */
}

/* main table */
.ewTable {

    width: inherit; /* table width */
	color: inherit; /* text color */
	font-family: Verdana, fantasy; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
    border-left-color: #000000;
    border-left-style: solid;
    border-left-width: thick;
    border-right-color: #000000;
    border-right-style: solid;
    border-right-width: thick;

}

.newsTable {

    width: inherit; /* table width */
	color: #FFFFFF; /* text color */
	font-family: Verdana, fantasy; /* font name */
	font-size: xx-small; /* font size */
     background-color: #004b8d
}

/* main table data cells */
.ewTable td {
	padding: 0px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */

}

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.briolist td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #666666; /* 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: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #FFFFFF; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFFFF; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFFFFF; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #FFFFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFFF;
}

.ewFooter {

    width: inherit; /* table width */
	color: inherit; /* text color */
    text-decoration:none;
	font-family: Verdana, fantasy; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
    border-left-color: #000000;
    border-left-style: solid;
    border-left-width: thick;
    border-right-color: #000000;
    border-right-style: solid;
    border-right-width: thick;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 5px inset;
  border-top-color: #000000;
  border-top-style: inset;
  border-top-width: thin;
}
/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
  font-size: medium
}

.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: xx-small; /* font size */	
}

/* 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: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

/*END_SYSTEM_STYLES*/
