#calHeading {
  width: 600px;
}

.calHeader {
  float: left;
	width: 188px;
	height: 26px;
  text-align: center;
	font-size: 18px;
	padding-top: 4px;
	background: #C0C8D2;
}

.calLeftNav {
  float: left;
	width: 190px;
	height: 20px;
	padding-top: 10px;
	text-align: right;
	font-size: 11px;
	background: #C0C8D2;
	color: #0066CC;
}

.calLeft {
  float: left;
	width: 190px;
	height: 20px;
	padding-top: 10px;
	text-align: right;
	font-size: 11px;
	background: #C0C8D2;
	color: #0066CC;
}

.calRightNav {
  float: left;
	width: 190px;
	height: 20px;
	padding-top: 10px;
	text-align: left;
	font-size: 11px;
	background: #C0C8D2;
	color: #0066CC;
}

.calRight {
  float: left;
	width: 190px;
	height: 20px;
	padding-top: 10px;
	text-align: left;
	font-size: 11px;
	background: #C0C8D2;
	color: #0066CC;
}

.calLeftNav:hover, .calRightNav:hover {
  color: #FF0000;
}

table {
  clear: both;
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	font-size: 16px;
}
td, th {
	width: 81px;
	height: 77px;
	text-align: left;
	vertical-align: top;
	text-indent: 8px;
  padding-top: 4px;
  background: url(../imagesDesign/cells.png);
	color: #444;
	position: relative;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(../imagesDesign/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}

.text {
  line-height: 18px;
  padding-left: 8px;
  font-size: 13px;
}

.underline {
  line-height: 18px;
  padding-left: 8px;
  font-size: 13px;
	text-decoration: underline;
}

