#container
{
        position : absolute;
        left : 100px;
        top : 100px;
        width : 116px;
        /*height : 152px;
        clip:rect(0px 128px 152px 0px);*/
        visibility : hidden;
        z-index : 2;
        border:1px solid #999;
}

#cPop
{
        margin:0px;
        padding:0px;
        background-color: #E4E4E4;
}

#containerPop
{
        left : 100px;
        top : 100px;
        width : 116px;
        height : 152px;
        /*clip:rect(0px 128px 152px 0px);*/
        z-index : 4;
        border:1px solid #999;
        padding:0px;
}

td.cal
{
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 11px;
    color: #333;
}

td.calBtn
{
    cursor:pointer;
}

select.month
{
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 11px;
    color: #333;
    width: 85px;
}

input.year
{
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 11px;
    color: #333;
    width: 30px;
}

.calDiv
{
    border-top:1px solid #999;
    border-bottom:1px solid #fff;
    border-left:1px solid #999;
    border-right:1px solid #fff;
    height:2px;
    width:100%;
    background-color:#A9A9A9;
}

.calBgColor
{
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 11px;
    color: #999;
    background-color: #E4E4E4;
}

.calBorderColor
{
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 11px;
    color: #fff;
    border-left:1px solid #fff;
    border-top:1px solid #fff;
    border-right:1px solid #D1D1D1;
    border-bottom:1px solid #D1D1D1;
}

.calHighlightColor
{
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 11px;
    color: #fff;
    background-color: #fff;
    width:100%;
    border: 1px solid #999;
}

a.cal
{
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 11px;
    color: #333;
    text-decoration: none;
}

a.cal:Hover
{
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 11px;
    color: #6DAD21;
    text-decoration: none;
}

.disableDay
{
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 11px;
    color: #808080;
    text-decoration: none;
    /*width:100%;
    height:100%;*/
    text-align:center;
    background-color:#B0B0B0;
}

.daysOfWeek
{
    font-size: 9px;
}

a.u-cal
{
    text-decoration:underline;
}
