/* 
TITLE: popup.css
AUTHOR: mvp
DATE: 3-10-2001  
adapted from one used on WDK form pages
Adapted on 7-14-08 mvp
PURPOSE:  THIS IS THE CSS SHEET FOR INSTRUCTION LINK POPUPS ON FORM PAGES
 */


   #pup {
	    position: absolute; 
	    visibility: hidden; 
	    width: 230px; 
	    z-index: 200;
        }

		
   A.type1:link {
       color: #0E1676;   
	   font-family: Arial;
	   font-size: 10pt;
	   font-weight: 700;  
	   text-decoration: none;
	   background-color : #eaf7f3; 
        }


   A.type1:visited {
       color: #0E1676; 
	    font-family: Arial;
	    font-size: 10pt;
	    font-weight: 700;      
	    text-decoration: none;
	    background-color : #eaf7f3; 
}


/* test of trying to make the popup work with a span command or something other than an HREF */
   #texttest {
        color: 009900;
	    font-family: Arial;
	    font-size: 13pt;
	    font-weight: 700;
	    text-decoration: line-through;
        }

	