Installation
------------
See INSTALL for installation instructions.


Update
------
Make sure you click on "Start update..." in SETTINGS (aw_ecal_panel/admin.php).


Layout
------
You can define how your side-panel and calendar in calendar-views looks like.
The following table and td css-definitions are available:
	- awec_table: the whole table
	- awec_current: current day
	- awec_empty: no event on this day
	- awec_content: at least on event on this day
	- awec_dayofweek: day of week in the table caption
Example:
table.awec_table {
	background-color: #999999;
}
td.awec_empty {
	background-color: #ffffff;
	padding: 1px;
}
td.awec_content {
	background-color: #ffffff;
	padding: 1px;
}
td.awec_current {
	border: 1px solid red;
	background-color: #eeeeee;
	padding: 1px;
}
td.awec_dayofweek {
	font-weight: bold;
	color: black;
	background-color: #cccccc;
	padding: 1px;
}



Thanks
------
TOOLTIPS 1.04 (c)2001 Peter Kerl
www.peterkerl.de
