@import "/public/res/css/common/front.css";
@import "/public/res/css/elements/front-common.css";

h2 {
    clear: both;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    padding-left: 19px;
    margin-left: -20px;
    padding-bottom: 20px;
}

h2.list {
    background: url("/public/res/img/icons/discussions.gif") no-repeat left 50px;
    padding-top: 50px;
    zoom: 1;
}

.calendar {
    border-collapse: collapse;
}

.calendar thead th {
    color: #5b5b5b;
    padding: 7px 7px;
    border-bottom: 2px solid #b7d7f2;
    font-weight: normal;
}

.calendar thead th.weekday {
    color: #ccc;
}

.calendar td {
    padding: 3px 7px;
    color: #aaa;
    text-align: right;
}

.calendar b {
    background: #a3dff8;
}

.cal select{font-size:11px}
.cal .submit{line-height:11px; padding:0 2px; height: 20px}