﻿.tevent {
    background-repeat: repeat-x;
    border: solid 1px #555;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

.tevent-calendar {
    border-collapse: separate;
    width: 100%;
    z-index: -1;
    background: #000;
    border: 1px solid #000;
    border-spacing: 1px;
}

.tevent-day-calendar .tevent-cell { width: 90%; }

.tevent-calendar-panel {
    width: 100%;
    height: 30px;
    background: url(/Themes/taw/images/tab1.jpg) repeat-x top left;
    clear: both;
    font: bold 13px Tahoma, Arial;
}

.tevent-calendar-panel td {
    width: 33%;
    text-align: center;
}

.tevent-calendar-back { text-align: right; }

.tevent-calendar-forward { text-align: left; }

.tevent-cell {
    border-left: 3px double #DDDDDD;
    border-right: 3px double #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-image: url(/Themes/taw/images/alt2.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.tevent-day-of-week {
    border: 1px solid #353535;
    width: 14%;
    background-image: url(/Themes/taw/images/alt3.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.tevent-date { width: 40px; }

.tevent-hour { border-bottom: 1px dotted #DDDDDD; }

.tevent-hours { width: 150px; }

.tevent-time-half-hour {
    background-image: url(/Themes/taw/images/alt3.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    width: 20px;
}

.tevent-time-hour {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    width: 20px;
    background-image: url(/Themes/taw/images/alt3.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.tevent-calendar tr { border: 1px solid #555555; }

.tevent-calendar th { border: 1px solid #555555; }

.tevent-calendar td {
    border: 1px solid #555555;
    padding: 4px;
}

.tevent-row-mandatory { background-color: rgb(48, 48, 48); }

.tevent-row-past { background-color: #330000; }

.tevent-row-optional { background-color: Black; }

.tevent-excusal { width: 12%; }