.cal-container{clear:left; float:left; display:inline; width:176px;}
.cal-container-popup{position:absolute; left:0px; top:25px;}
    .cal-container div{float:left; display:inline; overflow:hidden; text-align:center; color:#c80c0d;}
    .cal-container a{display:inline-block;}
    .cal-container em{display:inline-block; font-family:Arial;}
    .cal-head{width:224px; height:20px;}
        .cal-head h1{float:left; width:224px; padding:0;}
        .cal-head a{float:right; width:25px; height:10px; margin:5px 5px;}
    .cal-body{width:224px; border:3px solid #9d9d9d; background:#fff;}
        .cal-yearmonth{width:100%;}
            .cal-yearmonth-content{width:224px; height:24px; font-size:100%; font-weight:bold; border-bottom:1px dotted #c90c10; background:#fff;}

                /* for TEMPLATE_2 */
                .cal-yearmonth-content em{font-style:normal; padding:3px 0 0 0;}
                .cal-yearmonth-content span.prev, .cal-yearmonth-content span.next{width:10px; height:9px;  font-size:0; cursor:pointer}
                .cal-yearmonth-content span.prev{float:left; margin:6px 0 0 10px;  background:url("calendar-prev-btn.jpg") no-repeat;}
                .cal-yearmonth-content span.next{float:right; margin:6px 10px 0 0; background:url("calendar-next-btn.jpg") no-repeat;}
                /* end of TEMPLATE_2 */

        .cal-weekdays{width:100%;}
            .cal-weekdays-content{width:224px; height:18px; border-bottom:1px solid #c4c6c5;}
                .cal-weekdays-day{width:32px; background:#fff;}
                    .cal-weekdays-day em{display:block; width:32px; height:16px; color:#c90c10; padding:2px 0 0 0; font-style:normal; font-weight:bold; font-size:93%; text-transform:capitalize;}
        .cal-days{width:100%;}
            .cal-days-content{width:224px; height:180px;}
                .cal-days-content div{width:32px; height:29px;; border-bottom:1px solid #c4c6c5; background:#fff;}
                .cal-days-content a{display:block; width:26px; height:18px; padding:5px 0 0 0; margin-top:3px; margin-bottom:3px; color:#030d52; font-size:93%; cursor:pointer; text-decoration:none;}
                .cal-days-day a{color:#0066cc; background:#FFF;}
                .cal-days-day a:hover{color:#FFF; border:1px solid #ffa0a0; background:#c70d0e;}
                .cal-days-today a{color:#FFF;  background:#122584;}
                .cal-days-other a{color:#a6a6a6; background:#FFF;}
                .cal-days-other a:hover{color:#FFF; background:#1a32a7;}
                .cal-days-day-s a{color:#FFF; background:#127584;}
    .cal-foot{width:224px; border:1px solid #CCC; border-top:none; background:#F8F8F8;}
        .cal-foot input{margin:5px;}
        input.cal-selectbutton{float:left;}
        input.cal-cancelbutton{float:right;}

