/* ================================
    CSS STYLES FOR Module Calendar
   ================================
*/
.eventListHeaderDate1 { width: 100%; color: white; background-color: Transparent; font-family: Tahoma, Arial, Helvetica; font-weight : bolder;  font-size : 11px; font-weight:normal; border-bottom: solid 1px #000000; border-bottom-color: midnightblue}
.eventListHeaderDate { width: 100%; color: white; background-color: Transparent; font-family: Tahoma, Arial, Helvetica; font-weight : bolder;  font-size : 11px; font-weight:normal; text-decoration:underline}
.eventListHeaderItem { width: 100%; color: white; background-color: Transparent; font-family: Tahoma, Arial, Helvetica; font-weight : bolder;  font-size : 11px; font-weight:normal}
.eventListItemDate { width: 50;  color:white; background-color: Transparent; font-family: Tahoma, Arial, Helvetica; font-weight : bolder;  font-size : 11px; font-weight:normal;}
.eventListItem { width: 100%; color: white; background-color: Transparent; font-family: Tahoma, Arial, Helvetica; font-weight : bolder;  font-size : 11px; font-weight:normal; }
.eventDate { width: 130}
.eventTime { width: 50}
.eventWeekHeader {width: 50%; height: 25px; color:White;  background-color:midnightblue; font-family: Tahoma, Arial, Helvetica; font-weight : bold;  font-size : 11px; }
.eventWeekItem {color: white; font-family: Tahoma, Arial, Helvetica; font-size : 11px; font-weight:normal; }
.eventWeek { color: white; background-color: #FEFEFE; font-family: Tahoma, Arial, Helvetica; font-weight : bold;  font-size : 14px; }
.eventMonthDayListHeader{ color: white; background-color: #FEFEFE; font-family: Tahoma, Arial, Helvetica; font-weight : bold;  font-size : 12px; }
.eventMonthDayListItem { width: 100%; height: 20; color: black; background-color: #FEFEFE; font-family: Tahoma, Arial, Helvetica; font-weight : bolder;  font-size : 11px; font-weight:normal; }

