div.code		{ font-family: courier; width: 500px; background-color: #eeeeee; border: 1px solid #666666; padding: 5px; margin: 5px }
div.box			{ padding: 5px; margin: 5px; border: 1px solid ff0000; }
div.redbox		{ color: 000000; background-color: ffcccc; }
div.bluebox		{ color: 000000; background-color: ccccff; }
div.yellowbox	{ color: 000000; background-color: ffffcc; }
div.greenbox	{ color: 000000; background-color: ccffcc; }
div.indent		{ padding-left: 10px }

span.red		{ color: ff0000; }
span.blue		{ color: 0000ff; }
span.yellow		{ color: ffff00; }
span.green		{ color: 00ff00; }

.smallSans			{ font-family: arial, sans-serif; font-size: 8pt }
.mediumSans			{ font-family: arial, sans-serif; font-size: 10pt }
.largeSans			{ font-family: arial, sans-serif; font-size: 12pt }

.smallSerif			{ font-family: times, serif; font-size: 10pt }
.mediumSerif		{ font-family: times, serif; font-size: 12pt }
.largeSerif			{ font-family: times, serif; font-size: 14pt }

table.calendar						{ background-color: #cccccc; }
table.calendar tr.header			{ background-color: white; }
table.calendar tr.header td.field	{ vertical-align: middle; text-align: center; background-color: white; width: 100px; height: 20px; font-family: sans-serif, "Arial", "Helvectica"; font-size: 14px; color: black; }
table.calendar tr.row				{ background-color: white; }
table.calendar tr.row td.field		{ table-layout:fixed; overflow: auto; vertical-align: top; background-color: white; width: 80px; height: 80px; font-family: sans-serif, "Arial", "Helvectica"; font-size: 12px; color: black; }
table.calendar .daynumber			{ padding: 4px; text-align: right; font-family: sans-serif, "Arial", "Helvectica"; font-size: 11px; color: black; }
table.calendar .daynumber_disabled	{ padding: 4px; text-align: right; font-family: sans-serif, "Arial", "Helvectica"; font-size: 11px; color: #cccccc; }
table.calendar .event				{ padding: 2px; background-color: #bbddff; font-family: sans-serif, "Arial", "Helvectica"; font-size: 11px; color: black; border: 1px solid white; }

table.clear				{ background-color: none }
table.clear	td.field	{ overflow: auto; vertical-align: top; background-color: none; font-family: sans-serif, "Arial", "Helvectica"; font-size: 12px; color: black; }

