#calendar td {
	font-family: Arial;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('http://www.henaac.org/calendar/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background: #FFF;
	width: 100%;
	height: 100%;
}

.cal {
	width: 590px;
	border: 1px solid #CCC;
	margin: 0 auto;
}

.cal a {
	color: #0072bb;
	text-decoration: none;
	border-bottom: 1px #CCC;
	font-size: 11px;
}

.cal a:hover {
	color: #0072bb;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;  
	background: url('http://www.henaac.org/calendar/calendar/images/calBack.png') repeat center left;
	padding: 5px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 60px;
}

.dayrow td {
	width: 14%;
	font-size: 11px;
	color: #0072bb;
	padding: 3px;
	border: 1px solid #DDD;
}

.day {
	float: right;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #0072bb;
}

#event .heading {
	padding: 11px;
	position: relative;
	background: url('http://www.henaac.org/calendar/calendar/images/eventbg.png') repeat-x top left;
	border-bottom: 0px dotted #CCC;
}

#event .title {
	color: #0072bb;
	font-size: 14px;
	font-weight: bold;
}

#event .posted {
	color: #0072bb;
	font-size: 11px;
}

#event .back {
	position: absolute;
	top: 12px;
	right: 11px;
}

#event .back a {
	color: #0072bb;
	text-decoration: underline;
	border: none;
	font-size: 12px;
}

#event .back a:hover {
	color: #0072bb;
}

#event .line {
	padding: 2x;
	overflow: auto;
}

.error {
	color: #0072bb;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}
