.calendar {
	margin-left: auto;
	margin-right: auto;
	/*border: outset 3px #727272;*/
	/*border: none;*/
	border: solid 1px #828282;
}

.calendar th {
	background-color: #193159;
	color: #f2f2f2;
}

.calendar tr td.alt {
	background-color: #e2e2e2;
}

.calendar tr td, .calendar tr th {
	vertical-align: top;
	text-align: left;
	border: inset 1px #000;
	border: none;
}

.calendar tr th {
	text-align: center;
}

.calendar .calHeader {
	font-size: 18px;
	font-weight: bold;
}

.calendar .lastMonth {
	color: #828282;
}

.calendar .thisMonth {
	color: #000;
	font-weight: bold;
}

.calendar .today {
	color: #727272;
	font-weight: bold;
}

.calendar .disabled {
	background-color: #e2e2e2;
	border: inset 1px #000;
	border: none;
}

.calendar .day {
	background-color: #f2f2f2;
	border: inset 1px #000;
	border: none;
	height: 80px;
}

.calItem:hover td {
	background-color: #f2f2f2;
	color: #000;
}

.calItem td a {
	color: #000;
}

.calItem a:hover {
	text-decoration: none;
	color: blue;
}

