﻿.calTable {
    border: 1px solid #215732;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 200px;
    background-color: white;
}

.calHTD {
    font-size: 12px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background-color: #215732;
    color: white;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.calTD {
    font-size: 12px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background-color: white;
    color: #215732;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.calSelectedTD {
    font-size: 14px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    background-color: #215732;
    color: white;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.calCurrTD {
    border: 2px solid red;
}

.mthName {
    font-weight: bold;
}
