body {
	background: #000000;
	font-family: 'Times New Roman' , Verdana;
	}
/* menu */
.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 1;
width: 200px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 200px;
}
.wireframemenu#Sub
{
    border: 0px solid #C0C0C0;
}
.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a
{
    font: bolder 15px 'Times New Roman';
    padding: 4px 13px;
    display: block;
    width: 100%; /*Define width for IE6's sake*/
    color: #595959;
    text-decoration: none;
    border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover
{
    background-color: silver;
    color: white;
    padding-left: 15px;
    font-style: italic;
}
	
/* rollover button */
.cssbutton{
background-color: black;
border: 2px navy outset;
padding: 1px 4px;
color: white;
text-decoration: none;
font: bolder 9px Verdana;
}

.cssbutton:visited{
color: white;
}

.cssbutton:hover{
border-style: inset;
background-color: gray;
padding: 1px 2px 0 4px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: white;
}

h1
{
    font: bold 16px;
    color: black;
    margin: 0px;
    padding: 0px 0px 0px 5px;
}
h2 {
	font: bold 12px;
	color: black;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
h3 {
	font: 12px;
	color: black;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
h4
{
    font: bold 12px;
    color: white;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

#footer
{
    color: #666666;
    clear: both;
    height: 55px;
    text-align: right;
    font-size: 82%;
    font-family: Verdana;
}
#footer a 
{
    text-decoration: none;
    color: Gray;
    
}
#footer a:hover
{
    text-decoration: none;
    color: silver;
}
	
img {
    border: none;
} 
	
	
	/*BEGIN_SYSTEM_STYLES*/

.aspmaker {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}

.hbamaker {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* template layout */
.ewLayout {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #1C2046; /* background color */	
}

.ewContentTable {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* 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: #1C2046; /* background color */
	color: #FFFFFF; /* footer font color */	
	padding: 2px;
}

.ewFooterText {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* main table */
.ewTable {
	width: 100%; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px 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;
}

.aspmakerlist 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: black; /* 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: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FF6633; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #C0C0C0; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #808080; /* 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: Verdana; /* font name */
	font-size: xx-small; /* 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: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

/*END_SYSTEM_STYLES*/