body
{
  background-color: #FFFFCC;
}
h1
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

h2,h3
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}

body, p, td, select, input
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
}
p
{
	margin-top: 5pt
}

legend
{
	font-weight: bold;
}

hr
{
	color: Black;
	height: 1px;
}
a:active, a:link, a:visited
{
	color: blue;
	text-decoration: underline;
}
a:hover
{
	color: blue;
	text-decoration: underline;
}
.button
{
	border: 1 solid silver;
}
.popup
{
	border-style: none;
	margin-top: 10px;
}

.Window
{
	border: 1 solid #3a6ea5;
}

.WindowTitlebar
{
	background-color: #3a6ea5;
	font-weight: bold;
	font-size: 9pt;
	color: White;
}

/* Horizontal menu classes */

.HMenuBar {
	background-color: #3a6ea5;
	border: 1 solid black;
	cursor: hand;
}

.HMenuItem {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

.HMenuItem_MouseOver {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

.HMenuSubMenu {
	background-color: #3a6ea5;
	border-left: 1 solid black;
	border-right: 1 solid black;
	border-bottom: 1 solid black;
	cursor: hand;
	z-index: 1000;
}

.HMenuSubMenuTable 
{
	/* width: 175px; */
}

.HMenuSubItem {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: white;
}

.HMenuSubItem_MouseOver {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	background-color: skyblue;
}

/* table classes */
.TableHeadCell
{
	background-color: Silver;
	border: 1 solid black;
	font-weight: bold;
}

.TableRowNormal
{
	background-color: white;
}

.TableRowAlt
{
	background-color: silver;
}

.LoadCellListHeader {
	background-color: #3a6ea5;
	color: white;
	height: 10px;
	text-align: left;
	padding-left: 5px;
}

