body, form
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
}

.InputForm
{
	width: 100%;
	border: 1px solid #cccccc;
}

.InputForm th, .InputForm td, .InputForm input, .InputForm textarea
{
	font-family: Tahoma;
	font-size: 12px;
}

.InputForm th, .InputForm td
{
	padding: 3px 3px 3px 3px;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
}

.InputForm .Header
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background: #ebebeb;
	padding: 3px 5px 3px 3px;
	white-space: nowrap;
}

.InputForm .SelectInput
{
	width: 100%;
}

.InputForm .TextInput
{
	width: 100%;
}

.InputForm .Sup
{
	font-size: 8pt;
	color: #0000FF;
	vertical-align: baseline;
	position: relative;
	top: +0.4em;
	left: +0.2em;
}

.InputForm .Note
{
	font-size: 9px;
	color: #999999;
	white-space: normal;
}

.EventList
{
	border: 0px;
	width: 100%;
}

.EventList .Header td
{
	background: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.EventList th
{
	padding: 4px 0px 0px 0px;
	font-size: 11px;
}

.EventList td
{
	padding: 4px 6px 0px 6px;
	font-size: 11px;
	text-align: center;
}

.EventList select
{
	width: 60px;
	font-size: 11px;
}
