/*
	Styles for the NA Cleantime Calculator (NACC).

	SVGNA Theme
*/

/* 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: #7E84B9 url('../../images/NAlogo.png') fixed center;cursor:url('../../images/groupcursor.cur'), auto;}

div.maintable {
	width: 555px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: 7px ridge #FFFFFF;
	background-color: #CFCFD7;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
		
div#user_container {width: 535px; margin-left: auto; margin-right: auto}
		
div#link_container { border-width: 5px; border-color: #808080; border-style: ridge;width: 525px; margin-left: auto; margin-right: auto; background-color: #CFCFD7; text-align: center}

div.nacc_main { border-width: 5px; border-color: #808080; border-style: ridge; background-color: #CFCFD7;}

div.nacc_results { border-width: 5px; border-color: #808080; border-style: ridge; background-color: #CFCFD7;}

div.nacc_msg,
div.nacc_keytags {background-color: #efefef; color: black;}

span.nacc_title { text-align: center; font-family: broadway; border-bottom: 1px solid #000000; color: #000000;}

span.nacc_prompt {color: #000000;}

input.nacc_calc_btn{border: 1px solid #0000ff;background-color: #ccccff;color: #000088;font-family:verdana;font-weight:bold;font-size:90%;cursor:url('../../images/grouppointer.cur'), pointer;}
input.nacc_calc_btn:hover{border: 1px solid #00ffff;background-color: #eeffff;color: #555555;text-shadow: 1px 1px #FFFFFF, -1px -1px #444444;}
		
a:link ,a.nacc_reset_link,a.nacc_change_link {text-decoration:none;color: #000088;font-family:verdana;font-weight:bold;font-size:80%;cursor:url('../../images/grouppointer.cur'), pointer; }
a:visited,a.nacc_reset_link:visited ,a.nacc_change_link:visited {color: #551A8B }
a:active ,a.nacc_reset_link:active,a.nacc_change_link:active  {color: #990000 }
a:hover,a.nacc_reset_link:hover,a.nacc_change_link:hover   {color: #000000;text-shadow: 1px 1px #FFFFFF, -1px -1px #444444;}
