@media print
{
body {
	text-align: center;
   font-family: helvetica, arial, impact, sans-serif;
	background-color: #333333;
	background-color: #ffffff;
	color: #58585A;
}

div.selector {
	margin:0 auto;
	position:relative;
	top:0px;
	left: 0px;
	width:800px;
	height:40px;
	text-align: center;
	z-index:20;
	border:0px solid black; 
	overflow:hidden;
	display:none;
}


div.row1 {
	z-index:2;
	width:800px;
	height:117px;
	border: 1px solid #95bab8;
	position:relative;
	margin:0 auto;
	padding:0px;
	top:0px;
	display:none;
}

div.row2 {
	z-index:2;
	width:800px;
	height:483px;
	border:0px solid black; 
	position:relative;
	margin:0 auto;
	display:none;
}

div.row2col1 {
	z-index:10;
	position:absolute;
	width: 300px; 
	height: 125px;
	border: 5px double #95bab8;
	left:-320px;
	top:90px;
#	color:white;
	color:#006666;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	line-height:100%;
#	background-color: #95bab8;
	background-color: #e5f1f1;
	padding:20px;
	display:none;
}

div.row2col2 {
	float:left;
	z-index:5;
	width:430px;
	position:relative;
	left:145px;
	top:-590;
	border:0px solid red; 
	text-align: left;
	color:#006666;
	font-size: 16px;
	display:none;
}

div.row2col3 {
	float:left;
	z-index:5;
	width:380px;
	position:absolute;
	left:570px;
	top:0px;
	border:0px solid green; 
	display:none;
}

div.popup {
	font-size: 12px;
	padding:40px; 
	width:400px;
	background-color: #e5f1f1;
	text-align: left;
	color: #426A32;
}

span.popup {
	text-align: left;
	color: #426A32;
}

#popUpDiv {
	position:relative;
	margin: 0 auto;
	top: 15px;
	width: 400px;
	height: 600px;
	background-color:white;
	border-color:#585858  ;
	color: 	#484848  ;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	padding: 10px;
   font-family: arial, helvetica, impact, sans-serif;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	overflow:visible;
}

	div.footer
	{
		display:none;
	}
}


