table.cal {
	border: 1px solid #401e07;
	background: #fff;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	height: auto;
}
table.cal td{
	border: 1px solid #401e07;
}

table.calHeader {
	border: none;
	background: #75362b;
	height: 25px;
}
table.calHeader td{
	border: none;
	background: #75362b;
}
.calTitle {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.calMonthTitle {
	background: #401e07;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align:middle;
}
.calNav {
	text-align: center;
	vertical-align:middle;
}
a.calNav:link { font-size: 10px; background: #75362b; color: #fff; font-weight: bold; text-decoration: none;}
a.calNav:active { font-size: 10px; background: #75362b; color: #fff; font-weight: bold; text-decoration: none;}
a.calNav:visited { font-size: 10px; background: #75362b; color: #fff; font-weight: bold; text-decoration: none;}
a.calNav:hover { font-size: 10px; background: #75362b; color: #fff; font-weight: bold; text-decoration: underline;}

.calEmptyDay {
	background: #d79b4f;
}
.calDay {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 90px;
}
.calCurrentDay {
	color: #75362b;
	padding: 0 3px 0 0;
}
.calOtherDay {
	padding: 0 3px 0 0;
}
#calEvent {
	text-align: left;
	vertical-align: middle;
	padding: 0 3px 0 3px;
}
#calEvent a {
	font-size:11px;
	color: #75362b;
	font-weight: normal;
	text-decoration: none;
}
#calEvent a:hover {
	text-decoration: underline;
}
.bgPrint {
	background-image: url(../images/iconPrint.gif);
	background-repeat: no-repeat;
}
.bgClose {
	background-image: url(../images/iconClose.gif);
	background-repeat: no-repeat;
}
