/* Ecological Mail Coalition Main Styles                                          */
/* =====================================                                          */
/* NOTE: Some style classes and ID's in documents are dynamic and will not appear */
/*       as defined in this stylesheet                                            */
/*--------------------------------------------------------------------------------*/
body {
 	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px 6px 6px 6px; 
}
h2 {
	color: #006699; 
	margin: 6px 0px 6px 0px; 
	font-size: 14px; 
}
#contentCell {
	padding: 8px 18px 0px 18px;
	text-align: left;
}
#navCell {
	padding: 0px 0px 0px 18px;
}
/*=======================================*/
/* Main definitions                      */
/*=======================================*/
/* Data Entry Field Label (typically on left of entry field or value) */
.DELabel {
	background-color: #006699;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	text-align: left;
}
/* Data Entry Field Value (for editable or display-only values) */
.DEValue {
	background-color: #ffffcc;
	color: #000000;
	padding: 0px 4px 0px 4px;
	font-weight: normal;
	text-align: left;
}
/* content cell style with extra top padding */
.dashboardValue {
	background-color: #ffffcc;
	color: #000000;
	border: 1px solid #006699;
	padding: 4px 8px 4px 8px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.jumpPageBox {
	background-color: #ffffcc;
	color: #666666;
	border: 1px solid #669933;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
/* Button bar at the bottom of forms */
.buttons {
	background-color: #006699;
	color: #000000;
	padding: 0px 4px 0px 4px;
	font-weight: normal;
	text-align: right;
}
.txtBlue {
	color: #006699;
}
.txtGray {
	color: #666666;
}
.txtSmall {
	font-size: 11px;
}
.txtTip {
	color: #006699;
/* 	color: #666666; */
	font-size: 11px;
	padding: 3px 0px 6px 2px;
}
.txtFAQ {
	color: #669933;
/* 	color: #666666; */
	font-size: 11px;
	padding: 3px 0px 6px 2px;
}
.txtGrayTip {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	list-style-image: url(../images/bullet_grn.gif);
	list-style-type: square;
/* 	border: 1px solid #669933; */
 	padding: 0px 4px 0px 12px;
 	text-indent: -9px;
}
.txtGrayTip p {
	margin: 4px 0px 0px 0px;
}
#msgRow {
	background-color: #006699;
/* 	color: #000000; */
	color: #ffffff;
	padding: 2px 4px 2px 4px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}
.err {
/* 	color: #ff9933; */
	font-weight: bold;
}
.sidebar {
	background-color: #ffffce;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 4px 4px 6px 0px;
}
.imgAlign {
	background-color: transparent;
	vertical-align: top;
}
/* Container Box For Searches */
.boxSearch {
	background-color: #ffffcc;
	border: 1px solid #006699;
	padding: 4px 0px 6px 0px;
	text-align: center;
}
/* for Standard Pop-Up Confirmation Window */
.popUpBody {
	background-color: #ffffcc;
}
.popUpTitle {
	background-color: #006699;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 2px 0px 2px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
/*-------------------*/
/* List table styles */
/*-------------------*/
td.header {
	background-color: #006699;
	color: #ffffff;
	padding: 2px 2px 3px 4px;
	font-weight: bold;
}
tr.oddRow {
	color: #000000; 
	background-color: #FFFFCC; 
}
tr.evenRow {
	color: #000000; 
	background: #ffffff;
}
tr.rowHover {
	color: #FF9933; 
	cursor: hand;
	cursor: pointer;
	background-color: inherit;
	text-decoration: underline;
}
td.oddCol {
	background-color: #D5E9D7; 
	padding: 1px 4px 1px 4px;
	font-weight: normal;
}
td.evenCol {
	background-color: #ffffff;
	padding: 1px 4px 1px 4px;
	font-weight: normal;
}
td.filler {
	background-color:transparent;
}

/*-------------------------------------------------------*/
/* Definitions for the standard and special link styles  */
/*-------------------------------------------------------*/
a {
	color: #ff9933;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
 	color: blue; 
	text-decoration: underline;
}
/* used in listing headers */
a.faqLink
{
	color: #669933; 
	font-weight: normal; 
	text-decoration: underline;
}
a.emailLink
{
	font-size: 9px;
	font-weight: normal;
}
a.footerLink
{
	color: #006699; 
	font-size: 11px;
	font-weight: normal; 
	text-decoration: underline;
}
a.headerLink
{
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold; 
	text-decoration: underline;
}
a.headerLink:hover
{
	color: #ff9933; 
	font-weight: bold; 
	text-decoration: underline;
}
a.topmenu:hover {
 	color: white; 
	text-decoration: underline;
}
a.topmenu{
 	color:white; 
	text-decoration:none;
	font-size: 12px;
}
.topmenu_active
{
 color:white;
}