p.EventText
{
	font-size: 9px;
	line-height: 10px;


	text-align: center;
	margin-top: 4px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0px;
	text-indent: 0px;
}

a.EventLink
{
	border: none;
	padding: 0px;
	text-decoration: none;
}


a.EventLink:hover
{
	color: #FFFFFF;
	border: none;
	padding: 0px;
	text-decoration: none;
}

a.NextMonthLink
{
	padding: 2px;
	text-decoration: none;
	border-right: 1px dotted #888888;
	border-top: 1px dotted #888888;
	border-bottom: 1px dotted #888888;
	margin-left: 1px;
}

a.NextMonthLink:hover
{
	margin-left: 0px;
	background: #E5BDCC;
	border: 1px solid #555555;
}

a.PrevMonthLink
{
	padding: 2px;
	text-decoration: none;
	border-left: 1px dotted #888888;
	border-top: 1px dotted #888888;
	border-bottom: 1px dotted #888888;
	margin-right: 1px;
}

a.PrevMonthLink:hover
{
	margin-right: 0px;
	background: #E5BDCC;
	border: 1px solid #555555;
}

div.WeekDayContainer
{
	font-weight: bold;
}

a.WeekDay
{
	text-decoration: none;
	border-right: 1px dotted #888888;
	border-bottom: 1px dotted #888888;
}

a.WeekDay:hover
{
	background: #E5BDCC;
	border: 1px solid #555555;
}

div.DayContent
{
	font-weight: bold;
}




td.CalendarDayLeft
{
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 95px;
}

td.CalendarDay
{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 95px;
	height: 110px;
}

td.CalendarDayRight
{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 95px;
	height: 110px;
}



td.CalendarDayTitleLeft
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px dotted #999999;
	border-left: 1px solid #999999;
}

td.CalendarDayTitle
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px dotted #999999;
}

td.CalendarDayTitleRight
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}