#calendarDiv {
    position: absolute;
    width: 195px;
    border: 2px solid #E5E5E5;
    padding: 0px;
    background-color: #999;
    font-size: 12px;
    /*padding-bottom:20px;*/
    visibility: hidden;
}

    #calendarDiv #lineDiv {
        background-color: #FFF;
        border: 1px solid #AEAEAE;
        padding: 3px;
    }

    #calendarDiv span, #calendarDiv img {
        background-color: #FFF;
        color: #555;
        float: left;
    }

    #calendarDiv .selectBox, #calendarDiv .selectBoxOver {
        color: #555;
        line-height: 12px;
        padding: 0px;
        cursor: pointer;
        padding-left: 2px;
    }

    #calendarDiv .selectBoxTime, #calendarDiv .selectBoxTimeOver {
        line-height: 12px;
        padding: 1px;
        cursor: pointer;
        padding-left: 2px;
        color: #555;
    }
    /*
#calendarDiv table{
	border: 1px solid #000;
}
*/



    #calendarDiv .selectBox {
        border: 1px solid #E2EBED;
        color: #555;
        position: relative;
    }

    #calendarDiv .selectBoxOver {
        border: 1px solid #AAA;
        background-color: #FFF;
        color: #555;
        position: relative;
    }

    #calendarDiv .selectBoxTime {
        border: 1px solid #EEE;
        color: #555;
        position: relative;
    }

    #calendarDiv .selectBoxTimeOver {
        border: 1px solid #216072;
        color: #555;
        position: relative;
    }

    #calendarDiv .topBar {
        height: 20px;
        padding: 2px;
        background-color: #FFF;
        color: #555;
    }

    #calendarDiv .activeDay { /* Active day in the calendar */
        color: #FF0000;
        font-weight: bold;
    }

    #calendarDiv .todaysDate {
        height: 17px;
        line-height: 17px;
        padding: 2px;
        background-color: #E2EBED;
        text-align: center;
        position: absolute;
        bottom: 0px;
        width: 201px;
    }

        #calendarDiv .todaysDate div {
            float: left;
            font-size: 11px;
            color: #252525;
        }

    #calendarDiv .timeBar {
        height: 17px;
        line-height: 17px;
        background-color: #E2EBED;
        width: 72px;
        color: #555;
        position: absolute;
        right: 0px;
    }

        #calendarDiv .timeBar div {
            float: left;
            margin-right: 1px;
        }


    #calendarDiv .monthYearPicker {
        background-color: #FFF;
        border: 1px solid #AAAAAA;
        position: absolute;
        color: #555;
        left: 0px;
        top: 15px;
        z-index: 1000;
        display: none;
    }

    #calendarDiv #yearSelect {
        color: #555;
        width: 50px;
        padding: 2px;
    }

    #calendarDiv #monthSelect {
        color: #555;
        width: 40px;
        /*height:15px;*/
        padding: 2px;
    }

    #calendarDiv .monthYearPicker div {
        color: #555;
        float: none;
        clear: both;
        padding: 1px;
        margin: 1px;
        cursor: pointer;
    }

    #calendarDiv .monthYearActive {
        background-color: #EEE;
        color: #555;
    }

.calendar_week_column {
    width: 0px;
}

#calendarDiv td {
    border: 1px solid #CECECE;
    color: #555;
    margin: 0px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    color: #555;
    width: 22px;
}


#calendarDiv .topBar img {
    cursor: pointer;
}

#calendarDiv .topBar div {
    float: left;
    margin-right: 1px;
}

#calendarDiv .calendar_week_row {
    background-color: #D6F9FF;
    font-family: 돋움;
    font-size: 11px;
    letter-spacing: -1px;
}
