<!--
body {
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
-->
a {
	 font-size: 10px;
   text-decoration: none;
   color: #000;
   text-align: center;
  }

a:hover {
         text-decoration: none;
         color: #3163CE;
        }

span.year {
       border-style: outset;
       border-width: 1px;
       background-color: #fff;
       text-align: center;
      }

.month {
        border: 2px solid #005E9E;
        background-color:  white;
        text-align: center;
       }

.yearname {
           text-align: center;
           font-size: 18px;
           font-weight: bold;
          }

.monthname {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #0A498C;
            text-align: center;
            background-color:  #fff;
            border: 0px outset #000;
           }

.dayname td {
             text-align: center;
             font-size: 12px;
             font-weight: bold;
             background-color: #005E9E;
             color: #fff;
             border: 1px outset #F5F7D2;
            }

.yearnavigation {
                 font-size: 12px;
                }

.datepicker {
             background-color:  #fff; /* #e4e4e4; */
            }

.datepickerform {
                 margin: 0px;
                }

.monthnavigation {
                  font-family: Tahoma, Arial, sans-serif;
                 }

.monthpicker {
              font-size: 11px;
              background-color: #eee;
             }

.yearpicker {
             font-size: 11px;
             background-color: #eee;
            }

.pickerbutton {
               font-size: 11px;
               background-color: #eee;
               border: 1px solid #000;
              }

.nomonthday {
             border: 1px solid #005E9E;
             background-color: #F5F7D2;
             height:100px;
             width:50px;
            }
.monthday {
           text-align: center;
           font-size: 12px;
           font-weight: bold;
           background-color:  #fff;
           color: #005E9E;
           height:100px;
           width:100px;
           vertical-align: top;
           border: 1px solid #005E9E;
          }

.today {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        background-color: #D6E0FF;
        /* border: 1px solid red; */
        color: #005E9E;
        height:100px;
        width:100px;
        vertical-align: top;
       }

.selectedday {
              text-align: center;
              font-size: 11px;
              font-weight: bold;
              background-color: #66ff66;
              height:100px;
              width:100px;
              vertical-align: top;
             }

.sunday {
         text-align: center;
         font-size: 11px;
         font-weight: bold;
         color: #667171;
         height:100px;
         width:100px;
         vertical-align: top;
         border: 1px solid #005E9E;
        }

.sunday a {
           color: #667171;
          }

.saturday {
           text-align: center;
           font-size: 11px;
           font-weight: bold;
/*           color: #667171; */
           height:100px;
           width:100px;
           vertical-align: top;
           border: 1px solid #005E9E;
          }

.saturday a {
/*        color: #667171; */
            }

.event {
        text-align: center;
        font-size: 10px;
        font-weight: normal;
        color: #f00;
        background-color: #ff9;
        height:100px;
        width:100px;
        vertical-align: top;
       }

.event a {
          background-color: #ff9;
          color: cyan; /* #f00; */
         }

.selectedevent {
                text-align: center;
                font-size: 10px;
                font-weight: normal;
                color: #f00;
                background-color: #ff9;
                height:100px;
                width:100px;
                vertical-align: top;
               }

.selectedevent a {
                  background-color: #ff9;
                  color: #f00;
                 }

.todayevent {
             text-align: center;
             font-size: 10px;
             font-weight: bold;
             color: red;
             background-color: #ff9;
             height:100px;
             width:100px;
             vertical-align: top;
            }

.todayevent a {
               background-color: #ff9;
               color: #f00;
              }

.eventcontent {
							vertical-align: middle;
               font-size: 10px;
               border: 0px;
               color: #000;;
               width: 100%;
              }
