﻿/* If editing please note*/
/* A:link    { whatever } unvisited links */
/* A:visited { whatever } visited links */
/* A:hover   { whatever } user hovers */
/* A:active  { whatever } active links */

/* Note that the A:hover must be placed after the A:link and A:visited rules, */
/* since otherwise the cascading rules will hide the 'color' property of the A:hover rule. */
/* Similarly, because A:active is placed after A:hover, the active colour will apply */
/* when the user both activates and hovers over the A element. */

.aspmaker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #666666;
}
a.aspmaker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}
a.aspmaker:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}
a.aspmaker:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}
a.aspmaker:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}
a.aspmaker:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}

.SortOrder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000066;
}
a.SortOrder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000066;
}
a.SortOrder:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000066;
}

a.SortOrder:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000066;
}

input, textarea, select {	
	font-family: Verdana, Arial, Helvetica, sans-serif; /* font name */
	font-size: xx-small; /* font size */
} 

/* main table */
.ewTable {
	/*width: ;  table width */	
	color:#000066; /* text color */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	/*border: 1px solid; 
	border-color: #666666;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
background-image:url(../Style5/FooterBG7.jpg);
	/* background-color: #FF6B00; header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;
	min-height:41px;	
}

.ewTableHighlightRow {
		background-color: #FFCC99; /* highlight color */
	}
a.ewTableHeader  {	
	color: #FFFFFF; /* header font color */	
}
a.ewTableHeader:visited  {	
	color: #FFFFFF; /* header font color */	
}
a.ewTableHeader:hover {	
	color: #FF6600; /* header font color */	
}
a.ewTableHeader:active {	
	color: #FFFFFF; /* header font color */	
}
/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}
a.ewTableRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}a.ewTableRow:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}
a.ewTableRow:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}
a.ewTableRow:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000066;
}
a.ewTableRow:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000066;
}
/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}
 a.ewTableAltRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}
 a.ewTableAltRow:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}
 a.ewTableAltRow:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration:none;
	color: #3068E0;
}
 a.ewTableAltRow:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000066;
}
 a.ewTableAltRow:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000066;
}
/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

/* classes for report */
.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;
	color: #666666;
} 

.ewGroupAggregate {
	font-weight: bold;
	color: #666666;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
	color: #666666;
}
.featured1
{
/*background-image:url(../images/ProdTD1bg.jpg);
background-repeat:no-repeat;*/
}
.featured
{
/*background-image:url(../images/ProdTDbg.jpg);
background-repeat:no-repeat;*/
}
