/*  -- Colours ---------------------------------------------------------------  */

/* -- Green scheme p. 60
	G1 Dark green R000 G097 B000 #00 61 00
	G2 Mid green R000 G122 B000 #00 7A 00
	G3 BT Green R000 G154 B000 #00 9A 00

	S1 MBU outline R173 G197 B215 #AD C5 D7

	T1 Light green tint R243 G251 B243 #F1 F8 FF !!! #f2faf2;
	T2 Dark green tint R221 G242 B221 #E7 F2 FF !!! #ddf1dd;
*/
.colour1 {
	color: #006100;
}
.t1Tint {
	background-color: #f1f8ff;
}
.t2Tint {
	background-color: #e7f2ff;
}

.t3Tint {
	background-color: #edf9f0;
}
.t4Tint {
	background-color: #ddf1dd;
}
/* -- redefine colors for layout */
#Page {
	border-bottom: 10px solid #006100;
}
/* -- redefine colors for typography */
h1, h2, h3, h4 {
	color: #006100;
}
/* -- redefine colors for layout */
#Page {
	border-bottom: 10px solid #006100;
}
#ContentAreas {
	background: url(/static/wa/consumerordertracking/cyaot/img/css/bg_page_green_720x1.gif) repeat-y;
}
#Footer {
	background-color: #f2faf2;
}
/* -- redefine colors for typography */
h1, h2, h3, h4 {
	color: #006100;
}
/*  -- redefine colors for data tables  */
table.data td {
	border-top: 1px solid #94d394;
}
table.data tr.last td {
	border-bottom: 1px solid #94d394;
}
table.data tr.total td {
	border-top: 2px solid #94d394;
}
/* -- redefine colors for forms */
input.tint1, textarea.tint1, select.tint1, select.tint1 option {
	background-color: #f2faf2;
}

