body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1, h2, h3, h4, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table, button, a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.invalid
{
	background-color: red;
	color: white;
}

.nobr
{
	white-space: nowrap;
}

em
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
	font-style: normal;
}

.bullet-list
{
	list-style-image: url(/images/bullet-triangle.png);
	list-style-type: disc;
	vertical-align: super;
}

select.time_offset
{
	width: 100px;
}

.help-flyout
{
	width: 240px;
	padding: 4px 8px;
	border: 2px ridge #49176D;
	background-color: white;
	z-index: 10;
	color: black;
}
