body {
        font-family: Helvetica, Tahoma, Arial, sans-serif;
        font-size: 12px;
        text-align: center;
        font-weight: normal;
}
a {
        text-decoration: none;
        color: #000000;
        text-align: center;
}
a:hover {
        text-decoration: none;
        color: #3163CE;
        /*background-color:#FEA700;*/
}
.year {
        border-style: outset;
        border-width: 1px;
        background-color: #e4e4e4;
        text-align: center;
}
.month {
        border-style: solid;
        background-color: #EEF6F7;
        text-align: center;
        height:100x;
        width:140px;
        border-collapse: collapse;
        border: 0px solid #B2D4E1;
}
.month td {
        border-style: solid;
        /* background-color: #B2D4E1; */
        text-align: center;
        /* border-collapse: collapse; */
        border: 1px solid #EEF6F7;
}
.yearname {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
}
.monthname {
        text-align: center;
        font-size: 10px;
        font-weight: normal;
        background-color: #799DAC;
        color: #FFFFFF;
        border-style: outset;
        border-width: 0px;
}
.dayname td {
        text-align: center;
        font-size: 10px;
        font-weight: normal;
        background-color: #799DAC;
        color: #ffffff;
        /* border-style: outset; */
        border-width: 0px;
        border: 1px solid #EEF6F7;
}
.yearnavigation {
        font-size: 12px;
}
.datepicker {
        background-color: #e4e4e4;
}
.datepickerform {
        margin: 0px;
}
.monthnavigation {
        font-family: Tahoma, Arial, sans-serif;
        background-color: #B2D4E1;
        text-color: #000000;
        text-align: center;
}
.monthpicker {
        font-size: 11px;
        background-color: #eeeeee;
}
.yearpicker {
        font-size: 11px;
        background-color: #eeeeee;
}
.pickerbutton {
        font-size: 11px;
        background-color: #eeeeee;
        border-style: solid;
        border-color: #000000;
        border-width: 1px;
}
.nomonthday {
        text-align: center;
        font-size: 10px;
        font-weight: normal;
        background-color: #B2D4E1;
        color: #aaaaaa;
        height:12px;
        width:18px;
        max-height: 12px;
        max-width: 18px;
}
.monthday a:hover {
        margin: 0;
        color:#000000;
        background-color:#FEA700;
}
.monthday {
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        background-color: #B2D4E1;
        color: #FFFFFF;
        height:12px;
        width:18px;
}
.today {
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        background-color: #EFEFEF;
        color: #ffffff;
        height:12px;
        width:18px;
}
.selectedday {
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        background-color: #FEA700;
        height:12px;
        width:18px;
}
.sunday {
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        background-color: #B2D4E1;
        color: #FFFFFF;
        height:12px;
        width:15px;
}
.sunday a {
        color: #BE3600;
}
.sunday a:hover {
        color:#000000;
        background-color:#FEA700;
}
.saturday {
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        background-color: #B2D4E1;
        color: #000000;
        height:12px;
        width:15px;
}
.saturday a {
        color: #000000;
}
.saturday a:hover {
        background-color:#FEA700;
}
.event {
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: red;
        background-color: #ffff99;
        height:12px;
        width:15px;
}
.event a {
        background-color: #ffff99;
        color: red;
}
.selectedevent {
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: red;
        background-color: #ffff99;
        height:12px;
        width:15px;
}
.selectedevent a {
        background-color: #ffff99;
        color: red;
}
.todayevent {
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: red;
        background-color: #ffff99;
        height:12px;
        width:15px;
}
.todayevent a {
        background-color: #ffff99;
        color: red;
}
.eventcontent {
        font-size: 10px;
        border-style: outset;
        border-width: 0px;
        width: 100%;
}
