#month_list {
    float: right;
    display: inline;
    padding-top: 16px;
    padding-right: 4px;
    color: #999999;
    font-size: 13px;
}

#arrows {
    float: left;
    display: inline;
    padding-top: 11px;
    width: 60px;
    height: 25px;
}



.cal_cell_header, .cal_cell_header_mod, .cal_cell_header_top {
    background: #ffdd44;
}
.cal_cell_header {
    width: 132px;
    border-bottom: 1px solid #aaaaaa;
}
.cal_cell_header_mod {
    border-bottom: 1px solid #aaaaaa;
}
.cal_cell_header_top {
    margin-left: 1px;
    width: 797px;
    height: 1px;
}
.cal_cell_header_top_mod {
    margin-left: 1px;
    height: 1px;
}

.cal_cell_weekday, .cal_cell_weekend {
    width: 132px;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.cal_cell_weekday_mod, .cal_cell_weekend_mod {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.cal_cell_weekday, .cal_cell_weekday_mod {
    background: #ffffff;
}
.cal_cell_weekend, .cal_cell_weekend_mod {
    background: #ededed;
}

.cal_cell_sunday {
    clear: left;
    border-top: 1px solid #d3d3d3;
}

.cal_day {
    float: right;
    display: inline;
    text-align: right;
    color: #555555;
    padding: 2px 4px 3px 0px;
    font-size: 16px;
}

.cal_header {
    color: #555555;
    padding: 1px 5px 0px 5px;
    text-align: center;
    font-size: 12px;
}




.cal_list {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    width: 46px;
}

.cal_list_day_div {
    padding: 0px 3px 4px 5px;
    text-align: right;
    color: #555555;
    font-size: 16px;
}

.cal_list_row {
    padding: 4px 0px 0px 4px;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    width: 746px;
}

.cal_list_row_mod {
    padding: 4px 0px 0px 4px;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    width: 497px;
}




.cal_list_event {
    cursor: pointer;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 0px;
    float: left;
    display: inline;
    width: 120px;
}
.cal_list_corner1 {
    width: 116px;
    margin-left: 2px;
    height: 1px;
}
.cal_list_corner2 {
    width: 118px;
    margin-left: 1px;
    height: 1px;
}
.cal_list_event_content {
    padding: 0px 2px 0px 3px;
}




.cal_month_event {
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 0px;
    float: left;
    width: 124px;
    display: inline;
}
.cal_month_event_mod {
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 0px;
    float: left;
    width: 90px;
    overflow: hidden;
    display: inline;
}
.cal_month_corner1 {
    width: 120px;
    margin-left: 2px;
    height: 1px;
    background: #4b588b;
}
.cal_month_corner2 {
    width: 122px;
    margin-left: 1px;
    height: 1px;
    overflow: hidden;
    background: #4b588b;
}
.cal_month_corner2_mod {
    margin-left: 1px;
    margin-right: 1px;
    height: 1px;
    overflow: hidden;
}
.cal_month_event_content {
    cursor: pointer;
    padding: 0px 2px 0px 3px;
    line-height: 1.3;
    font-size: 11px;
    color: white;
    background: #4b588b;
}




.event_popup {
    cursor: default;
    display: none;
    width: 259px;
    position: absolute;
    border: 1px solid #777777;
    padding: 7px;
    font-size: 12px;
    background: white;
}

.event_header {
    cursor: pointer;
    padding: 1px 6px 4px 6px;
    border: 0px solid gray;
    color: white;
    background: #4b588b;
}

.event_close {
    background-image: url(http://img.ilenviro.org/img/button_close2.png);
    background-repeat: no-repeat;
    float: right;
    display: inline;
    margin: 7px 0px 0px 3px;
    width: 15px;
    height: 15px;
}

.event_spacer {
    width: 241px;
    margin: 8px 0px;
    border-bottom: 1px solid white;
}

.event_content {
    background: white;
    padding: 5px 5px 0px 6px;
    color: #333333;
    line-height: 1.4;
}
.event_title {
    margin: 3px 0px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
}



.pulldown_month {
    margin-left: 1px;
    margin-right: 1px;
    padding: 2px 2px 2px 10px;
    cursor: pointer;
}


.cal_options_item {
    margin-bottom: 8px;
}




.cal_year_header {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
}