table.calendar {
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
	border-color: #808080;
	border-collapse: collapse;
}
table.calendar th {
	font-size:11px;
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	/*border-color: #808080;*/
	border-color: #ffffff;
	background-color: #999999;
	color: #ffffff;
	-moz-border-radius: 0px;
}
table.calendar td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #d3d3d3;
	-moz-border-radius: 0px;
	vertical-align: top;
	width:80px;
	height:70px;
}
.calendarEmpty {
	background:transparent;
	color:#888888;
}
.calendarDay {
	background:#e0f0ff;
	color:#222222;
	width:80px;
	height:70px;
}
.calendarEvent {
	background:#ffffaa;
	width:80px;
	height:70px;
	cursor:pointer;
	cursor:hand;
}
.calendarEventItem {
	font-size:9px;
	white-space:nowrap;
	line-height:9px;
	cursor:pointer;
	cursor:hand;
}
.calendarEventHidden {
	color:#003366;
	width:80px;
	height:60px;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
}
.calendarHeading {
	font-weight:bold;
	font-size:125%;
	margin-top:20px;
}
a.onclickLink:link, a.onclickLink:visited, a.onclickLink:hover, a.onclickLink:active {
	color: #444444;
	text-decoration:none;
}
.sortableFiles ul {
	list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.sortableFiles li {
	margin:0px 0px 5px 0px;
	padding:10px;
	cursor:move;
	color:#444444;
	font-weight:normal;
}