/* blueriver style sheet */



/* ---------- GENERAL TEXT ----------- */
/* Most elements are in a table or paragraph of some kind, so change TD or P
/* Set TD background-color to something to make the page background colour change. Change color to reflect suitable text color */
BODY { font-family: Arial, Helvetica, Sans-serif; color: #555; }
P { font-family: Arial, Helvetica, Sans-serif; color: #555;  }
.leadtext, .leadtext p { font-weight: normal; padding: 0px; }
TD { font-family: Arial, Helvetica, Sans-serif; color: #555; }
H1 { font-family: Arial, Helvetica, Sans-serif; color: #FF9900; border-bottom: solid 1px #EEF;}
H2 { font-family: Arial, Helvetica, Sans-serif; color: #009; }
H3 { font-family: Arial, Helvetica, Sans-serif; color: #009; margin-top: 12px;  }
H4 { font-family: Arial, Helvetica, Sans-serif; color: #009; }
HR { clear: both; }
SELECT { color: #009; }
INPUT { color: #009; }
TEXTAREA { color: #009; }
A { font-family: Arial, Helvetica, Sans-serif; color: #0066FF; text-decoration: none; }
A:hover { color: #0066FF ; text-decoration: underline; }
.pagearea { }
.displayarea { }
	


	.listtitle { font-size: 12px; background: #BFDDFF; color: #fff; font-weight: bold; padding-left: 3px; padding-top:4px; margin-top:6px; margin-bottom: 6px; }
  	/* First list element (treated as a title or heading) */
	.listfirst { color: #0000AA; padding-right: 3px; padding-left: 2px; padding-top: 2px; padding-bottom: 3px; font-size: 11px; text-align:left; background: #BFDDFF URL(corner.gif) top no-repeat right;}
	/* Main list elements */
	.listwrapperLR H5 { color: #0000AA; padding-right: 3px; padding-left: 2px; padding-top: 2px; padding-bottom: 3px; font-size: 11px; text-align:left; background: #BFDDFF URL(corner.gif) top no-repeat right;}
	.listwrapperTB H5 { color: #0000AA; margin-right: 4px; padding-right: 3px; padding-left: 2px; padding-top: 2px; padding-bottom: 3px; font-size: 11px; text-align:left; background: #BFDDFF URL(corner.gif) top no-repeat right; }

	.listitem { padding-right: 3px; padding-left: 2px; padding-top: 0px; padding-bottom: 0px; margin-bottom: 10px; margin-top: 4px; font-size: 11px; }
	/* links within lists */
	.lista { font-size: 11px; color: #0066FF; text-decoration: none;}
	.lista:hover { color: #FFFFFF; /*text-decoration: underline; background: none*/ }
	/* links within lists if first element (ie acts as heading too) */
	.lista1 { color: #0000AA; padding-right: 6px; padding-top: 1px; padding-bottom: 2px; font-size: 11px; }
	.lista1:hover { color: #FFF; /*text-decoration: underline; background: none*/ }
	/* for two toning lists (if used) */
	.listbg1 { }
	.listbg2 { }
