﻿#body { margin: 0; padding: 0; }
#divCalendar { position: absolute; text-align: center; overflow: auto; }
#divSeperator { float: left; width: 0px; margin: 0 2px; border-left: 1px dotted #000000; background-color: #ffffff; }
#divEventsHeader { text-align: left; float:left; margin: 0px 0px 3px 5px; }
#divCloseEvents { position: absolute; right: 5px; cursor: pointer; }

.title-link { text-decoration: none; }
.previousMonthButton { position: absolute; left: 3px; top: 6px; }
.nextMonthButton { position: absolute; right: 3px; top: 6px; }

.eventDetail { width: 90%; margin: auto; padding: 2px; border-width: 0px; text-align:left; }
.imgEventPopup  { margin-right: 3px; }
.clearer { clear: both; }

.calendar { color: #000000; background: #FFFFFF !important; }
.calender td { background: #FFFFFF; }

.calMonth { background: #FFFFFF; } 
.calWeek { color: #000000; background: #FFFFFF; }

.calOtherMonth a { text-decoration: none !important; cursor: default !important;} 
.calWeek a { text-decoration: none !important; cursor: default !important;} 
.calMonth a { text-decoration: none !important;  cursor: default !important;} 

/*
.calendar { color: #000000; background: #FFFFFF !important; }
.calender td { background: #FFFFFF; }
.calendar th {  }

.calMonth { background: #FFFFFF; height: 12%; } 
.calMonth a { text-decoration: none !important;  cursor: default !important;} 
.calDayHeader { height: 12%; }
.eventDay a { text-decoration: underline; }
.calHeader { color: #000000 !important; font-size: 11pt; text-align: center;}
.calHeader td { color: #000000; font-size: 11pt; font-weight: bold; text-align: center !important; }
.calWeek { color: #000000; background: #FFFFFF; }
.calWeek a { text-decoration: none !important; cursor: default !important;} 
.calOtherMonth a { text-decoration: none !important; cursor: default !important;} 
*/
