tbody.TimeSheet{
    -webkit-user-select:none;
    -moz-user-select : none;
    user-select : none;
    border : #cccccc 1px solid;
    color : #757a7d;
    font-size: 12px;
    cursor:default;
    display: block;
    border-collapse: collapse;
}

.TimeSheet td{
    border : #e3e3e3 1px solid;
	width: 35px;
    text-align: center;
}

.home .TimeSheet td{
    border : #e3e3e3 1px solid;
	width: 90px;
    text-align: center;
}

.TimeSheet-cell-selected{
    background-color: #b4def9;
}

.TimeSheet-cell-selecting{
    background-color: #dae0ef !important;
}

.TimeSheet-rowHead, .TimeSheet-colHead{
    background-color: #f5f5f5;
}

.TimeSheet-rowHead{
    padding:3px 10px;
    border-left:none !important;
}

.TimeSheet-colHead{
    padding: 6px 3px 6px 3px;
    border-top:none !important;
}

.TimeSheet-head{
    text-align: center;
    border-top:none !important;
    border-left:none !important;
}

.TimeSheet .rightMost{
    border-right:none !important;
}

.TimeSheet .bottomMost{
    border-bottom:none !important;
}

.TimeSheet-remarkHead{
    text-align: center;
    border-top:none !important;
    border-right:none !important;
}

.TimeSheet-remark{
    padding : 0 5px;
    border-right:none !important;
}

.TimeSheet-remarkHead, .TimeSheet-remark{
    max-width: 120px;
    background-color: #fbf0ed;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    border-left-color : #cccccc !important;
}

.limited {
background: #e57070;
    border: 1px #dc7070 solid;
    padding: 5px 15px;
    color: white;
    margin: 20px 0;
    font-weight: bolder;
}
