table.calendarTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
table.calendarTable tr td {
	margin: 0px;
	padding: 1px;
	height: 16px;
	width: 16px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 10px;
	line-height: 16px;
}
#calTableWrapper {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	width: 160px;
	background-color: #FFFFFF;
}
table.calendarTable tr th.monthRow {
	margin: 0px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #168401;
	text-transform: uppercase;
	height: 16px;
}
table.calendarTable tr.dayRow th {
	margin: 0px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #168401;
	background-color: #CCCCCC;
	text-transform: uppercase;
	font-weight: normal;
	height: 14px;
}
div.calTableWrapper {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 149px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: #FFFFFF;
	height: 150px;
}
table.legend {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px none #CCCCCC;
	height: 131px;
}
table.legend tr td {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	border: 1px none #FFFFFF;
}
table.legend tr th.monthRow {
	margin: 0px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #168401;
	text-transform: uppercase;
	height: 16px;
}
div.legColourSquare {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.legend tr td div.legColourSquare {
	margin: 3px 10px 3px 0px;
	padding: 0px;
	height: 15px;
	width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.legend tr th.spacerRow {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 5px;
	border: 1px none #CCCCCC;
}
table.legend tr.spacerRow th {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 0px;
	line-height: 0px;
	border: 1px none #CCCCCC;
	display: table-row;
}
.orange {
	background-color: #FFC53C;
}
.red {
	background-color: #FF2E28;
}
.green {
	background-color: #6CE061;
}
.blue {
	background-color: #88AAFF;
}
.blank {
	background-color: #DCDCDC;
}
.legColourSquare {
	margin: 3px 10px 3px 0px;
	padding: 0px;
	height: 15px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.purple {
	background-color: #CC99FF;
}
#scheduleHolder.scheduleBlock {
}
.calGroupWrapper {
	margin: 0px;
	padding: 0px;
	width: 500px;
	border: 0px solid #FF0000;
	display: block;
	height: 500px;
}
.darkBlue
{
    background-color: #265EB0;
    color: #FFFFFF;
}

