/*
    File Name: ~/WS_Files/Skins/Default/CSS/OverlayExpandedInformation.css
       Create: 2008-03-24;
     Modified: 0000-00-00;
  Description: This is the CSS for the Overlay Expanded Information javascript box.
       Notice: This CSS file was purpose written for Professional Web Pages v5.0 website Overlay Expanded Information javascript file.
               Copyright 2008 Professional Web Pages (non transferable).

*/

@media print
	{
	   

	}
@media screen
    {
		/* START - Overlay*/
		div.overlay 
			{
				background-image:url(../IMG/Overlay/CntOverlayBackground.png);
				
				display:none;
				height:470px;				
				padding:35px;
				
				top:20px;
				margin-top:0;
				width:600px;
			}
		div.overlay img
			{
				float:left;
				margin-right:10px;
			}
		
		div.overlay div.close 
			{
				background-image:url(../IMG/Overlay/close.png);
				position:absolute;
				right:12px;
				top:12px;
				cursor:pointer;
				height:35px;
				width:35px;
			}
		#CntOverlayExpandedInformationScreenClickable a
			{
				 cursor:pointer;	
			}

        /* END - Overlay*/
    }