
/*
   Include these style definitions into your sites` css, if you'd like
   to use the calendar plugin.
*/


    table.caltable{
        background-color: #CDBDAD;
    }
    td.calhead {
        font-family: Verdana, Arial, sans-serif;
        font-size: 8pt;
        text-align:center;
    }
    th.caldays{
        color:#BA997A;
        font-family: Verdana, Arial, sans-serif;
        font-size: 8pt;
        text-align:center;
    }
    td.calday{
        font-family: Verdana, Arial, sans-serif;
        font-size: 8pt;
        text-align:right;
    }
    td.caltoday{
        background-color:#D7CFC7;
        font-family: Verdana, Arial, sans-serif;
        font-size: 8pt;    
        text-align:right;
    }
    a.calpg{
        text-decoration: none;
        font-weight:600;
    }
    a.calhide{
        text-decoration: none;
    }
