/* ------------------------------------ *
 CSS
 Wednesday, September 08, 2004 20:23:07
 HAPedit 3.1.11.111
 * ------------------------------------ */
     TABLE#calendar TD.data {
        font-family: Arial, Helvetica, sans-serif;
        color:#000000;
        font-size: 9px;
        text-align:left;
        vertical-align: top;
        border-left: 1px #002255 solid;
        border-top: 1px #002255 solid;
        border-right: 1px #002255 solid;
        border-bottom: 1px #002255 solid;
        padding: 2px 2px 2px 2px;
    }
    TABLE#calendar TD.empty{
        background-color:#ffffff;
        border-left: 0px;
        border-top: 0px;
        border-right: 0px;
        border-bottom: 0px;
        padding: 0px 0px 0px 0px;
    }
    TABLE#calendar TD.day{
        font-family: Arial, Helvetica, sans-serif;
        background-color:#002288;
        color:#ffffff;
        font-size: 11px;
        font-weight:bold;
        text-align:center;
        vertical-align: middle;
        border-left: 1px #002255 solid;
        border-top: 1px #002255 solid;
        border-right: 1px #002255 solid;
        border-bottom: 1px #002255 solid;
        padding: 2px 2px 2px 2px;
        }

    TD.contour {
        border-left: 5px #002288 solid;
        border-top: 5px #002288 solid;
        border-right: 5px #002288 solid;
        border-bottom: 5 #002288 solid;

    }

    #other, #arizona, #nac, #section, #monthList, {font-size:9pt;}
    #other { background-color: #800080; }
    #arizona { background-color: #008000; }
  /*  #orange {background-color: #FF00FF;} */
    #orange {background-color: orange;}
    #section {background-color: #FFFF00;}
    #month {text-transform:uppercase; font-style:bold; letter-spacing:10pt;}
    #monthList {color:black}
    #eventTableTitle {text-transform:uppercase; font-style:bold;font-size:10pt}

