/* CSS Document */

#calendar table {
	border-collapse:collapse;
}

#calendar th {
	text-align:center;
	border-top:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
}

#calendar td {
	text-align:right;
	border-top:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	vertical-align:top;
	width:80px;
	height:60px;
}

#month {
	background:#014891;
	color:#FFFFFF;
}

#month a:link, #month a:visited {
	color:#8fbae6;
	text-decoration:none;
}

#month a:hover {
	color:#8fbae6;
	text-decoration:underline;
}

#days {
	background:#8fbae6;
	color:#003399;
	height:21px;
}

#calendar .weekend {
  background:#cfe3fa;
	color:#003399;
}

#calendar .weekendpast {
  background:#cfe3fa;
  color:#FFFFFF;
}

#calendar .date {
	background:#dcdcdc;
	color:#003399;
	font-weight:normal;
}

#calendar .emptydate {
	background:#f0f0f0;
}

#calendar .event {
	background:#ffcc66;
	color:#003399;
}

#jobslink {
	text-align:center;
	padding-top:10px;
}

#calendar .today {
	background:#c2c2c2;
}

#calendar .past {
	background:#dcdcdc;
	color: #ffffff;
}