@charset "utf-8";
/* CSS Document */

.OverlaybtnMouseOverStyle{
	color:Black;
	cursor:pointer;
	display:block;
	color: #76A3C7;
	padding:0;
	margin:0;  
	background-color:White;
	border-color:white;
	border-style:solid;
	border-width:0;
	width:100%;
	height:25px;
}
      
.OverlaybtnMouseOutStyle{
	color:Black;
	cursor:pointer;
	color: #5087b6;
	padding:0;
	margin:0;  
	background-color:White;
	border-color:white;
	border-style:solid;
	border-width:0;
	width:100%;
	height:25px;
}

.overlaybutton {
	color: #5087b6;
	padding:0;
	margin:0;  
	background-color:White;
	border-color:white;
	border-style:solid;
	border-width:0;
	width:100%;
	height:25px;
}

#overlay_wrapper {
	height:370px;
	position:relative;
	width:100%;
}

.overlay {
    background-color: #FBFCFB;
    display:none;
	height:213px;
	/*min-height:400px;*/
	overflow:hidden;
	padding: 0px;
	position:absolute;
		top:50px;
		left:34px;
	width:379px;
[?]	width:379px;  
}

.overlay div {
	height:213px;
	margin:-33px 0 0 -1px;
	width:379px;
}

a.close { 
	background:url('../images/overlay/PopUp_Close2.gif') no-repeat left  ; 
    cursor:pointer;
	height:15px;
	width:60px;	
	position:absolute;
		top:5px;
		left:5px;
	z-index:999;
}


.overlay h4 {
	font-size: 16px;
	font-weight: bold;
	color:#666;
	margin: 10px 0px 20px 0px;
}

.overlay h5 {
	color:#CC0000;
	font-size: 13px;
	font-weight: bold;
	margin:3px 0;
}

.overlay p {
	line-height:16px;
	margin:3px 0;
}
.Overlayimagebutton{
     
      /*overlaybutton - retain  default button style to aviod overriding on mouse over/mouseout*/
	  padding:0;
      margin:0;  
      background-color:White;
      border-color:white;
      border-style:solid;
      border-width:0;
      width:97px;
      height:22px;
    }
