.cell {
    color: #666000;
    font-size: 14px;
    height: 90px;
    text-align: right;
    vertical-align: top;

    border-width: 1px;
    padding: 1px;
    border-style: inset;
    border-color: gray;
}    
.cell_weekly {
    color: #666000;
    font-size: 14px;
/*    height: 90px;*/
    text-align:left;
    vertical-align: top;
    padding: 1px 1px 1px 10px;
    border-width: 1px;
    border-style: inset;
    border-color: gray;
}    

.otherday {  background: #F6E49C;  }            
.today {     background: #DDC04C;  }
.weekend {   background: #E0D070;  }
.blank {     background: #FFFFFF;  }

.event {      text-align:left;      
            font-size: 13px;
            
        }

th {
    background: #72C9FF;
    color: #ffffff; /*0020ff*/
    font-size: 22px;
    font-weight: normal; /*bold;*/
    text-decoration: underline;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    width: 14%;
}

th.width{
    width: 5%;
}

table.calendar {
    border-width: 3px 3px 3px 3px;
    border-spacing: 0px;
    border-style: double;
    border-color: gray;
    border-collapse: separate;
    width: 100%
}

/*tr.day td {
    border-top: none;
}
*/
/*
tr.number
{
    color: #555;
    font-size: 14px;
    height: 15px;
    text-align: right;
    vertical-align: middle;
}
*/
/*
tr.number td {
    text-align: right;
}
*/
