#calendar td { font-family:Helvetica,Geneva,Verdana,sans-serif; }
#calback { clear:both; width:100%; height:100%; background:url('http://www.osc.org.nz/z/calendar/calWaiting.gif') no-repeat center; }
#calendar { background:#fff; width:100%; height:100%; }
.cal { width:605px; border: 1px solid #ccc; margin:0 auto; }
.cal a { color:#4169e1; text-decoration:none; border-bottom:1px dashed #4169e1; font-size:10px; }
.cal a:hover {  }
.calhead { font-family:'Palatino Linotype',Palatino,'Zapf Calligraphic','URW Palladio L','Book Antiqua',serif; color:#4169e1; width: 100%; background-color: #e3e3f3; padding: 5px; }
.calhead img { border:none; }
.calhead table { width:100%; }
.calhead a { text-decoration:none; border:none; }
.dayhead { height:20px; background:#fff; }
.dayhead td { font-family:'Palatino Linotype',Palatino,'Zapf Calligraphic','URW Palladio L','Book Antiqua',serif; text-align:center; color:#000; font-size:12px; }

.dayrow {
	background: #FFF;
	height: 40px;
}

.dayrow td {
	width: 14%;
	font-size: 9px;
	color: #656551;
	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-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('http://www.osc.org.nz/z/calendar/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title { color:#4169e1; font-size:16px; }

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back { position:absolute; top:10px; right:10px; }
#event .back a { color:#4169e1; text-decoration:none; border:none; font-size:12px; }
#event .back a:hover { }

#event .line {
	padding: 10px; font-size:12px;
	overflow: auto;
}

.error {
	color: #C00;
	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;
}