﻿body {
    background: #f9f7f6;
    font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
    margin: 0;
    padding: 0;
}

.bar {
    width: 1200px;
    height: 40px;
    margin: 20px auto;
}

.subbar {
    width: 400px;
    height: 40px;
    line-height: 40px;
    position: relative;
    float: left;
    text-align: center;
}

    .subbar a {
        margin: 0 15px;
        font-size: 20px;
        vertical-align: bottom;
    }

    .subbar:last-child a {
        font-size: 14px;
        margin: 0 5px;
        text-decoration: none;
    }

        .subbar:last-child a:not(:first-child):hover {
            color: #FF0000;
        }

    .subbar img {
        vertical-align: middle;
    }

.calendar {
    width: 1200px;
    margin: 0 auto;
    color: #2f3238;
    background-color: #ffffff;
}

.menu {
    width: 1200px;
    margin: 10px auto;
    text-align: center;
}

#newbook {
    padding: 15px 25px;
    font-size: 26px;
}

#newMeeting div {
    text-align: center;
}

#newMeeting button {
    padding: 2px 15px;
    margin: 5px 15px;
}

#exMeeting div {
    text-align: center;
}

#exMeeting button {
    padding: 2px 15px;
    margin: 5px 15px;
}

#newPwd div {
    text-align: center;
}

#newPwd button {
    padding: 2px 15px;
    margin: 5px 15px;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-spacing: 0;
}

    .calendar-table th, .calendar-table td {
        border: #c3c8cd .8px solid;
        line-height: 2;
        padding: 0;
    }

        .calendar-table td:nth-child(n+2) {
            width: 30px;
        }

        .calendar-table td.occupied {
            background-color: #bceaff;
            cursor: pointer;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            color: #556b2f;
            border: #ff0000 .8px double;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .calendar-table td.na {
            background-color: #d7d7d7;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
        }

.manifest {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
}

#manifest {
    width: 894px;
    padding: 2px;
    border: solid 1px #000000;
    resize: vertical;
    height: 250px;
    font-size: 16px;
    display: inline-block;
}

.manifest-control {
    width: 270px;
    display: inline-block;
    float: right;
}

    .manifest-control button {
        display: block;
        width: 230px;
        margin: 40px 20px;
        height: 40px;
        font-size: 18px;
    }

.txa_ps {
    vertical-align: middle;
    width: 630px;
    padding: 2px;
    border: solid 1px #000000;
    resize: none;
    height: 40px;
}

#newMeeting #tab2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    border-spacing: 0;
}

    #newMeeting #tab2 th, #tab2 td {
        border: #c3c8cd .8px solid;
        line-height: 2;
        padding: 0;
        width: 24px;
    }

    #newMeeting #tab2 td.occupied {
        background-color: #bceaff;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        color: #556b2f;
        border: #ff0000 .8px double;
    }

    #newMeeting #tab2 td.na {
        background-color: #d7d7d7;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
    }

    #newMeeting #tab2 td.ava {
        cursor: pointer;
    }

    #newMeeting #tab2 td.avasel {
        background-color: #ffc0cb;
    }
