/*
 *	helper.css
 *	This is for styling elements generated by the TemplateHelper class.
 */
/* NO JS */
div.nojs {
	background-color: #ffffff;
	color: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-weight: 900;
	z-index: 999;
	font-size: 14px !important;
	font-family: Verdana, sans-serif !important;
}
div.nojs a {
	color: #ff0000 !important;
}
/* OLD IE */
div.oldie {
	position: fixed;
	z-index: 999;
	top: 50px;
	left: 5%;
	width: 89%;
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	border: 2px solid #ff0000;
	text-align: center;
	font-size: 14px !important;
	font-family: Verdana, sans-serif !important;
}
div.oldie a {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000 !important;
}