.cselect {                               /* select dropdowns */
     font-size:12px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     color: #000000;
}
.ctitle {                               /* title in heading */
     font-size:16pt;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     color: #000000;
     text-align:center;
}
.daybar {                               /* days of the week */
     font-size:10px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: normal;
     color: #000000;
     background-color: #CCCC99;
     text-align:center;
     border:1px solid #000000;
}
.waste {                                /* spacer pre/post month */
     background-color: #E4E4CA;
     width:65px;
     height:60px;
     border:0;
}
.daymth {                               /* days in the month */
     font-size:12px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
     color: #000000;
     background-color: #FFFFFF;
     text-align:left;
     vertical-align:top;
     width:65px;
     height:60px;
     border:1px solid #000000;
}
* html .finput { height: 19px; }        /* big enough for styled text */
.finput {                               /* input boxes on forms */
     height: 17px;
     border-top: 2px solid #4D5071;
     border-left: 2px solid #4D5071;
     border-right: 1px solid #8F8F8F;
     border-bottom: 1px solid #8F8F8F;
     padding: 0 2px 0 2px;
     background-color: #FFFFFF;
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px;
     font-weight: normal;
     color: #000000;
}
