@charset "utf-8";
/* CSS for Screen Pop */

/* BACKGROUND ATTRIBUTES */
#blanket { 
   background-color:#111;
   opacity: 0.80;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}

/* POP-UP WINDOW ATRIBUTES */
#popUpDiv {
	position:absolute;
	background-color:#000000;
	color: #CCCCCC; /* TEXT COLOR ON POP-UP */
	width:350px;
	height:275px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}
#popUpDiv a:link {
	color: #FF9933;
	text-decoration: none;
}
#popUpDiv a:visited {
	color: #FF9933;
	text-decoration: none;
}
#popUpDiv a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.blue_text {
	color: #6db1dd /* For areas with blue text on pop-up */
}