body {
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 185%;
}
h3 {
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight:bold;
	text-align:center;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#nr_overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000; 
	position: absolute; 
	background-color: rgb(0, 0, 0); 
	opacity: 0.75; 
	1background-position: initial initial; 
	1background-repeat: initial initial;
}
#nr_container {
	top: 5%;
	margin: 0 auto;
	position: absolute;
	1width: 1100px;
	1height: 500px;
	z-index: 10001;
	padding: 0;
	text-align: justify;
}
.nr_box {
	padding: 5px 5px 5px 5px;
	background-color: white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:10px;
}
.nr_top {
	min-height: 25px;
	width: 100%;
	position: absolute;
	top: -25px;
}
.nr_close {
	width: 25px; height: 25px;
	cursor: pointer;
	position: relative;
	float: right;
	padding-right: 2px;
	background-image: url('/images/close.png');
	background-repeat: no-repeat;
}
.nr_data {
	1padding: 3px 3px 3px 3px;
	background-color: cyan;
	1overflow-y: scroll;
	min-height: 200px;
	margin-bottom: 2px;
}
