/* CSS - file for zWar-Calendar-Panel by Zezoar */
/*leave the classes empty, to take the standards, change the clases below, to alter the calendar style.*/


/*Calendar Head*/
.zwc-maintable { } /*the container Table of the Calendar (<table>)*/
.zwc-nav {
	font-weight:bold;
	font-size:9px;
	padding:2px; } /*the nav cells (<td>)*/
.zwc-daybar {
	font-size:8px;
	padding:2px;
	font-weight:bold; } /*the second row, showing the days (<td>)*/

/*Calendar Cells*/
.zwc-emptycell { padding:2px; } /*a calendar cell, which doesnt belong to the chosen month (<td>)*/
.zwc-emptycell-we {	padding:2px; background-color:#f6f6f6; } /*a calendar cell, which doesnt belong to the chosen month and is a weekend-day(<td>)*/
.zwc-weekday { padding:2px; } /*a calendar cell, with a normal working-day, WITHOUT event (<td>)*/
.zwc-weekday-event { padding:2px; font-weight:bold;} /*a calendar cell, bormal working day WITH Event (<td>)*/
.zwc-weekend { 	padding:2px; background-color:#f6f6f6; } /*a calendar cell, weekend day WITHOUT event (<td>)*/
.zwc-weekend-event { padding:2px; background-color:#f6f6f6; font-weight:bold;} /*a calendar cell, weekend day WITH event (<td>)*/
.zwc-today { padding:2px; background-color:#fbbf00; } /*a calendar cell, present day WITHOUT event (<td>)*/
.zwc-today-event { padding:2px; background-color:#fbbf00; font-weight:bold;} /*a calendar cell, present day WITH event (<td>)*/

/*defintions for ALL calendar cells*/
.zwc-nav, .zwc-daybar, .zwc-emptycell, .zwc-emptycell-we, .zwc-weekday, .zwc-weekday-event, .zwc-weekend, .zwc-weekend-event, .zwc-today, .zwc-today-event {
	border:1px solid #cccccc;
	border-top:none; border-left:none;
}

/*Calendar-Popups*/
.zwc-popup-table { width:150px; } /*the container table, for the pupop, which appears when clicking on an event-cell (<table>)*/
.zwc-popup-head {  }  /*the head displaying "matches" or "birthdays, and the popup-closing-link*/
.zwc-popup-content {  } /*the popup-cells, displaying the matches/birthdays*/
