/*BEGIN_SYSTEM_STYLES*/

body {
	background-color: #E6EAE9; /* background color */
	color: #000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.capelli {
	color: #000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */	
}

.tableLogin {
	border: #000 solid 1px;
	background:#FFFFFF;
}	

input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], input[type="button"], input[type="submit"], textarea, select {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */
	font-weight:bold;
	background: #DAFAFC;
	color:#000000;
	border:#000000 1px solid;
} 

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	background:#FFFFFF;
	color:#06C; /* link color */
	text-transform: uppercase;
}

a:hover {
	color: #800;
	text-decoration: underline;
}


/* template layout */
.ewLayout {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #FFF; /* background color */	
}

.ewContentTable {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */	
	width: 100%;
	height: 100%;	
}

.ewMenuColumn {
	background-color: #F5F5F5; /* background color */
	width: 150px;
	vertical-align: top;
	padding: 4px;	
}

.ewContentColumn {
	background-color: inherit; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #6699FF; /* background color */
	color: #FFFFFF; /* footer font color */	
	padding: 2px;
}

.ewFooterText {
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */	
}

/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: #333; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	background:#FFFFFF;
}

/* main table data cells */
.ewTable td {
	 padding: 4px 4px 4px 6px;
	 border-right: 1px solid #C1DAD7;
	 border-bottom: 1px solid #C1DAD7;
}


.ewBasicSearch {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */
	border: #666 1px solid;
	
}

.ewBasicSearch td {
	border: 0px;
	padding: 2px;
}

.ewSearchOpr {
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.aspmakerlist td {
	color: inherit; /* text color */
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader td{
	font-size:12px;	
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

.ewTableHeader a:link, .ewTableHeader a:visited { 
	text-decoration:none;
	background:none;	
	
}

.ewTableHeader a:hover {	
	text-decoration:underline;
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
	color: #30A8B1;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5FAFA; /* alt row color 2 */
	color: #666666;	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #CCFF99; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #99FFFF; /* 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: 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: inherit; /* font name */
	font-size: inherit; /* 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: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

/*END_SYSTEM_STYLES*/