﻿  #monthCalendar
    {
        border: solid 1px #ccdce7;
        margin-bottom: 10px;
        overflow: hidden;
    }
    #monthCalendar dt
    {
        height: 28px;
        background: url(images/28.jpg);
        border-bottom: 1px solid #ccdce7;
        line-height: 28px;
        color: #336699;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
        font-weight: bold;
    }
    #monthCalendar dt a
    {
        float: right;
        font-size: 12px;
        font-weight: normal;
        color: #0066cc;
    }
    #monthCalendar dd
    {
        border-top: 0px;
        padding: 5px 10px 5px 10px;
        height:110px;
        overflow:hidden;
    }
    #monthCalendar dd .title
    {
        font-size: 12px;
        font-weight: normal;
        padding-bottom: 10px;
        border-bottom: 1px dashed #cccccc;
    }
    #monthCalendar .title table
    {
        width: 100%;
    }
    #monthCalendar .title td
    {
        text-align: center;
        height: 22px;
        width: 48px;
    }
    #monthCalendar .title td .pop
    {
        display: none;
    }
    #monthCalendar .title td a
    {
        color: #336699;
        height: 22px;
        line-height: 22px;
        display: block;
        cursor: pointer;
    }
    #monthCalendar .title td a:hover, #monthCalendar .title td .selected
    {
        color: #ffffff;
        background: #336699;
    }
    #monthCalendar .cont
    {
        background: url(images/idx42.gif) left center no-repeat;
        padding-left: 50px;
        margin-top: 11px;
        height: 40px;
        overflow:hidden;
    }
    #monthCalendar .cont li
    {
        line-height: 20px;
    }