html, input, select, textarea {
	font-family: Arial, Sans-Serif;
	font-size: small;
}

html {
	margin: 16px 32px 32px 32px;
	max-width: 1000px;
}

body {
	background: #d9ead3;
}

h1 {
	width: 318px;
	height: 96px;
	background: url(visual/logo.png);
	font-size: 0px;
	cursor: pointer;
	margin-bottom:32px;
}

image {
	border: none;
}

#title, #casenav ul {
	background: #008000;
}

fieldset {
	border: none;
	padding: 16px;
}

a, .link {
	text-decoration: none;
	cursor: pointer;
	color: #008000;
}

.small {
	font-size: x-small;
}

#userbox {
	width: 256px;
	float: right;
	padding: 0px;
}

#userbox .ctrl {
	margin: 0px 0px 8px 0px;
}

#userbox label {
	font-size: 11px;
	padding: 3px;
	float: left;
	width: 64px;
	color: #008000;
	font-weight: bold;
}

#userbox input {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	border: 1px #999 solid;
}

#userbox input[type="text"], #userbox input[type="password"] {
	width: 230px;
}

#userbox input[type="submit"], #userbox input[type="button"], #inhelp input[type="button"], .button {
	background: #008000;
	border: none;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px 2px 2px 2px;
}

#title {
	padding: 16px 16px 16px 192px;
	font-weight: bold;
	font-size: 15px;
	border-radius: 8px 8px 0px 0px;
	margin-bottom: 16px;
	color: #fff;
}

#casenav {
	width: 176px;
	float: left;
	font-size: 13px;

}

#casenav > ul {
	list-style: none;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	border-radius: 0px 0px 0px 8px;

}

#casenav > ul.square {
	border-radius: 0px 0px 0px 0px;
	margin-bottom: 16px;
}

#casenav li {
	color: #000;
	font-weight: bold;
	cursor: pointer;
	padding: 4px 16px 4px 16px;
}

#casenav li.sub {
	font-size: 12px;
	padding-left: 32px;
}

#casenav li:hover, #casenav li.sel {
	background: #394639;
}

#casenav li.hed
{
	color: #fff;
	cursor: default;
}

#casenav li.gapb
{
	margin-bottom: 1em;
}

#casenav li.gapa
{
	margin-top: 1em;
}

#casenav li.hed:hover
{
	background: #008000;
}

#casenav a, #casenav span {
	color: #fff;
	cursor: pointer;
}

/*ul#casenav li + li, ul#casenav ul li {
	margin-top: 0.5em;
}*/

#casenav ul ul {
	display: block;
	list-style: none;
	padding: 0em 0em 0em 1em;
	font-size: 11px;
}

div#main {
	background: #fff;
	margin-left: 192px;
	padding: 16px;
	border-radius: 0px 0px 8px 0px;
}

span.asterix {
	color: #f00;
	font-weight: bold;
}

div.err label, label.err {
	color: #f00 !important;
}

label.hlp {
	cursor: help;
}

div#inhelp {
	position: fixed;
	width: 50%;
	top: 10px;
	left: 10px;
	display: none;
	background: #fff;
	border: 2px solid #008000;
	border-radius: 8px 8px 8px 8px;
}

div#inhelpc {
	padding: 16px;
	overflow-y: auto;
	/*max-height: 50%;*/
}

div#inhelpc> *:first-child {
	margin-top: 0px;
}

div#inhelpc + div {
	padding: 16px;
}

h3 {
	margin: 0px;
	width: 60%;
}

img.note {
	padding-left: 2em;
}

#othe_hide, .notes, #miti_blank, #jobs_blank, .hidden {
	display: none;
}

div.group {
	padding: 16px;
	border: solid #666;
	border-width: 2px 0px 0px 0px;
	margin-top: 16px;
	width: inherit;
}

div.results {
	margin-top: 0em;
	width: 38%;
	float: right;
	xpadding: 0px 0px 16px 0px;
	xborder: 2px solid #666;
	display: none;
}

div.results h4:first-child {
	xmargin: 0px 0px 16px 0px;
	xpadding: 16px;
	xbackground: #666;
}


	div.group.wide {
		width: inherit;
	}

	div.group h4 {
		margin: 1em 0em 0em 0em;
	}

	div.group > h4:first-child, div.results > h4:first-child {
		margin-top: 0em;
	}

	div.ctrl {
		margin: 1em 0em 0em 0em;
	}

	div.ctrl > input[type="text"] {
		border: solid 1px #999;
		background: #fff;
		padding: 2px;
		margin: 0px;
	}

	div.ctrl > div.lock {
		background: #ddd;
		padding: 2px;
		margin: 0px;
		height: 15px;
	}

	div.ctrl > .calbut {
		margin: 0px 0px 0px 2px;
		padding: 0px;
		width: 22px;
		height: 22px;
		border: none 0px;
		background: url(visual/calendar.png);
	}

	.helpicn {
		float: right;
	}

	ul.claims {
		list-style: none;
		padding-left: 0px;
	}

#notes {
	border: 2px solid #008000;
	border-radius: 4px 4px 4px 4px;
	background: #fff;
	padding: 8px;
	position: fixed;
	display: none;
	text-align: right;
}

#notes textarea {
	width: 300px;
	height: 200px;
	border: solid 1px #999;
	padding: 2px;
	margin: 0px 0px 4px 0px;
}

#notes input {
	background: #008000;
	color: #fff;
	border: none;
	font-weight: bold;
	padding: 3px;
}

#footer {
	margin: 16px 0px 0px 192px;
	clear: both;
}

#footer p {
	float: left;
	width: 192px;
	font-size: 11px;
}

#schedule {
	width: 100%;
}

#schedule td {
	padding: 4px;
	vertical-align: bottom;
}

#schedule td + td {
	text-align: right;
}

#schedule .section tr:first-child td {
	padding: 2em 4px 4px 4px;
	font-weight: bold;
}

#schedule .section tr + tr td {
	padding: 4px 4px 4px 2em;
}

#schedule td.sub {
	padding-left: 4em !important;
}

#schedule td.sub + td {
	padding-right: 2em !important;
}

#schedule td.su2 {
	padding-left: 6em !important;
}

#schedule td.su2 + td {
	padding-right: 4em !important;
}

#schedule tr.total td {
	font-weight: bold;
	border: solid #ccc;
	border-width: 1px 0px 0px 0px;
	margin-top: 2em;
}

#schedule tbody.total td {
	font-weight: bold;
	border: solid #000;
	border-width: 0px 0px 1px 0px;
}

#schedule tr.note td {
	font-style: italic;
	padding-left: 8em !important;
}

#schedule .schedit {
	font-weight: normal;
	float: right;
	font-style: italic;
}

.center {
	text-align: center;
}

span.right {
	float: right;
}

.cap {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

#helptitle {
	background: #008000;
	padding: 16px 16px 16px 248px;
	border-radius: 8px 8px 0px 0px;
	margin-bottom: 16px;
}

#helptitle h1 {
	height: 1em;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	margin: 0px;
}

#helpbar {
	background: #008000;
	color: #fff;
	padding: 16px;
	width: 200px;
	font-size: 11px;
	float: left;
	margin: 0px 0px 32px 0px;
	border-radius: 0px 0px 0px 8px;
}

#helpbar, #helpbar ul {
	list-style: none;
	padding-left: 16px;
}

#helpbar ul {
	display: none;
}

#helpbar li {
	margin-top: 4px;
}

#helpbar span {
	cursor: pointer;
}

#helpbar li.sel {
	background: #394639
}

#helpbar li.sel ul {
	background: #008000
}

#helpbar li.sel > ul {
	display: block !important;
}

#helpbody {
	margin: 0px 0px 32px 248px;
	border-radius: 0px 0px 8px 0px;
	background: #fff;
	padding: 16px;
}

#helpbody h2 {
	margin-top: 0px;
}

.table, .othe_table {
	width: 100%;
}

.table thead, .othe_table thead {
	background: #008000;
	color: #fff;
	font-weight: bold;
}

.table td, .table th, .othe_table th {
	padding: 4px 8px 4px 8px;
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
}

.othe_table td {
	padding: 2px;
}

.table td + td, .table th + th {
	text-align: right;
	border: solid #008000;
	border-width: 0px 0px 0px 1px;
	width: 1%;
	white-space: nowrap;
}

.othe_table input[type="text"] {
	width: 100%;
	border: 1px solid #008000;
}

.othe_table td + td {
	width: 20%;
}

.othe_table td + td input {
	text-align: right;
}

.caselist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.caselist li {
	margin-bottom: 1em;
}

.caselist a:first-child {
	font-weight: bold;
}

.create {
	margin-top: -16px;
}

.create fieldset {
	padding: 0px;
	margin: 0px;
}

.create select {
	width: 100%;
}

#n_file_ctrl {
	display: none;
}

@media print {

	#title, h1, #userbox, #casenav, #footer, #notes, .schedit {
		display: none;
	}

	#main {
		margin: 0px !important;
	}

}

		p.rgh { text-align: right }
		p.cen { text-align: center }
		p.h1 { font-size: 19px; font-weight: bold }
		p.h2 { font-size: 17px; font-weight: bold }
		p.h3 { font-size: 15px; font-weight: bold }
		p.ind1 { margin: 1em 2em 0em 2em }
		p.ind2 { margin: 1em 4em 0em 4em }
		p.ind3 { margin: 1em 6em 0em 6em }
		p.ind4 { margin: 1em 8em 0em 8em }
		p.quo1 { margin: 1em 2em 0em 2em; font-style: italic }
		p.quo2 { margin: 1em 4em 0em 4em; font-style: italic }

.cale {
	border: solid #999;
	border-width: 1px 0px 0px 1px;
	width: 168px;
	display: none;
	overflow: auto;
}

.cale div {
	background: #999;
	color: #000;
	text-align: center;
	padding: 2px;
	font-weight: bold;
}

.cale div span {
	padding: 0px 1em 0px 1em;
}

.cale div .click {
	cursor: pointer;
}

.cale ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 168px;
}

.cale li {
	display: inline-block;
	width: 19px;
	border: solid #999;
	border-width: 0px 1px 1px 0px;
	padding: 2px;
	text-align: center;
	cursor: pointer;
	float: left;
}

.redtop {
	color: #f00;
	border: 1px solid #f00;
	padding: 24px;
	margin-bottom: 32px;
	font-weight: bold;
}

.redtop > * {
	margin: 0;
}
.redtop > * + * {
	margin-top: 1em;
}

.div_grossmethod_0 .grossmethod_1 { display: none; }

.div_grossmethod_1 .grossmethod_0 { display: none; }
