@charset "utf-8";
/* CSS Document */
.overlay {
   background: url('/images/overlay/overlayBg.jpg')  ;
    padding: 0px;
    display:none;    
    width:639px;height:553px;
    z-index:1999;
}
 
div.close { 
    right:-15px;
    top:-10px; 
}
.closeButton{
	float:right;
	padding: 5px 6px 20px 0;
}
.divContent {	
		padding:10px 10px 10px 10px;		
		overflow: auto;   
		height:480px;width:610px;
		 z-index:1999;
}
	
.divHeader {
		background:url('/images/overlay/overlay_logo.jpg') repeat-x;
		height: 65px; 
		border-bottom:solid 2px  #403b3b; 
		
}


.OverlaybtnMouseOverStyle{
      cursor:pointer;
      color: #76A3C7;
      font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
      font-size: 11px;
      padding:0;
      margin:0;  
      background: url(/images/dishNewsBg.jpg) no-repeat;      
      text-align:left;
      border-width:0;
      width:100%;     
    }
   .OverlaybtnMouseOverStyle span 
    {
    	text-decoration:underline;
    }

.overlaybutton
{
	 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	 font-size: 11px;
      color: #5087b6;
      padding:0;
      margin:0;  
     background: url(/images/dishNewsBg.jpg) no-repeat;
      border-color:white;
      border-style:solid;
      border-width:0;
      width:100%;     
       text-align:left;
}

#Overlaydiv p {
	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
	margin: 5px 20px 15px 0px;
}

#Overlaydiv h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#Overlaydiv h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 5px 0px;
}
#Overlaydiv h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 10px 0px;
}
#Overlaydiv h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 10px 0px;
}

