body
{
	font-size: 12px;
	font-family: Helvetica;
	color: #006666;
}

a.menulink
{
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

input
{
	width: 98%;
	background: white !important;
	text-transform: uppercase;
	border-width: 1px; 
}

input.protected
{
	color: grey;
}

textarea
{
	border-width: 1px;
}

button
{
/*	border-width: 1px; !important;*/
	width: 9em;
}

select
{
	background: white;
}

th
{
	font-weight: bold;
	text-align: left;
	padding-left: 1%;
}

td
{
	font-weight: normal;
	text-align: left;
}

td.heading
{
	font-weight: bold;
	text-align: left;
	padding-left: 0%;
}

h3
{
	margin-top: 0em;
	margin-bottom: 0em;
}

p
{
	margin-top: 0em;
}

.error
{
	background-color: #FFFFCC !important;
}

a
{
	text-decoration: none;
}

td.result
{
	color: black;
	cursor: pointer;
}

td.current
{
	font-weight: bold;
	color: blue;
	cursor: pointer;
}

span.accesskey
{
	text-decoration: underline;
	font-weight: bold;
}

div.record
{
	position: absolute;
	overflow: auto;
	top: 40px;
	margin-bottom: 100px;
}
