html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

body._js,
body.js {
	height: auto;
}

noscript.warning {
	height: 100%;
	display: block;
}

#noscriptWarning {
	height: 100%;
	background: #222;
}

#noscriptWarning table {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}

#noscriptWarning div.message {
	width: 285px;
	height: 150px;
	background: url(noscript_dialogue.png);
	margin: 0 auto;
	padding: 25px 25px 25px 90px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 17px;
	text-align: justify;
	position: relative;
	top: -50px;
	color: #000;
}

#noscriptWarning div.message p {
	margin-top: 0;
}

#noscriptWarning div.message a {
	color: #000;
}

#noscriptWarning div.message form {
	position: absolute;
	bottom: 17px;
	right: 25px;
	width: 350px;
	text-align: right;
	font-size: 0.8em;
	border-top: solid 1px #404040;
	padding-top: 10px;
}

#noscriptWarning div.message form label,
#noscriptWarning div.message form label input {
	cursor: pointer;
}

#pageWrapper {
	/* display: none; */
}

body._js #pageWrapper,
body.js #pageWrapper {
	display: block !important;
}

/* ========================================================================== */

.notification {
	position: relative;
	z-index: 20;
	white-space: normal;
	line-height: 1.5em;
	cursor: default;
	display: block;
}

.notification .notificationAnchor {
	position: absolute;
	left: 0;
}

.notification .notificationAnchor .notificationMessage {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	width: 200px;
}

.notification .notificationAnchor .notificationMessage .top {
	height: 15px;
	background: url(notification_top.png) 50% 50% no-repeat;
	#background-image: url(notification_top_lo.png);
}

.notification .notificationAnchor .notificationMessage .middle {
	background: url(notification_middle.png) 50% 50% repeat-y;
	#background-image: url(notification_middle_lo.png);
	padding: 5px 20px;
}

.notification .notificationAnchor .notificationMessage .bottom {
	height: 25px;
	background: url(notification_bottom.png) 50% 50% no-repeat;
	#background-image: url(notification_bottom_lo.png);
}

