body { margin: 0; padding: 0; width: 100%; height: 100%; background: white url('/i/complex-form/emblem-white.gif') no-repeat 100% 100%; }
body, td {  font-family: Arial, sans-serif; font-size: 80%; }

#contents { height: 89%; position: relative; }

#stamp { position: absolute; top: -77px; right: 0px; z-index: 6; }

#navigation {
	position: absolute; left: 0px;
	float: left; width: 21%;
	border-bottom: 1px solid #e2d5b0;
}
#nav-border-top { display: none; background-color: #e2d5b0; border-left: 10px solid #f2efdf; height: 1px; }
div.menu-item {
	position: relative; cursor: pointer; cursor: hand;
	border-top: 1px solid #e2d5b0;
}
div.menu-item-current {
	position: relative; border-top: 1px solid #f9f7ef; z-index: 66;
	font-weight: bold;  background: #f9f7ef url('/i/complex-form/menu-circle.gif') no-repeat 0% 47%;
}
div.menu-item-disabled { position: relative; z-index: 6; color: #c6cb9d; border-top: 1px solid #e2d5b0; }
div.menu-label { padding: 10px 10px 10px 26px; }
div.menu-item-current div.menu-shadow { display: block; z-index: 666; }
div.menu-item-disabled div.menu-shadow,
div.menu-item div.menu-shadow { display: none; }

div.buttons { background: #f9f7ef; padding: 15px 43px 15px 25px; margin: 0px 120px 0px 21%; }

div.page {
	background: #f9f7ef; border-top: 1px solid #f9f7ef;
	min-height: 77%; height: expression('77%');
	margin-left: 21%; margin-right: 120px; padding: 0px 43px 20px 25px;
}
div.hidden-page {
	background: #f9f7ef; border-top: 1px solid #f9f7ef;
	min-height: 77%; height: expression('77%');
	margin-left: 21%; margin-right: 120px; padding: 0px 43px 20px 25px;
	display: none;
}
div.hidden { display: none; }

.right-button { float: right; display: none; }
.left-button { float: left; display: none; }


/* shadow */

div.shadow { background: url('/i/complex-form/sh-white.gif') repeat-x 50% 50%; height: 12px; margin: 0px 120px 0px 21%; }
div.shadow-left { background: url('/i/complex-form/sh-white-left.gif') no-repeat 0% 0%; height: 12px; }
div.shadow-right { background: url('/i/complex-form/sh-white-right.gif') no-repeat 100% 100%; height: 12px; }

div.menu-shadow {
	position: absolute; width: 100%; margin: 0px;
	left: 0px; top: 100%; top: expression(this.parentNode.offsetHeight);
}


/* content */

h1 { margin: 8px 0px 18px 0px; color: #9e0b0e; font-size: 160%; }
h2 { font-size: 130%; color: #ad8720; font-weight: normal; margin-bottom: 0px; }

table.data { border-collapse: collapse; }
table.data th {
	border: 1px solid white; border-bottom: none; background-color: white;
	text-align: left; font-size: 80%;
	padding: 5px 7px;
}
table.data th.right { text-align: right; }
table.data tr.bordered td {
	border-bottom: 1px solid #e2d5b0;
	height: 27px;
	padding: 3px 7px;
}
table.data tr.bordered td.empty { border: none; padding: 0px; }
table.data tr.result td { padding: 9px 7px 0px 7px; vertical-align: bottom; }
div.result { font-size: 120%; font-weight: bold; }


table.fields td { padding: 6px 6px 6px 12px; }
table.fields td.top { padding-top: 9px; vertical-align: top; }
table.fields td textarea.wide,
table.fields td input.wide { width: 100%; }
table.fields th { padding: 12px 2px 6px 2px; text-align: left; font-weight: normal; color: #ad8720; }

