.calendar_monthly
{
	border: 1px solid #52516c;
	border-collapse: collapse;
}

.calendar_monthly TH,
.calendar_monthly TD,
.calendar_monthly DIV
{
	font-size: 7pt;
}

.calendar_monthly TH
{
	border: 1px solid #52516c;
	background-color: #eaf5ff;
	padding: 2px;
}

.calendar_monthly TD
{
	border: 1px solid #52516c;
	background-color: #ffffff;
}

.calendar_currentweek TD
{
	/*background-color: #f3f8ff;*/
}

DIV.calitem_title,
DIV.calitem_title A
{
	text-align: right;
	border-bottom:1px solid lightgrey;
	padding: 2px;
	margin-bottom: .25em;
	background-color: #52516c;
	color: white;

}

DIV.calitem_body,
DIV.calitem_body A
{

}

.calendar_monthly .calendar_item
{
	text-align: left;
	vertical-align: top;
	height:60px;
}

.calendar_monthly .calendar_item_outofmonth
{
	border: 0px 0px 0px 0px;
}

#cal_view_title
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
}
.cal_section_title
{
	font-weight: bold;
	font-style: italic;
}
.paragraph
{
	padding-left: 22px;
}
