/*STYLES FOR CSS POPUP*/
#blanket {
   background-color:#dfdfdf;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background:url(pop-back.jpg) no-repeat;
	width:600px;
	height:500px;
	border:5px solid #213043; overflow-x:hidden; background:#fff; overflow-y:auto;
	z-index: 9002; top:150px !important; left:325px !important;
}

#popUpDiv a {position:fixed; top:151px; left:913px; background:#213043; color:#fff; padding:5px; text-decoration:none; z-index:5000;}

table { margin:0px; padding:0px;}
table tr { margin:0px; padding:0px;}
table tr td { margin:0px; padding:10px 0px 10px 5px;}

table tr td.date { background:#2e5e9b; color:#fff; width:70px; text-align:center;}
table tr td.country { background:#2e5e9b; color:#fff; width:120px; text-align:center;}
table tr td.Region { background:#2e5e9b; color:#fff; width:200px; text-align:center;}
table tr td.mag { background:#2e5e9b; color:#fff; width:30px; text-align:center;}
table tr td.lat { background:#2e5e9b; color:#fff; width:30px; text-align:center;}

table tr td.datedata { color:#000; width:70px; text-align:center;}
table tr td.countrydata { ; color:#000; width:120px; text-align:left;}
table tr td.Regiondata { ; color:#000; width:200px; text-align:left;}
table tr td.magdata { color:#000; width:30px;text-align:right;}
table tr td.latdata { color:#000; width:30px;text-align:right;}

