/* outline page leftover styles -
 */

/* moreinfo.inc */
p.leftcol    { font-family: Verdana,Arial,Helvetica; font-size: 8pt; }

/* popup class dates */
span table td {padding: 2px;}

/* used to make popup css tooltips */
a.cldates       {position:relative; 
		 z-index:24; 
                 text-decoration:none;
                }
a.cldates:hover {z-index:100; background-color:#ff0;}
a.cldates span  {display:none;}
a.cldates:hover span {
              display:block;
              position:absolute;
              top:2em; left:-8em; width:20em;
              border:1px solid #666;
              background-color:#daf4ff; color:#000;
             }

/*              background-color:#f6f6f6; color:#000; */
             
.adtext { margin-top: 8px; margin-bottom: 0px; font-size: small; }
.ad {
  background-color:#eaf4ff;
  border-top-style:solid;
  border-top-width:3px;
  border-top-color:#295A94;
  border-bottom-style:solid;
  border-bottom-width:3px;
  border-bottom-color:#295A94;
  border-left-style:solid;
  border-left-width:1px;
  border-left-color:#CCCCCC;
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#CCCCCC;
  padding:5px;
}
/* End */
