table, td, li, p, select, textarea, input
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
}

th
{
    font-size: 9pt;
    color: #000080; 
    background-color: #C0C0C0;
}

h1
{
    font-size: 150%;
    letter-spacing: 2px;
}

h2
{
    font-size: 125%;
    letter-spacing: 1px;
}

h3
{
    font-size: 110%;
    letter-spacing: 0px;
}

select, textarea
{
    background-color: #D0D0D0;
    font-size: 8pt;
    font-weight: normal
}

input
{
    font-size: 8pt;
    font-weight: normal
}

table.events
{
	width: 100%;
}

table.events tr.alternating
{
	background-color: #dddddd;
}

table.events tr.new
{
	background-color: #ffffcc;
}

table.events tr.newalternating
{
	background-color: #ffefaa;
}

table.calendar tr td
{
	text-align: center;
	width: 40px;
	border: 1px solid #808080;
}

table.calendar{
	width: 280px;
	border-collapse: collapse;
	border: 1px solid #808080;
	margin: 0px auto 0px auto;
}

table.calendar tr td.weekendgrey, 
table.calendar tr td.grey,
table.calendar tr td a.grey
{
	color: Gray;
}

table.calendar tr td.weekendgrey, 
table.calendar tr td.weekend
{
	background-color: #adc7ff;
}

td.formleft, td.formright
{
	padding-bottom: 20px;
	border-bottom: 1px solid #ADC7FF;
	vertical-align: top;
	white-space: nowrap;
}

td.formleft{
	text-align: right;
	padding-right: 10px;
}

table.form tr td select, 
table.form tr td input,
table.form tr td textarea
{
	width: 300px;
}

table.form tr td input.datetime
{
	width: 100px;
}

table.form tr td span.checkbox input
{
	width: 10px;
}

table.form tr td select, 
table.form tr td textarea,
table.form tr td input
{
	background-color: #ffffe0;
}

select.dropdown
{
	background-color: #ffffe0;
	width: 200px;
}

table.form tr td input.submit
{
	background-color: ButtonFace;
}
