
.modalBackground
{
	background-color: #808080; 
	filter: alpha(opacity=100);opacity: 0.5;	
}
.mod_pop
{
	width:70%;
	height:auto;
	margin:0 auto; 
	border-top:50px solid #b71c1c;
	border-bottom:1px solid #b71c1c;
	border-left:1px solid #b71c1c;
	border-right:1px solid #b71c1c;
	background:#FFF; font-size:16px;
	
        box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.mod_pop_small
{
	width:auto;
	height:auto;
	margin:0 auto; 
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#FFF; font-size:14px;
}
.pop_mid
{
	width:99%; 
	margin:0 auto;
	background:#FFF; 
}
.working
{
	width:100%;
	height:auto;
	background:#FFF;
	clear:both;
	
}
.pop_cross
{
	width:20px; 
	height:20px; 
	float:right;
	margin-left:10px; 
	margin-top:-30px;
	padding-right:5px;
}
.pop_text
{
	width:40%; 
	height:20px; 
	float:left; 
	margin-top:-30px;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	margin-left:15px;	
}
.resultA:hover
{
    color:Blue;
    text-decoration:underline;
}

.linkButton
{
	color:#424344;
	text-decoration:none;
}
.linkButton:hover
{
	color:#424344;
	text-decoration:underline;
}
.LinkButtonResult
{ color:white;
  font-family :Calibri;
  text-decoration :none;
  font-size:90%;
 }
 
 
.LinkButtonResult1 {
color: white;
 font-family :Calibri;
  text-decoration :none;
  font-size:90%;
  
 
}
.LinkButtonResult1:hover 
{color: white;
     }

#lnkResult2
{
    padding-left: 15px; display: inline-block;  margin: 6px 2px;  
  background-repeat: no-repeat;  background-position: left -1000px;  }
  #lnkResult2:hover { background-position: left -90px;}