#calendar td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#calback {
	
	width: 100%;
	height: 100%;
	float:left;
	background: url(images/calWaiting.gif) no-repeat center;
}

#calendar {
margin-top:5px;
	width: 587px;
	height: 100%;
	float:left;
	
	
}

.cal {
float:left;
	width: 100%;
	border: 1px solid #999999;
	margin: 0 auto;
	
}

.cal a {
	color:#0000FF;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 9px;
}


.calhead {
	width: 100%;
	height:60px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;  
	background:#1a58a1;
	padding: 5px;
}

.calhead img {
	border: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}
#month-title {
text-transform:uppercase;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background:#518ec5;
	color:#FFFFFF;
}

.dayhead td {
	text-align: center;
	
	font-size:10px;
	font-weight:bold;
}

.dayrow {
	background: #FFF;
	height: 40px;
}

.dayrow td {
	width: 14%;
	font-size: 8px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
	font-family:Arial, Helvetica, sans-serif;
}

.day {
	float: right;
	height:50px;
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.dayover {
	background: #F4F4F4;
	
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
	background:#c9dff4;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#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:#0000FF;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#month, #year {
background-color:#999999;
color:#FFFFFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
#month {
width:100px;
}
#year {
width:60px;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
	width:250px;
	margin-left:-200px;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
	}
	.calevent {
	text-align:center;
	margin-top:3px;
	}