
.tablcal td {
    padding: 10px;
}
.jCal {
    height: 21px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
    width: 310px;
}
.jCalMo {
    float: left;
    height: 100%;
    overflow: visible;
    padding-left: 20px;
    padding-right: 2px;
    white-space: nowrap;
    width: 294px;
}
#calOne {
    float: right;
    margin: 0 auto;
    width: 696px;
}
.jCal .month, .jCal .monthSelect, .jCal .monthName, .jCal .monthYear {
    color: #000000;
    cursor: pointer;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: bottom;
}
.jCal .monthName {
    padding-left: 2px;
    padding-right: 2px;
    text-align: right;
}
.jCal .monthYear {
    float: right;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
}
.jCal .monthSelect {
    background: url("eeGrad2.gif") repeat-x scroll center bottom #eee;
}
.jCal .monthSelector {
    position: absolute;
}
.jCal .monthSelectorShadow {
    background: none repeat scroll 0 0 #808080;
    padding: 0;
    position: absolute;
}
.jCal .monthNameHover {
    background: url("double-arrow-vert.gif") no-repeat scroll left center #ededed;
    color: #808080;
}
.jCal .monthYearHover {
    background: url("double-arrow-vert.gif") no-repeat scroll right center #ededed;
    color: #808080;
}
.jCal .monthSelectHover {
    background: none repeat scroll 0 0 #069;
    color: #fff;
}
.jCalMo .dow, .jCalMo .day, .jCalMo .pday, .jCalMo .aday, .jCalMo .overDay, .jCalMo .invday, .jCalMo .selectedDay {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
    color: #000000;
    cursor: default;
    float: left;
    font-family: Tahoma;
    font-size: 8pt;
    height: 20px;
    text-align: center;
    width: 40px;
}
.jCalMo .day {
    line-height: 30px;
}
.jCalMo .dow {
    background: url("eeGrad.gif") repeat-x scroll center bottom #eee;
    border-bottom: 0 none;
}
.jCalMo .day, .jCalMo .invday {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.jCalMo .day {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
}
.jCalMo .invday {
    background: none repeat scroll 0 0 #f00;
    color: #fff;
    text-decoration: line-through;
}
.jCalMo .pday, .jCalMo .aday {
    background: none repeat scroll 0 0 #e3e3e3;
    color: #ccc;
    height: 30px;
}
.jCalMo .selectedDay {
    background: none repeat scroll 0 0 rgb(0, 143, 214);
    color: #fff;
    line-height: 14px !important;
}
.jCalMo .overDay {
    background: none repeat scroll 0 0 rgb(0, 102, 153);
    color: #fff;
}
.jCal .left {
    background: url("_left.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}
.jCal .right {
    background: url("_right.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}
.jCalMask, .jCalMove {
    overflow: hidden;
    position: absolute;
}

#btnenv {
    background-color: #436c43;
    padding: 5px 20px;
    color: #FFF;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    width: 91%;
}