.mainTable {
	width:80%;
}
.month {
   width: 100%;
   border: 1px solid #000;
   background-color: #E8EDF9;
   text-align: center;
   border-collapse: collapse;
}
a {
   text-decoration: none;
   color: #000066;
   text-align: left;
}
a:hover {
   text-decoration: none;
   color: #3163CE;
}
.monthname {
   text-align: center;
   font-size: 13px;
   font-weight: bold;
   background-color: #E8EDF9;
   color: #000;
   border-bottom: 1px solid #000;
   border-top: 1px solid #000;
   border-left: 0px;
   border-right: 0px;
}
.dayname td {
   text-align: center;
   font-size: 12px;
   font-weight: bold;
   background-color: #CBD8F6;
   color: #5D5D5D;
   border-bottom: 1px solid #000;
   border-top: 1px solid #000;
   border-left: 0px;
   border-right: 0px;
}
.yearnavigation {
   font-size: 12px;
}
.datepicker {
   background-color: #e4e4e4;
}
.datepickerform {
   margin: 0px;
}
.monthnavigation {
   font-family: Tahoma, Arial, sans-serif;
   border-bottom: 1px solid #000;
   border-top: 1px solid #000;
   border-left: 0px;
   border-right: 0px;
}
.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: #000;
   border-width: 1px;
}
.nomonthday {
   height:60px;
   width:14%;
   vertical-align: top;
}
.monthday {
   border-collapse: collapse;
   border: 1px solid;
   border-color: #000;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   background-color: #FFF;
   color: #384955;
   height: 60px;
   width: 14%;
   vertical-align: top;
}
.today {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   background-color: #E7FFE8;
   color: #ffffff;
   height: 60px;
   width: 14%;
   vertical-align: top;
   border: 1px solid #000;
}
.selectedday {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   background-color: #E5FFFE;
   color: #ffffff;
   height: 60px;
   width: 14%;
   vertical-align: top;
   border: 1px solid #000;
}
.selectedday a {
   text-decoration: none;
   color: #000000;
   text-align: left;
}
.selectedday a:hover {
   text-decoration: none;
   color: #3163CE;
}
.sunday {
   border: 1px solid #000;
   background-color:#F3F7FF;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   color: #667171;
   height:60px;
   width:14%;
   vertical-align: top;
}
.sunday a {
   color: #000066;
}
.sunday a:hover {
   color: #3163CE;
}
.saturday {
   border: 1px solid #000;
   background-color:#F3F7FF;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   color: #667171;
   height:60px;
   width:14%;
   vertical-align: top;
}
.saturday a {
   color: #000066;
}
.saturday a:hover {
   color: #3163CE;
}
.event {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   background-color: #FFF;
   height:60px;
   border: 1px solid #000;
   vertical-align: top;
}
.event a {
   color: #000066;
}
.event a:hover {
   color: #3163CE;
}
.selectedevent {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   background-color: #E5FFFE;
   height:60px;
   border: 1px solid #000;
   vertical-align: top;
}
.selectedevent a {
   text-decoration: none;
   background-color: #E5FFFE;
   color: #000066;
   text-align: left;
}
.selectedevent a:hover {
   text-decoration: none;
   color: #3163CE;
}

.todayevent {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   background-color: #FFF;
   height:60px;
   border: 1px solid #000;
   vertical-align: top;
}
.todayevent a {
   color: #000066;
}
.todayevent a:hover {
   color: #3163CE;
}
.eventcontent {
   font-size: 10px;
   border-top: 1px solid #000; 
   width: 100%;
}
.eventcontent a {
   color: #000066;
}
.eventcontent a:hover {
   color: #3163CE;
}





