﻿/* Cal month tables */
.cellOuterHeader
{
    font-size: 14px;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    color: #666666;
}
.cellOuter
{
    vertical-align: top;
}
.cellInnerDayNum
{
    vertical-align: middle;
    text-align: center;
    width: 25px;
    height: 24px;
    border-bottom: solid 1px #eee;
    font-weight: bold;
    color: #666666;
    font-size: 12px;
}
.cellInner
{
    overflow: hidden;
    vertical-align: middle;
    width: 715px;
    height: 24px;
    border-bottom: solid 1px #eee;
}
.cellInner div
{
    clear: both;
}
.cellInner div img
{
    vertical-align: middle;
}
.calWhite
{
    color: White;
}

