#calendar td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#calback {
	height: 100%;
}

#calendar {
	background: #FFF;
	width: 500px;
	height: 100%;
	float: right;
}

.cal {
	width: 500px;
	border: 1px solid #CCC;
	margin: 0 auto;
}

.cal a {
	color: #900;
	text-decoration: none;
	border-bottom: 1px dotted #900;
	font-size: 10px;
}

.cal a:hover {
	color: #036;
	border-bottom: 1px dotted #036;
}

.calhead {
	width: 100%;
	color: #FFF;
	background: #666;
	padding: 5px;
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#calendar .calhead td {
	color: #FFF;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 50px;
	background: #EEE;
	font-size: 18px;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 50px;
}

.dayrow td {
	width: 14%;
	font-size: 12px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
}

.day {
	float: right;
	font-size: 14px;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #F00;
	font-size: 16px;
	font-variant: small-caps;
}

#event .posted {
	color: #333;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #900;
	text-decoration: underline;
	border: none;
	font-size: 12px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px 0;
	overflow: auto;
	margin: 0px;
	font-size: 14px;
}

.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;
}

