input.calendar_image {
    background-image: url("/JPS/portal/images/ca/calendar.jpg");
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 17px;
    width: 17px;
}
table.calendar {
    -moz-user-select: none;
    background-color: white;
    border: 1px solid #999999;
    border-collapse: collapse;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.8em;
    text-align: center;
    width: 174px;
}
table.calendar a {
}
table.calendar a:hover {
}
table.calendar input, table.calendar select {
    font-size: 10px;
}
table.calendar td, table.calendar th {
    border: 0 none;
    font-size: 10px;
    text-align: center;
}
div.mainheading {
    margin: 2px;
}
.closeBtn {
}
table.cells {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    cursor: pointer;
    empty-cells: show;
    margin: 0 6px;
}
table.cells th {
    border: 1px solid #CCCCCC;
    color: #0054E3;
    font-weight: bold;
    text-align: left;
    width: 22px;
}
table.cells th.wkhead {
    border-right: 3px double #CCCCCC;
    cursor: default;
    width: 22px;
}
table.cells td {
    border: 1px solid #CCCCCC;
    font-weight: bold;
    height: 20px;
    text-align: left;
    vertical-align: top;
}
table.cells td.wkhead {
    background-color: white;
    border-right: 3px double #CCCCCC;
    color: #0054E3;
    text-align: center;
}
table.cells td.noselect {
    background-color: #EEEEEE;
    color: #BBBBBB;
    cursor: default;
    text-decoration: line-through;
}
table.cells td.hlday {
    background-color: #99FF99;
}
table.cells td.wkday {
    background-color: #DDDDDD;
}
table.cells td.wkend {
    background-color: #DDDDDD;
}
table.cells td.curdate {
}
table.cells td.cell_selected {
    background-color: #99CCFF;
    color: black;
}
table.cells td.notmnth {
    background-color: #FFFFFF;
    color: #CCCCCC;
}
table.cells td.notallowed {
    background-color: white;
    color: #EEEEEE;
    font-style: italic;
}
table.cells td.hover {
    background-color: #999999;
}
table.cells td div {
    margin: 0;
    padding: 1px;
}