img {
	border: 0;
}
.standardForm {
	background-color: lightyellow;
	border: 1px solid silver;
	padding: 12px;
	text-align:center;
}
textarea {
	font-size: 12px;
}
.calendar {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.calendar img, .tool img {
	border: 0;
}
.calendar.description {
}
.calendar.date {
	vertical-align: top;
	white-space: nowrap;
	padding-right: 0.50em;
	font-family: monospace;
}
.calendar em {
	color:#454D66;
	font-weight:bold;
	font-style: normal;
	text-transform: uppercase;
}
.comment {
	color:#B00000;
}
.tool {
	float: right;
	padding-left: 6px;
}
.debugInfo {
	border: 1px solid silver;
	background-color: #F0F0FF;
	padding:0.50em;
	margin-top:1em;
	margin-bottom:1em;
	white-space: pre;
}
.date {
	white-space: nowrap;
}
.calendar td {
	vertical-align:top;
}