/*Scroller Luigi*/
.datacon1 {
	background-color: #ffffff;
	border: 1px #cccccc solid;
	margin: 0px;
	padding: 3px;
	position: relative;
	width: 300px;
	height: 150px;
	overflow: hidden;
	text-align: left;
	color: #9c0031;
	font-weight: bold;
	float: left;
}

#topspan {
	margin-top: 150px;
	background-color: #ffffff;
	border-width: 0px;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
}

#bottomdiv {
	background-color: #ffffff;
	border-width: 0px;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
}

.popup {
	border: 1px #cccccc solid;
	padding: 3px;
	font-size: 93%;
	z-index: 20;
	left: 0px;
	visibility: hidden;
	position: absolute;
	/*top: 0px;*/
	/* background-color: #ffffff; */
	background-color: #fffbde;
	color: #555555;
	text-decoration: none;
	text-align: left;
	width: 300px;
	height: auto;
	font-weight: bold;
	margin-left: 195px;
	margin-top: 160px;
}
.popup p {
	color: #555555;
}

.popupMoz {
	border: 1px #cccccc solid;
	padding: 3px;
	font-size: 93%;
	z-index: 20;
	left: 0px;
	visibility: hidden;
	color: #333333;
	position: absolute;
	/*top: 0px;*/
	/* background-color: #ffffff; */
	background-color: #fffbde;
	text-decoration: none;
	text-align: left;
	width: 300;
	height: auto;
	font-weight: bold;
	margin-left: 195px;
	margin-top: 160px;
}
/* Fine Scroller Luigi*/
