﻿#Calendar_NavigationRepeater
{
	padding: 6px;
}
.Calendar_NavigationRepeaterDateHyperlink
{
	text-decoration: none;
	color: #2210D2;
	font-weight: bold;
	font-size: 10px;
}

.Calendar_NavigationRepeaterTitleHyperlink
{
	text-decoration: none;
	color: #2210D2;
	font-size: 10px;
}

.Calendar_TitleLabel
{
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.Calendar_Event
{
	border: solid 1px Black;
}

.Calendar_EventLeftBar
{
	border-right: solid 1px Black;
	background-color: Blue;
}

.Calendar_EventContent
{
	background-color: White;
}

