@charset "utf-8";
/* CSS Document */

.calpanel {
    background-image: url(images/subCalShadow.png);
    background-position: right top;
    background-repeat: repeat-y;
}


table.gebccalendar {
    width: 167;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}


table.gebccalendar td {
    padding: 1px 3px 1px 3px;
}


table.gebccalendar tbody td {
    border-left: 1px solid #CBC780;
    border-top: 1px solid #FFFBA3;
    border-right: 1px solid #FFFBA3;
    border-bottom: 1px solid #CBC780;
}


table.gebccalendar thead td {
    background-color: #CBC780;
    border-left: 1px solid #8A8655;
    border-top: 1px solid #FFFBA3;
    border-right: 1px solid #FFFBA3;
    border-bottom: 1px solid #8A8655;
}


ul.eventlist {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 0 0 10px;
}
ul.eventlist li {
    background: url(jscalendar-1.0/date.gif) no-repeat 0px 3px;
    list-style-type: none;
    padding-left: 20px;
    display: inline-block;
    color: black;
}


#eventsheader {
width: 526px;
background-color: #D1D1D2;
margin: 15px 0 15px 0;
padding: 5px 0 0 20px;
height: 20px;
float: left;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-size: 13px;
}