.arrangeTab {
    width: 980px;
}
.arrangeTab .firstLine .firstGrid{
    width: 100px;
}
.arrangeTab td{
    border: 1px solid #ccc;
    width: 54px;
    height: 60px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.arrangeTab .firstLine td{
    height: 20px;
    background-color: #AED0F6;
}
#positionRel{
    position: relative;
}
.projectState{
    position: absolute;
    height: 60px;
    background-color: #1d91e0;
    border: 1px solid #1d91e0;
    left: 0;
    top: 0;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px 0;
    box-sizing: border-box;
}
.projectTip{
    position: absolute;
    border: 1px solid #87CEFA;
    background-color: #FAFAD2;
    min-width: 200px;
    display: none;
    font-weight: normal;
    z-index: 9999;
}
.projectStateSel{
    background-color: #ff6601;
}