@import "/_style/screen.css";

.leftnav {
	width: 100%;
	float: none;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.leftnav span { display: inline; }
.leftnav a:link, .leftnav a:visited { display: inline; }
#new { 
	display: inline;
	margin-right: 1px;
}
#main {
	float: none;
	width: 100%;
}
#main p {
	text-indent: 0px;
	margin: 2px 0px;
}
.calendarList {
	/* what is this? */
	background-color: #E8F0E0;
	color: #006830;
	font-size: 0.8em;
}
.calendarTable {
	background-color: transparent;
	color: #006830;
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #006830;
}
.calendarCell, .calendarTodayCell {
	background-color: #E8F0E0;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #006830;
	padding: 3px;
}
.calendarTodayCell { background-color: #C8DBB5; }
.cellContent {
	color: #993333;
	font-size: 0.8em;
	text-transform: none;
	margin-top: 1em;
	font-weight: normal;
}
.calendarWeekdayCell { /* background-color: orange; */ }
.calendarWeekendCell { /* background-color: purple; */ }
.calendarDateCell {}
.calendarHeader {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #006830;
	color: #E8F0E0;
	height: 2.0em;
	font-size: 1.2em;
}
pre {
	background-color: #ffffff;
	color: red;
	border: 1px dashed red;
	padding: 3px;
	font-style: italic;
}
