#cal_header_img{
	width: 237px;
	height: 25px;
	position: absolute;
	background: url("http://www.liberty.edu/media/1617/calendartop.png");
	z-index: -1;
	}

tr#cal_header h3 {
	padding-bottom:0;
	margin-bottom:0;
	line-height:25px;
	color: #fff;
}

tr#cal_header td {
	height:25px;
	line-height:25px;
	text-align:center;
}

#cal_header_small{
	background: url("http://www.liberty.edu/media/1617/calendartop_small.png") no-repeat;
}

tr#cal_header_small h3 {
	padding-bottom:0;
	margin-bottom:0;
	line-height:25px;
	color: #fff;
}

tr#cal_header_small td {
	height:25px;
	line-height:25px;
	text-align:center;
}

td.cal_button {
	width:24px;
	height:25px;
}

td#cal_year {
	text-align:center;
}

#cal_button_left,
#cal_button_right {
	width:14px;
	height:19px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
}

#cal_button_left {
	background:url(/wwwadmin/images/calendar_buttons.png) top left no-repeat;
}

#cal_button_right {
	background:url(/wwwadmin/images/calendar_buttons.png) top right no-repeat;
}

td.cal_side_spacer {
	width:2%;
}

td.cal_month {
	text-align:center;
	width:32%;
	height:25px;
	line-height:25px;
	font-weight: bold;
}

td.cal_month a {
	display:block;
	text-align:center;
	width:100%;
	height:25px;
	line-height:25px;
}

td.cal_month a:link,
td.cal_month a:active,
td.cal_month a:visited,
td.cal_month a:hover {
	background:#efefef;
	color:#a6a6a6;
	text-decoration:none;
	cursor:default;
}

td.cal_month a.cal_active:link,
td.cal_month a.cal_active:active,
td.cal_month a.cal_active:visited {
	background:#e9e9e9;
	color:#5caef5;
	text-decoration:none;
	cursor:pointer;
}

td.cal_month a.cal_active:hover {
	background:#bcdeff;
	color:#6b6b6b;
	text-decoration:none;
	cursor:pointer;
}

.author_info{
	line-height: 25px;
	font-size: 11px;
	color: #989898;
}
