/* CSS - file for zWar-Calendar-Panel by Zezoar */
/* Original made for theme "Gilette"*/

/*body of the calendar (background-color defines the borders aorund calendar-cells)*/
.zwar-cal-month { width:100%; background-color:#f1f1f1; }

/*cell where the monthname is displayed*/
.zwar-cal-monthname { background-color:#f1f1f1; font-weight:bold; font-size: 11px; color: #555; padding:2px; }

/*the two cells left and right from monthname, used for navigation*/
.zwar-cal-monthnavigation { background-color:#f1f1f1; font-weight:bold; font-size: 11px; color: #555; padding:2px; text-align:center; }

/*the seven td-cells where the day-letters are displayed*/
.zwar-cal-dayname { background-color:#fafafa; text-align:center; font-size:8px; font-weight:bold; }

/*Popup cells, which contain the matches or usernames (birthdays)*/
.zwar-cal-dayinfo { background-color:#fafafa; padding:4px;}

/*Calendar-Day Cells, which belong to the displayed month*/
.zwar-cal-monthday { background-color:#ececec; text-align:center; }

/*Calendar-Day Cells, which DON'T belong to the displayed month*/
.zwar-cal-nomonthday { background-color:#ececec; text-align:center; }

/*Calendar-Day Cells for sundays */
.zwar-cal-sunday { background-color:#e1e1e1; text-align:center; }

/*Calendar-Day Cells for saturdays */
.zwar-cal-saturday { background-color:#e1e1e1; text-align:center; }

/*Calendar-Day Cell for present day*/
.zwar-cal-today { background-color:#f6a504; text-align:center; font-weight:bold; }

/*Calendar-Day Cell for present day if WITH an event*/
.todzwar-cal-eventdays { background-color:#f6a504; text-align:center; font-weight:bold; }

/*Calendar-Day Cells for Days with Events */
.zwar-cal-eventdays{ background-color:#f1f1f1; color:#f6a504; text-align:center; font-weight:bold; }

/*Link in Calendar-Day Cells for Days with events */
.zwar-cal-eventdays a { color:#f6a504; font-weight:bold; }

/*the small X to close the popup*/
.zwar-cal-closelink { display:block; width:12px; height:12px; font-size:11px; text-align:center; font-weight:bold; }

/*Popup cells, displaying the event-category (Matches/Birthdays)*/
.zwar-cal-infotitle { background-color:#f1f1f1; font-weight:bold; font-size: 11px; color: #555; padding:2px; }

/*Body of Popup*/
.zwar-cal-infobody { border:1px solid #aaaaaa; margin:5px; width:150px;}