#calendar td {
	font-family: "Tahoma", Arial, sans-serif;
}

#calback {
	position:static;
	float:left;
	width: 100%;
	height: 210px;
	background: url('/calendar/images/calWaiting.gif') no-repeat center;
	overflow:hidden;
	background-color:#fff;
}
#calback a {
	background-image:none;
}
#calendar {
	background: #FFF;
	width: 100%;
	height: 180px;
}

.cal {
	width: 100%;
	color:#222;
	margin: 0 auto;
}

.cal a {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 9px;
}

.cal a:hover {
	color: #000;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 14px; 
	background: url('/calendar/images/calBack.gif') repeat center left;
	padding: 2px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	background-color: #EEE;
}

.dayhead td {
	text-align: center;
	color: #222;
}

.dayrow {
	background: #FFF;
}

.dayrow td {
	width: 14%;
	font-size: 10px;
	color: #222;
	padding: 3px;
	border: 1px solid #DDD;
}

.day {
	float: right;
	height:18px;
}
.day a {
	color:#222;
	}
.dayover {
	background: #F9F9F9;
}
.calevent {
	float: right;
	height:18px;
	background-color:#F4F4F4;
}
.calevent a {
	color:#000;
	}
.dayout {
	background: #FFF;
}
.dayoutI {
	background: #F1F1F1;
}
#event {
	background-color:#fff;
	font-family: Arial, sans-serif;
	width: 100%;
	height: 188px;
	border: 1px solid #FFF; /* #727260;
	border-bottom: 1px solid #727260;*/
}

#event .heading {
	padding-top: 0;
	position: relative;
	background: url('/calendar/images/calBack.gif') repeat-x center left;
	border-bottom: 1px dotted #CCC;
	height:26px;
	
}

#event .title {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left:5px;
}

#event .posted {
	padding-left:5px;
	color: #8C8C73;
	font-size: 9px;
}

#event .back {
	position: absolute;
	top: 8px;
	right: 10px;
}

#event .back a {
	color: #fff;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #bdfff9;
}

#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;
}
