#calendar td {
	font-family: verdana;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	/*background: url('images/calWaiting.gif') no-repeat center;*/
}

#calendar {
	/*background: #FFF5CC;*/
	width: 100%;
	height: 100%;
}

.cal {
	/*width: 232px;*/
	/*height: 50%;*/
	border: 1px solid #765800;
	margin: 0 auto;
}

.cal a {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dashed #CC0000;
	font-size: 11px;
}

.calevent a {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	font-size: 11px;
	/*background:#E4D7C7;
	padding:3px 8px 7px 8px;*/
}

.cal a:hover {
	color: #CC0000;
	text-decoration:underline;
}

.calhead {
	width: 100%;
	height: 2px;
	font-weight: bold;
	color: #000;
	font-size: 11px;  
	background: url('images/dot.jpg') repeat center left;
	border: 1px solid #765800;
	padding: 3px;
}


.calheadt {
	font-weight: bold;
	color: #CC0000;
	font-size: 13px;  
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border:none;
}

.dayhead {
	height: 25px;
	
	background: #F9FAFC;
}

.dayhead td {
	border: 1px solid #765800;
	width: 33px;
	font-family: verdana;
	font-weight:bold;
	font-size:11px;
	text-align: center;
	color: #765800;
}

.dayrow {
	background: #FFF;
	height: 25px;
}

.dayrow td {
	width: 33px;
	font-size: 11px;
	color: #656551;
	padding: 3px;
	border: 1px solid #765800;
	
}

.day {
	text-align: center;
}

.dayover {
	width: 33px;
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	/*width: 212px;*/
	/*height: 100%;*/
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('images/calEvent.gif') repeat-x top left;
	border-bottom: 2px dotted #CCC;
}

#event .title {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 11px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #765800;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #765800;
	text-decoration:underline;
}

#event .line {
	padding: 10px;
}

.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;
}
.body-text {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

	text-decoration: none;

	text-align: justify;


}
