/* NPAC Stylesheet */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

*:first-child+html #popup {
    /* Necessary: */
    position: absolute;
    display: none;
    z-index: 10;
	color: ffffff;
	margin-top: 230px;
	margin-left: 465px;

    /* Additional styling: */
    width: 90px;
	color: ffffff;
    font-size: x-small;
    background-color: #ebebe7;
    border: 1px dotted #ece;
    opacity: .85;
    filter: alpha(opacity=85);
  }
  
* html #popup {
    /* Necessary: */
    position: absolute;
    display: none;
    z-index: 10;
	color: ffffff;
	margin-top: 130px;
	margin-left: 465px;

    /* Additional styling: */
    width: 90px;
	color: ffffff;
    font-size: x-small;
    background-color: #ebebe7;
    border: 1px dotted #ece;
    opacity: .85;
    filter: alpha(opacity=85);
  }
  
#popup {
    /* Necessary: */
    position: absolute;
    display: none;
    z-index: 10;
	color: ffffff;

    /* Additional styling: */
    width: 90px;
	color: ffffff;
    font-size: x-small;
    background-color: #ebebe7;
    border: 1px dotted #ece;
    opacity: .85;
    filter: alpha(opacity=85);
  }

