/*
	2nd tier - Green
		old: C5F3BD
*/
body {
	background-color: #D0F3CA;
	padding: 0;
	margin: 0;
	border: 0;
}
body, div, span, table, tr, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	bont-color: black;
}

/* .bkgBody { background-color: #D0F3CA; } */
.bkgBody { background-color: #D0F3CA; }
.bdrBody { border-color: #D0F3CA; }
.bdrDotBody { border: 2px #D0F3CA dotted; }
.dotRuleBody {
	border-top: 2px #D0F3CA dotted;
	width: 95%;
}



.dotRuleGauze {
	border-top: 2px #E6F3E2 dotted;
	width: 95%;
}
.dotRuleGauzeBottom {
	border-bottom: 2px #E6F3E2 dotted;
	width: 95%;
}

.bkgGauze { background-color: #E6F3E2; }



a {
	text-decoration: underline;
	color: #5E913F;
}
a:hover {
	text-decoration: none;
	color: black;
	background-color: #9FE89A;
}
a:focus {
	text-decoration: none;
	color: black;
	background-color: #9FE89A;
}
a:active {
	text-decoration: underline;
	color: #5E913F;
	background-color: #9FE89A;
}
/*
a:visited {
	text-decoration: underline;
	color: #5E913F;
}
*/

.clrGreen { color: #D0F3CA; }
.clrGauze { color: #E6F3E2; }
.clrSage { color: #9FE89A; }
.clrGrass { color: #7BE885; }
.clrPine { color: #5E913F; }



/*
	Side-bar commons
*/
.groupingName {
	width: 100px;
	padding: 5px 15px 5px 15px;
	background-color: #E6F3E2;
	font-family: "Trebuchet MS", "Geneva", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}

.groupingLegend {
	float: left;
	margin: 2px;
}
.groupingLegendLink {
	padding: 2px 4px 2px 4px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}
.groupingLegendLink:hover {
	color: black;
	background-color: #E6F3E2;
}
.groupingLegendLink:focus {
	text-decoration: none;
	color: black;
	background-color: #E6F3E2;
}
.groupingLegendLink:active {
	text-decoration: underline;
	color: #5E913F;
	background-color: #E6F3E2;
}

.searchHeader {
	border-bottom: 2px #E6F3E2 dotted;
	font-size: 14px;
	font-weight: bold;
}
.searchBody {
	padding-top: 5px;
}

