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

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #302f2f;
	width: 695px;
	border: 1px solid #000000;
	margin: 0 auto;
}

.cal a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.cal a:hover {
	color: #7ab5da;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;  
	background: url('/calendar/images/calBack.gif') repeat center left;
	padding: 5px;
}
.calheadTitle {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
}
.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

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

.dayhead {
	height: 25px;
	background: #646262;
}

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

.dayrow {
	background: #000;
	height: 80px;
}

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

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

.dayover {
	background: #4d4b4b;
}

.dayout {
	background: #000;
}

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

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

#event .title {
	color: #e7e7e7;
	font-size: 18px;
	font-weight: bold;
}

#event .posted {
	color: #c0c0c0;
	font-size: 12px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 12px;
}
.calevent {
font-family: "Poor Richard", Georgia, "Times New Roman", serif;
font-size: 17px;
}
.calevent a:link, .calevent a:visited, .calevent a:active {
color: #FFFFFF;
text-decoration:none;
}
.calevent a:hover {
color: #2c73dd;
}
#event .back a {
	color: #FFFFFF;
	text-decoration: underline;
	border: none;
	font-size: 12px;
}

#event .back a:hover {
	color: #2c73dd;
}

#event .line {
	padding: 10px;
	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;
}
