@charset "utf-8";
/* CSS Document - Styles for Help and Accessibility features */
/* Author: Scratch Web Design */


/* --------------------------------------------------------- HELP LINK & SKIP-LIST */
#helpwrap {
	float: left;
	position: absolute;
	top: 0;
	left: 0; /* Position left or right of page */
	height: 20px;
	margin: 0; padding: 3px 0;
	width: 49%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
ul#skip-list { 
	position: relative; 
	left: 0; 
	top: 0; 
	z-index: 0;
	}

/* --------------------------------- Hidden skip links */
.skip {	/* All incl Opera */
	display: none; 
	font-size: 0.7em; 
	margin: 0; 
	padding: 0 0.5em 0 0.5em; 
	position: absolute;
	} 
/* * html */ .skip { display: block;} /* Seen by IE */
/* * html  .skip { z-index: 0} /* Seen by IE: Fix incorrect IE z-indexing */
/*:root */.skip { display: block} /*Seen by Moz, FF and Safari*/

.skip a, 
.skip a:link {
	position: relative; 
	left: -9999px; 
	top: 0; 
	padding: 0.2em; 
	display: inline; 
	z-index: 2; 
	text-decoration: none; 
	font-weight: bold;
	}
/* --------------------------------- Visible Help link */
.help a, 
.help a:link {
	position: relative; 
	left: 0; 
	top: 0; 
	padding: 0.2em;
	padding-left: 0.5em; 
	padding-right: 0.5em; 
	text-decoration: underline;
	color: #666;
	}
.help a:hover {
	color: #AAA;
	}
/* --------------------------------- Skip and Help links common focus styles */
.help a:focus, .skip a:active,	
.skip a:focus, .skip a:active {
	position: relative; 
	left: 0; 
	top: 0; 
	padding: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;  
	color: #AAA;
	text-decoration: none;
	background-color: #050505;	
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA; 
	}

	
/* --------------------------------------------------------- NO-BGAUDIO ALT CONTENT */
/* Not required if background musaic is not used */
.no-bgaudio {	/*All incl Opera*/
	display: none; 
	font-size: 0.7em; 
	margin: 0; 
	padding: 0 0.5em 0 0.5em; 
	position: absolute;
	} 
/* * html */ .no-bgaudio { display: block;} /* Seen by IE */
/* * html  .skip { z-index: 0} /* Seen by IE: Fix incorrect IE z-indexing */
/*:root */.no-bgaudio { display: block} /*Seen by Moz, FF and Safari*/

.no-bgaudio a, 
.no-bgaudio a:link {
	position: relative; 
	left: -9999px; 
	top: 0; 
	padding: 0.2em; 
	display: inline; 
	z-index: 2; 
	text-decoration: none; 
	font-weight: bold;
	}

.no-bgaudio a:focus, 
.no-bgaudio a:active {
	position: relative; 
	left: 0; 
	top: 0; 
	padding: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;  
	color: #AAA;
	text-decoration: none;
	background-color: #050505;
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA; 
	z-index: 10;
	} /* So Help link is hidden behind no-bgaudio audio link when tabbed */	

/* --------------------------------------------------------- MISC */

a.user-info {
	color: #999;
	text-decoration: underline;
	}	
a:visited.user-info {
	color: #999;
	text-decoration: underline;
	}	
a:hover.user-info {
	color: #FFF;
	text-decoration: underline;
	}	
a:focus.user-info,
a:active.user-info {
	color: #FFF;
  text-decoration: none;
	border-top: 1px dotted #00CCFF;
	border-bottom: 1px dotted #00CCFF;
	}	

.alert {color: red;}
.bold {font-weight: bold;}	


li.notes {
	list-style: lower-roman;
	}

/* EOF */