
.task
{
    BACKGROUND-COLOR: #D9F1FF;
    FONT-SIZE: 10px;
    font-family:"Verdana";
    border:1px solid #4CACE3;
    height: 13px;
    position: absolute;
    text-align: center;
    overflow: hidden;
}

.task-short
{
    BACKGROUND-COLOR: #D9F1FF;
    FONT-SIZE: 10px;
    font-family:"Verdana";
    border:0px;
    height: 13px;
    position: absolute;
    text-align: left;
    overflow: hidden;
}


.task-highlight
{
    BACKGROUND-COLOR: #F1F8FF;
    FONT-SIZE: 10px;
    font-family:"Verdana";
    border:1px solid #4CACE3;
    height: 13px;
    position: absolute;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
}


.task-popup
{
    BACKGROUND-COLOR: #FFFFFF;
    FONT-SIZE: 11px;
    font-family:"Verdana";
    border:2px solid #4CACE3;
    height: 250px;
    width: 250px;
    position: absolute;
    text-align: left;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding:4;
    display: none;
    z-index: 1000;
}

.day-title {
    BACKGROUND-COLOR: #F1F8FF;
    WIDTH: 50px;
    FONT-SIZE: 18px;
}


.day-width
{
    WIDTH: 110px;
}

.day-height
{
    HEIGHT: 85px;
}

.day-title-height
{
    HEIGHT: 18px;
}

.day-highlight {
    BACKGROUND-COLOR: #F1F8FF;
}

.day-title-highlight {
    BACKGROUND-COLOR: #D9F1FF;
}


.week-highlight {
    BACKGROUND-COLOR: #F1F8FF;
}

.week-title-width
{
    WIDTH: 30px;
}

.holiday-background
{
    BACKGROUND-COLOR: #FFEEEE;
}

.empty-background
{
    BACKGROUND-COLOR: #EEEEEE;
}


.calendar-font {
    FONT-SIZE: 11px;
    font-family:"Verdana";
}

.calendar-select-day {
    BACKGROUND-COLOR: #4CACE3;
    COLOR: white;
    margin: 2;
}

.calendar-free-hour {
    BACKGROUND-COLOR: #F8F8F8;
    background-image:url(/images/day_background.gif)
}

.calendar-work-hour {
    BACKGROUND-COLOR: #FFFFFF;
    background-image:url(/images/day_background_w.gif)
}

.holiday-hour
{
    BACKGROUND-COLOR: #FFEEEE;
    background-image:url(/images/day_background_h.gif)
}


.hour-title-width {
    WIDTH: 80px;
}

.hour-width {
    WIDTH: 100px;
}

.hour-height {
    HEIGHT: 36px;
}

.grid-background {
    BACKGROUND-COLOR: #D9DDDF;
}

.day-background {
    background-image:url(/images/day_background.gif)
}
