/*
	Styles for the NA Cleantime Calculator (NACC).

	Northshore Area Colors  - Edited by Pat D.
	
*/

/* Basic usability: always underline links at rest. I know graphic designers like
to sneer and call it "visually primitive," while affecting an expression exactly
as if there was a very small turd directly under their nose, but we need to be as
accessible as possible. NA has a disproportionate number of disabled members.
It's also a real good idea to change the color dramatically. There's a reason
that most sites use blue and red. Try using a colorblind simulator. They show up.
*/
body {
	background: #fff url(http://nsana.org/cc/nacc/images/backgrnd.gif) repeat scroll 0 0;
}

div.nacc_main {
	background-color: #1A4E88;
}

div.nacc_results {
	background-color: #1A4E88;
}

div.nacc_msg,
div.nacc_keytags {
	background-color: #efefef;
	color: black;
}

span.nacc_title {
	border-bottom: 1px solid white;
	color: white;
}

span.nacc_prompt {
	color: white;
}

a.nacc_reset_link:visited,
a.nacc_reset_link {
	color: white;
	text-decoration: underline;
}

a.nacc_reset_link:active,
a.nacc_reset_link:hover {
	color: #f60;
	text-decoration: none;
}

a.nacc_change_link:visited,
a.nacc_change_link {
	color: #009;
	text-decoration: underline;
}

a.nacc_change_link:active,
a.nacc_change_link:hover {
	color: #900;
	text-decoration: none;
}
/************************************************
*	NACC Text									*
************************************************/
#contentnacc {
	width: 532px;
	margin: 0 auto;
	color: #fff;
	background-color: #1A4E88;
	}

#contentnacc p {
	padding: 5px 10px 10px 10px;
}

