.year {
  border-style: outset;
  border-width: 1px;
  background-color: #eee;
  text-align: center;
}
.month {
  width: 210px;
  font-family: verdana;
  font-size: 11px;
  color: #FF6600;
  border: 1px solid #ccc;
  background-color: #eee;
  text-align: center;
}

.month a {
  color: #666;
  text-decoration: none;
  display: block;
  height:22px;
  width:22px;
}
.month a:hover {
  color: #FF6600;
  text-decoration: none;
  display: block;
  height:20px;
  width:20px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.yearname {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.monthname {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background-color: #DADADA;
  color: #5D5D5D;
  border-style: outset;
  border-width:1px
}
.dayname td {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-color: #FF6600;
  color: #ffffff;
  border-style: outset;
  border-width:1px
}
.yearnavigation {
  font-size: 12px;
}
.datepicker {
  background-color: #eee;
}
.datepickerform {
  margin: 0px;
}
.monthnavigation {
  font-family: Tahoma, Arial, sans-serif;
}
.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 {
  height:22px;
  width:22px;
}
.monthday {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  background-color: #eee;
  color: #666;
  height:22px;
  width:22px;
}

.today {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fFF6600;
  height:22px;
  width:22px;
}
.today a {background-color: #fff; color: #FF6600;}
.today a:hover {}

.selectedday {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  height:22px;
  width:22px;
}
.selectedday a, .selectedday a:hover {background-color: #fff; color: #000;}

.sunday {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #999;
  height:22px;
  width:22px;
}
.sunday a {
  color: #999;
}
.saturday {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #999;
  height:22px;
  width:22px;
}
.saturday a {
  color: #999;
}
.event {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: red;
  height:22px;
  width:22px;
}
.event a, .event a:hover {
  color: red;
}
.selectedevent {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: red;
  background-color: #ffff99;
  height:22px;
  width:22px;
}
.selectedevent a, .selectedevent a:hover {
  background-color: #ffff99;
  color: red;
}
.todayevent {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: red;
  background-color: #ffff99;
  height:22px;
  width:22px;
}
.todayevent a, .todayevent a:hover {
  background-color: #ffff99;
  color: red;
}
.eventcontent {
  font-size: 10px;
  border-style: outset;
  border-width: 1px;
  width: 100%;
}

