﻿body {
	background-color: #83A4B8; /* background color */
	color: inherit; /* text color */
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
	margin: 5px 0px 0px 0px; /* top right bottom left */
	text-align:center;
	
}
#container
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
}
#links
{
	background-image: url('../images/links.jpg');
	background-repeat: no-repeat;
	background-position:top;
	width:700px;
	text-align:left;
	font-size:12px;
	margin: 35px;

}
#maintext
{
	width:700px;
	text-align:left;
	font-size:12px;
	/*margin: 35px;*/

}

#contentwrapper
{
	width:770px;
	background-color:#B0C6D1;
	font-size:8px;

}
#content
{
	width:750px;
	background-color:#E9ECEE;
	border: thin #547C94 solid;
	margin:10px;

}
#footer
{
	font-size:10px;
	font-weight:bold;
}
#search
{
	background-image: url('../images/search-bg.jpg');
	background-repeat: no-repeat;
	height: 83px;
	width: 700px;
	text-align: center;
	margin: 5px;
	vertical-align: middle;
}
.aspmaker {
	color: inherit; /* text color */
	font-family: arial; /* font name */
	font-size: 12px; /* font size */	
}

select {	
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
} 

textarea {	
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
} 

input {	
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* template layout */
.ewLayout {
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #B1C6D2; /* background color */	
}

.ewContentTable {
	font-family: arial; /* font name */
	font-size: 12px; /* font size */	
	width: 100%;
	height: 100%;	
}

.ewMenuColumn {
	background-color: #E9ECEE; /* background color */
	width: 150px;
	vertical-align: top;
	padding: 4px;	
}

.ewContentColumn {
	background-color: #83A4B8; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #B1C6D2; /* background color */
	color: #333333; /* footer font color */	
	padding: 2px;
}

.ewFooterText {
	font-family: arial; /* font name */
	font-size: 12px; /* font size */	
}

/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #B1C6D2;  /* table background color */
}

.ewBasicSearch {
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.aspmakerlist td {
	color: inherit; /* text color */
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #B1C6D2; /* header color */
	color: #000000; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a:link {	
	color: #000000; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #333333; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFCCFF; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #B1C6D2; /* 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: arial; /* font name */
	font-size: 12px; /* 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;
}
.style1 {
	width: 100%;
}
.style2 {
	height: 40px;
	width: 338px;
}
.style3 {
	width: 338px;
}
.style4 {
	text-align: center;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	font-family: arial; /* font name */
	font-size: 12px; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

/*END_SYSTEM_STYLES*/
