/*
// Browser checking script, 2009-12-10, mortenson@aarc.org
// =======================================================
// Checks for browser model and version, and Flash plugin.  
// In IE, will also detect current version of Flash.
// ============
// Requirements
// ============
// -- jQuery version 1.2.3
// -- JavaScript at www.aarc.org/scripts/browsercheck.js
// -- stylesheet at www.aarc.org/css/browsercheck.css 
// -- HTML code at www.aarc.org/browsercheck.html
// =======================================================

NOTE: Don't forget to grab the speech bubble graphic used in #msgBrowserCheck!
*/
div#clickCheck {
	display: block;
	position: fixed;
	float: right;
	clear: none;
	bottom: 6px;
	right: 6px;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: RGB(91,143,190);
	color: white;
	padding: 0;
	margin: 0 0 0 95%;
	z-index: 100;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
}
#linkToCheck {
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 14px;
	line-height: normal;
}
#msgBrowserCheck {
	display: none;
	position: relative;
	top: -80px;
	left: -120px;
	width: 108px;
	height: 75px;
	font-size: 10px;
	padding: 6px 30px 20px 3px;
	color: black;
	z-index: 1000;
	background: transparent URL('../graphics/speechbubble_120x80bottomrt.gif') no-repeat;
	line-height: 11px;
	cursor: default;
}
#closeMsg {
	display: inline;
	text-decoration: underline;
	cursor: pointer;
	color: blue;
}
