#disclaimer_copyright{
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	z-index:900;
	display:block;
	width:auto;
	height:auto;
	font-size:11px !important;
}
#disclaimer_copyright b {
	font-size:11px !important;
}
#disclaimer_mapplusbytydac{
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	z-index:900;
	display:block;
	width:auto;
	height:auto;
	font-size:8px !important;
}
#disclaimer_pdf {
    display: block;
	background-color:rgba(84,191,171,0.8);
	color: #FFFFFF !important;
	font-weight:bold;
    height: auto;
    position: absolute;
    width: auto;
    z-index: 100;
}
#disclaimer_news {
	position:absolute;
	background-color:rgba(84,191,171,0.8);
	z-index:10;
	border: 0px;
	display:block;
	width:300px;
	height:auto;
	font-weight:bold;
}
#disclaimer_news a, #disclaimer_news a:visited, #disclaimer_news a:checked{color: #FFF !important; border-bottom-style:dotted; border-bottom-width:1px;text-decoration:none;}
#disclaimer_tips{
	position:absolute;
	background-color:rgba(84,191,171,0.8);
	/* background-color:rgba(235, 111, 142, 0.95); */
	color: #ffffff !important;
	z-index:10;
	border: 0px;
	display:block;
	width:300px;
	height:auto;
}
.njsDisclaimer{
	background:none;
	border: none; 
	overflow: hidden;
	color:#000000;
}
.njsDisclaimer .njsDisclaimerContent{
	/* /*background-color:#fff; */
	border: 0px solid #4c535b;
	overflow: hidden;
	padding: 1px;
	margin: 0px;
	color: #4c535b;
	/* color: #191a1b; */
	opacity:0.85;
}
.njsDisclaimer .njsDisclaimerClose{
	text-align: right;
	position: relative;
	cursor: pointer;
	background: url(../img/close_small.png) no-repeat scroll 0 0 transparent;
	width: 16px; height: 16px;
}