/*
 *
 * AGENDA CSS DOCUMENT
 *  
 */

div.cal_container {
	margin: 0 0 10px 14px;
}

#cal2Container td.oom {
	background-color:#eee;
}

#cal2Container td.active_date,
.yui-calendar td.active_date {
	background-color: #00a54f;
}

#cal2Container td.active_date a,
.yui-calendar td.active_date a {
	color: #fff;
}

.yui-calendar td.calcell.restricted {
	text-decoration: none;
}

.yui-calendar .calnavleft {
	display: none;
}

.yui-calendar .calnavright {
	display: none;
}

table.overview tr td {
	padding: 2px;
}

div#content h3 {
	font-size: 1.1em;
	font-weight: bold;
}

div#content h3#agenda-detail-head {
	margin: 0 0 1em;
}

/** changed made on the 25th of april 2007 
    to highlight the current month in the agenda
	made by : leonard eshuis
**/

#cal1Container {
	border:2px solid #00A54F;
	margin-top:10px;
}

#cal1Container .calhead {
	background-color:#00A54F;
	padding:2px 0px;
	color:#fff;
	font-weight:bold;
}

#cal2Container {
	background-color:#eee;
	border:1px solid #aaa;
}

