/********************************************************
*
*	stylesheet events Zutendaal
*
********************************************************/

table.calendar 
{
	color: #ffffff;
	background-color: #4A4849;
	width: 260px;
	height: 220px;
	padding: 0px;
	border: 0;
	border-width: 1px; border-style: solid;
}

.calTitle
{
	color: #7B2524;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
	width :100%;
	border-collapse: collapse;
}
#container #main #content div table.calendar tr td { padding:0; }
td.calDayHeader { font-size: 1.1em; font-weight: bold; letter-spacing: 1px; }
td.todayDayStyle{background-color: #5D8CE9;}
td.calSelectedcel, td.selectedCell { background-color: #FAEDB1; }
td.calSelectedcel a, td.calSelectedcel font a { color: #000; font-weight: bold; font-size: 1.2em; }

td.calDay { background-color: #ffffff; }
td.calDay, td.calDay font { color: #000000; font-weight: normal; }

td.calSelectedDay { background-color: #ffffff; }
td.calSelectedDay, td.calSelectedDay font { color: #7B2524; font-weight: bold; }

td.calOtherMonth { background-color: #DEDEDE; }
td.calOtherMonth, td.calOtherMonth font { color: #686868; }

.calPrevNext a { margin: 5px; color: #7B2524; font-weight: bold; }


div#events { padding: 5px 5px 5px 10px; }
div#events_box
{
	margin: 5px 0 5px 15px;
}

div.event { padding: 5px 5px 15px 3px; }

div.rule
{
	clear: both;
	margin: 5px 0 5px 0;
	height: 2px;
	background-color: #EBEBEB;
	color: #EBEBEB;
}
div.rule hr { display: none; }

div.event h2 { margin: 0; padding: 0; }
a.eventlink
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
div.event i, i { padding: 0 0 0 5px; font-size: 1.1em; letter-spacing: 1px; line-height: 1.6; }
div.event p { margin: 5px 0 3px 0; font-size: 1.1em; letter-spacing: 1px; }
div.event p img {  }
