table#BigCalendar {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

table#BigCalendar {
    width: 100%;
	border-bottom: 1px solid #003366;
}

table#BigCalendar th, table#BigCalendar td {
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	width: 14%;
}

tr.Date	/* horizontal borders for each week */
{
	border-top: 1px solid #003366 !important;
	width: 14%;
}

th {
	color: white;
	background-color: #003366;
	height: 0.75em;
	font-size: 0.85em;
	vertical-align: middle;
	text-align: center;
}
table#BigCalendar tbody tr td li a {
	background-color: #EFEFEF;
}

h3#AppointmentHeader {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #003366;
	text-align: center;
}

.CurrentMonth {
	font-size: 1.25em !important;
	text-align: center;
	margin-top: 0.75rem;
}

.Month {
	margin-top: 0.75rem;
}

td.Month {
	text-align: center;
	font-size: 1em;
}

td {
	font-weight: normal;
	font-size: 0.75em;
	padding-left: 2px;
}

	td.AllDay
	{
		vertical-align: middle;
		text-align: center;
		background-color: #ccc;
	}
div.BigEvent
{
	overflow: hidden;
	border-bottom: 1px solid white;
}

table.Key tr td {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	padding: 5px 3px;
}

td.Appointment {
	font-weight: bold;
}

td.OtherMonth {
	background-color: #EFEFEF;
}

.AppointmentItem
{
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #003366;
}

.AdditionalEvents
{
	font-size: 1.5em;
	padding-right: 5px;
	float: right;
	color: #0056b3;
	cursor: pointer;
}

.AppointmentSubject
{
	font-size: 0.75em;
	font-weight: bold;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.AppointmentTime
{
	font-size: 0.75em;
	padding-left: 3px;
	padding-bottom: 5px;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.AppointmentHeader
{
	font-size: 0.75em;
}

.ui-helper-reset
{
	margin-right: -15px !important;
}

.Number
{
	padding-right: 3px;
	text-align: right;
}

.TodayTop, .Today {
    background-color: #fffc8e;
    background-color: rgba(255, 252, 142, 0.4);
}

.TodayTop span.Day
{
	color: blue;
}

tfoot tr td {
	border-top: 1px solid #003366;
	height: 1em;
	vertical-align: top;
	text-align: center;
}

.SmallMonth
{
	font-size: 1.25em;
	font-weight: bold;
}

.SmallHelp, .SmallMonth
{
	text-align:center;
	width: 85%;
	float: none;
}

.SmallHelp
{
	font-size: 0.85em;
	margin: 5px 0;
}

.calendarSelection {
	margin: 0.1rem;
	font-size: 0.75rem;
	padding: 0.25rem 0;
	background-color: rgba(33, 37, 41, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.175);
}

a:hover.calendarSelection {
	text-decoration: none !important;
}

tr td span {
	font-weight: bold;
	color: black;
}