DIV#calendar .ekcaltableouter {
	text-align:center;
}
DIV#calendar .ekcalfirstrow TD {
	background-color:#9999CC;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
DIV#calendar .ekcaltableinner {
	border-collapse:collapse;
	background-color:#C4C4E1;
}
DIV#calendar .ekcaltableinner TD {
	border:1px solid #C4C4E1;
}
DIV#calendar .ekcaldayrow TD {
	background-color:#C4C4E1;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
DIV#calendar .ekcalcell {
	color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
DIV#calendar .ekcalcelltoday {
	background-color:#C4C4E1;
}

DIV#CalendarInfoBlock
{
	margin-top:			-5px 0 10px 0;
	padding:			5px;
	border:				1px solid #9999CC;
}
DIV#CalendarInfoBlock SPAN.articleTitle
{
	display:			block;
	padding-bottom:		5px;
	font-size:			12px;
	font-weight:		bold;
}
DIV#CalendarInfoBlockClose
{
	width:				25px;
	border:				1px solid #9999CC;
	font-size:			10px;
	font-weight:		bold;
}
DIV#CalendarInfoBlockClose A
{
	display:			block;
	padding:			4px;
	background:			#C4C4E1;
	color:				#000000;
	text-decoration:	none;
}
DIV#CalendarInfoBlockClose A:active
{
	color:				#000000;
	text-decoration:	none;
}
DIV#CalendarInfoBlockClose A:visited
{
	color:				#000000;
	text-decoration:	none;
}
DIV#CalendarInfoBlockClose A:hover
{
	background:			#9999CC;
}