#calendar td {
	font-family: Tahoma, Arial, Verdana,"Trebuchet MS",  sans-serif;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
}

#calendar {
	width: 100%;
	height: 100%;
	margin: 3px 0 0 0;
}

.cal {
	margin: 0 auto;
}

.cal a {
	color: #d71920;
}

.calhead {
	
	width: 100%;
	font-weight: bold;
	color: #969696;
	font-size: 10pt;  
	padding: 5px;
}
.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}
.calhead table td {vertical-align: middle; padding: 3px; text-align:center;}

.calhead a {
	text-decoration: none;
	border: none;
	text-shadow: 1px 1px 1px #cdcdcd;
}

.dayhead {
	height: 20px;
}

.dayhead td {
	text-align: center;
	color: #969696;
	font-weight: bold;
	font-size:9pt;
	
}

.dayrow {
}

.dayrow td {
	width: 14%;
	font-size: 9pt;
	color: #969696;
	font-weight: bold;
}
.day {padding: 3px 3px 5px 3px;	text-align: center;}
.today {background: url('../images/today_bg.gif') top center no-repeat; padding: 3px 3px 5px 3px;}

.weekend {}
.dayrow td:hover {background: url('../images/activeday_bg.gif') top center no-repeat; }


.event {	
	font-weight: bold;
}
#event {
}

#event .heading {
	padding: 10px;
	position: relative;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

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

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

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

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

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