
*
{
   font-family:Arial;	
	
}	


body
{
   background: url(../../images/exptextb.jpeg);	
	
}	


#staff td,th
{
   padding-right:10;
   padding-top:5;
   margin:5px;	
	
}	
	
  




       acronym.dotted { 
	    cursor: help;
        border-bottom-width: 1px;
        border-bottom-color: #00000;
        border-bottom-style: dotted;
       }
      .bullet 
          { 
	        font-family:Arial; font-size:12pt; color:black; 
	        margin-top:0pt; margin-bottom: 7pt;
	        margin-left: -15pt;
	      }
      .bullet2
          { 
	        margin-left: -5pt;
	      }
     .bullet_header 
          { 
	       font-family:Arial; font-size:12pt; color:black;   
	       font-weight: bold;
          }
    h1
       {
          font-family:Arial; 
          font-size:18pt; 
          color:black;   
	      font-weight: bold;
       }   
   
    button
       {   
          font-weight:bold;
       }       
          
     p, ul,li
       {
	       line-height:15pt;
	       margin-top:0px;
	       margin-bottom:10px;
	     
	       font-family:Arial; font-size:12pt; color:black;   
	       font-weight: bold;
        } 
        
    .xyz
        {
	       font-family:Arial; 
	       font-size:15pt; 
	       font-weight:bold; 
        }    
           
     .cur_step
        {
	      color:red; 
	      font-size:16pt;
	      font-style:italic;   
        }        
     .step 
        {
	     color:blue;
	     font-size:10pt;     
        }         
        
          
      td
        {
	       font-family:Arial; font-size:12pt; color:black;   
	       font-weight: bold;
        }         
     
     td #heading
        {
	       padding: 7pt;
	       font-size:14pt; 
	       color:black; 
	       text-align: center;  
	       
        }
        
    .t1   /* table style sheet for courses. */ 
        {   
         width:800;
         border-style:solid;
         border-color:black;
         border-width:2px;
        }   
        
    .form_heading
        {
	     margin-top:0px;
	     margin-bottom:10px;
	     font-family:Arial; 
	     font-size:16pt; 
	     color:black;   
	     font-weight: bold;     
	     text-align:center;   
	    }        
     .form_table
        {
	     width:800px;
	    }
	 .input_left
	     {
		 font-size:10pt;    
		 text-align:right;
		 width:300px;
		 }  
		 
     .input_right
	     {
		 width:500px;   
		 font-size:10pt;    
		 text-align:left;
		 padding-left:20px;
		 } 	
		 
	  .output_right
	     {
		 width:500px;   
		 font-size:12pt;    
		 text-align:left;
		 color:blue;
		 padding-left:20px;
		 } 		 
		 
		 
		 
		 
		 
     .input_note
	     {
		 font-size:12pt;    
		 text-align:center;
		 }		 
	 .note
	     {
		 color:blue; font-size:15pt;    
	     }    	 
		 
		 
		 
		 
     #required
         {
	     color:blue;
	     font-size:15pt;
	     font-weight:bold;   
         }  
         
       .error
	     {
		 color:red;
		 font-size:15pt;
		 font-weight:bold;
		 }      
          
	   .form_error
	     {
		 color:white;
		 background:red;
		 font-size:15pt;
		 font-weight:bold;
		 }	 
		.instructions
		{ 
		margin-top:10px; 
		margin-left:40px;
		line-height:10pt;		 
		}
		.bullets_i
		{
		line-height:12pt;
		margin-top:3px;
		margin-bottom:0px;  
	    } 
	    
	    
	   .bullets_j
		{
		line-height:16pt;
		margin-top:3px;
		margin-bottom:0px;
		font-size:14pt;
		color:blue;  
	    } 
	    
	    
	    
div#tbl-container {
width: 1000px;
height: 300px;
overflow: scroll;
/* scrollbar-base-color:#ffeaff; */
}

table {
/* table-layout: fixed; */
border-collapse: collapse;
/* background-color: WhiteSmoke; */
}

div#tbl-container table td {
width: 100px;
border: 1px solid black;
}

thead th, thead th.locked	{
font-size: 14px;
font-weight: bold;
text-align: center;
background-color: navy;
color: white;
border-right: 1px solid silver;
position:relative;
cursor: default; 
}






	
thead th {
top: expression(document.getElementById("tbl-container").scrollTop-2); /* IE5+ only */
z-index: 20;
}

thead th.locked {z-index: 30;}

td.locked,  th.locked{
background-color: white;
font-weight: bold;
border-right: 1px solid silver;
left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft); /* IE5+ only */
position: relative;
z-index: 10;
}
	    
	    
>