#cal {
    margin: 0px ;
    font: 13px/1.5 Arial, sans-serif;
    border: solid black 1pt;
    display: table;
    position: absolute;
}
/*header bar---------------------*/
#cal .header {
    cursor: default;
    background: gray;
    height: 24px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom:solid black 1px;

    }

#cal .header span {
    display: inline-block;
    line-height: 24px;
}

    #cal .header .hook {
        width: 9px;
        height: 28px;
        position: absolute;
        bottom: 60%;
    }

.right.hook {
    right: 15%;
}

.left.hook {
    left: 15%;
}

/*month switch buttons*/
#cal .header .button {
    width: 24px;
    text-align: center;
    position: absolute;
}

#cal .header .left.button {
    left: 0;
    border-right: 1px solid black;
}

#cal .header .right.button {
    right: 0;
    top: 0;
    border-left: 1px solid black;
}

#cal .header .button:hover {
background-color:gold;
}

/*month label*/
#cal .header .month-year {
    width: 100%;
    text-align: center;
}

/*day headers---------------------*/
.eformDayDisabled {
    background-color: white;
}

#cal table {
    background: #fff;
    border-collapse: collapse;
}

#cal td {
    color: #2b2b2b;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #d0d0d0;
    cursor: default;
}

#cal #days td {
    height: 26px;
    line-height: 26px;
    font-size: 90%;
    color: #9e9e9e;
}

    #cal #days td:not(:last-child) {
        border-right: 1px solid #fff;
    }

#cal #cal-frame td.today {
    background: gold;
    color: red;
}

#cal #cal-frame td:not(.nil):hover {
    color: #fff;
    background: dodgerblue;
}
#cal #cal-frame td.weekEnd:hover {
    color: #fff;
    background: gray;
}


#cal #cal-frame td span {
    font-size: 80%;
    position: relative;
}

    #cal #cal-frame td span:first-child {
        bottom: 5px;
    }

    #cal #cal-frame td span:last-child {
        top: 5px;
    }

#cal #cal-frame table.curr {
    float: left;
}

#cal #cal-frame table.temp {
    position: absolute;
}

#wkno,#wknr {
background-color:#F0F0F0;
}

#eformSat {background-colour:silver;}
