#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	clear:both;
	width: 100%;
	height: 100%;
	background: url('images/calWaiting.gif') no-repeat center;
	margin-top:6px;
}

#calendar {
	background: #FFF;
	width: 100%;
	height: 100%;
}

.cal {
	width: 200px;
	border: 1px solid #999;
	margin: 0 auto;
}

.cal a {
	text-decoration: none;
	color:;
	font-size: 9px;
}

.cal a img{
border:none;
}

.cal a:hover {
	color: #0E0;
}

.calhead {
	width: 100%;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;  
	background: url('images/calBack.gif') repeat center left;
	padding: 1px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
	height: 100%;
	color:#FFFFFF;
	font-weight:bold;
}

.calhead table tr td{
	height: 100%;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}


.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
	font-weight:bold;
}

.dayrow {
	background: #FFF;
	height: 22px;
}

.dayrow td {
	width: 14%;
	font-size: 9px;
	color: #656551;
	padding: 2px;
	border: 1px solid #DDD;
	text-align:center;
}

.day {
	float: right;
}

.eventdaytd {
	color: #000000;
	background-color:#88cc31;
}
.eventdaytd #text{
color: #000000;
}

.eventdaytdover {
	color: #FFFFFF;
	background-color: #4e68ad;
	cursor:pointer;
}
.eventdaytdover #text{
color: #FFFFFF;
}




.dayout {
	color: #;
	background-color:#DDDDDD;
}
.dayout #text{
color: #666666;
}

.dayover {
	color: #000000;
	background-color: #BBBBBB;
}
.dayover #text{
color: #000000;
}






.dayout {
	background-color: #FFFFFF;
	color: #666666;
}

#event {
	font-family: Arial, sans-serif;
	width: 96%;
	height: 100%;
	background:#DDDDDD;
}

#event .heading {
	padding: 3px;
	background: url('images/calEvent.gif') top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 10px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 9px;
	font-weight:normal;
}

#event .back {
	width:100%;
	height:17px;
	background-color:#FFFFFF;
}

#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;
	font-size: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;
}