/* ADAPTIVE IMAGE CSS - Standard form - ai_std_wcag.css */

/* No hacks here - IE < 7 bug patches in page IE conditionals or other browser PHP switched stylesheets */

/*************************** ACCESSIBILITY ******************************/

/******** no script warning ********/
#jswarn, #jswarn a {
	background-color: #FF3300;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	padding: 0.2em 0 0.4em 0;
	text-align: center;
	z-index: -1;
}
/******** extended desc d link ********/
.rightDlink {
	visibility:hidden;
	float:right;
	position:absolute;
}
/******** external link new window (xhtml strict dummy class - used by link_compliance.js) ********/
.ext_link_new_win {
}