/* Calendar CSS
============================================================ */
div.month
{
}
table.month
{
	background: #071155;
	color: #000;
}
table.month td
{
	background: #fff;
	color: #000;
	width: 51px;
	height: 60px;
	padding: 3px;
}
table.month td.no
{
	background: #aaa;
	color: #000;
}
/* Very first row */
table.month tr.top td
{
	height: auto;
	text-align:center;
	padding: 5px 2px;
	font-size: 9px;
	background: #0c296a;
	color: #fff;
}
/* Month and Year */
table.month tr.top td.current
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	width: auto;
}
table.month tr.top td a,
table.month tr.top td a:hover
{
	background: inherit;
	color: #fff;
}

table.month tr.header td
{
	text-align:center;
	background: #ccc;
	color: #071155;
	height: auto;
}
table.month td label
{
	font-weight: bold;
	text-align: right;
	margin-top: -3px;
}
table.month td div
{
	margin-bottom: 5px;
}

table.month td span.locations span
{
	display: block;
	margin: 0 -3px;
}