#calback {
        clear: both;
        height: 700px;
        background: url('/images/calendar_images/calWaiting.gif') no-repeat center;
}

.cal {
        width: 100%;
        margin: 0;
}

#calhead {
        width : 100%;
        color: #ffffff;
        background-color : #004001;
        height : 30px;
        line-height: 30px;
}

#calhead_left {
        float : left;
        margin-left : 5px;
        width : 12%;
}

#calhead_left a {
        text-decoration : none;
        color : #ffffff;
}

#calhead_middle {
        float : left;
        font-weight: bold;
        width : 70%;
        text-align:center;
}

#calhead_middle a {
        color : #ffffff;
        text-decoration : none;
}

#calhead_right {
        float : right;
        margin-right : 5px;
        width : 12%;
        text-align:right;
}
#calhead_right a {
        text-decoration : none;
        color : #ffffff;
}

.calhead img {
        border: none;
}

.calhead table {
        width: 100%;
}

.calhead a {
        text-decoration: none;
        border: none;
}

.dayhead {
        height: 25px;
        background: #EEE;
}

.dayhead td {
        text-align: center;
        color: #000;
}
.dayrow {
        background: #FFF;
        height: 40px;
}

.dayrow td {
        color: #656551;
        padding: 3px;
}

.day {
}

.dayover {
        background: #F4F4F4;
}

.dayout {
        background: #FFF;
}
#event {
        font-family: Arial, sans-serif;
        width: 100%;
        height: 100%;
        border-top: 1px solid #727260;
        border-bottom: 1px solid #727260;
}

#event .heading {
        padding: 10px;
        position: relative;
        background: url('/images/calendar_images/calEvent.gif') repeat-x top left;
        border-bottom: 1px dotted #CCC;
}

#event .title {
        color: #656551;
        font-size: 16px;
        font-weight: bold;
}

#event .posted {
        color: #8C8C73;
        font-size: 10px;
}

#event .back {
        position: absolute;
        top: 10px;
        right: 10px;
}
#event .back a {
        color: #0C0;
        text-decoration: underline;
        border: none;
        font-size: 10px;
}

#event .back a:hover {
        color: #0E0;
}

#event .line {
        padding: 10px;
        overflow: auto;
}

.error {
        color: #C00;
        font-size: 14px;
        font-weight: bold;
}
#jump {
        z-index: 100;
        line-height: 30px;
        padding: 5px;
        background: #F6F6F6;
        border: 1px solid #888;
}

#jump a {
        text-decoration: none;
        border: none;
}

#jump img {
        border: none;
}

#selectors {
        width : 20%;
        float : left;
}

.dd_head {
        height : 30px;
        line-height : 30px;
        background-color : #004001;
        color : #ffffff;
        font-size:0.8em;
}
#calendar_main {
        margin-left : 10px;
        width : 75%;
        float : left;
}

.catlist {
        list-style:none;
        margin : 0px;
        padding : 0px;
}

.catlist li {
        margin : 3px;
        font-size : 0.8em;
        cursor : pointer;
        height : 35px;
}

#calwrapper {
        width : 100%;
}
#calendar {
        width : 100%;
        display:block;
}

.dayrow {
        text-align:left;
}



