body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	margin: 0 0 0 0
}

h1 {
	font-size: 20pt;
	text-indent: -10px;
}

div.title {
	position: absolute;
	top: 0px;
	left: 180px;
}
div.nav {
	text-align: right;
	position: absolute;
	margin: 0 5 0 5;
	top: 0px;
	left: 0px;
	font-size: 10pt;
	width: 100%;
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
	background-color: #ddd;
}
div.nav a {
	color: #00a;
	text-decoration: none;
	font-weight: bold;
}
div.nav a:hover {
	color: #a00;
}

div.flash {
	color: #009;
	font-weight: bold;
	font-size: 11pt;
	background-color: #dcf2ff;
	background-color: #ffc;
	border-bottom: 1px dashed #333;
	position: absolute;
	width: 100%;
	top: 22px;
	left: 0px;
	right: 0px;
}

div.helpbox {
	background-color: #dae0d2;
	color: #765;
	padding: 2px;
	border: 1px solid #333;
	width: 400px;
	position: absolute;
	visibility: hidden;
}

div.content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 60px;
}

/*
 * Tables
 */
table.record {
	border: 1px solid #ccc;
}
table.record th {
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
table.record td {
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

table.form {
	padding-left: 15px;
	font-size: 8pt;
}
table.form th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-right: 30px;
}
table.form td {
	vertical-align: top;
}

table.grid {
	border: 1px solid #ccc;
	width: 100%;
}
table.grid tr {
	background-color: #fff;
}
table.grid tr.altrow {
	background-color: #dcf2ff;
}
table.grid tr.totals {
	background-color: #ccc;
}
table.grid tr.multi {
	background-color: #ccc;
}
table.grid tr.multi td {
	background-color: #ccc;
	text-align: right;
}
table.grid tr.pagination {
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
}
table.grid tr.pagination a {
	color: #000;
	text-decoration: none;
}
table.grid tr.pagination select {
	color: #000;
	text-decoration: none;
	font-size: 8pt;
}
table.grid th {
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
	padding: 2px 15px 2px 1px;
	background-color: #ccc;
	color: #000;
	/*font-family: Courier, Courier New, Monospace;*/
	font-size: 8pt;
}
table.grid th input {
	font-size: 8pt;
}
table.grid th select {
	font-size: 8pt;
}
table.grid th a.help {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	color: #009;
	text-decoration: none;
}
table.grid th a {
	color: #000;
	text-decoration: none;
}
table.grid td {
	padding: 2px 15px 2px 1px;
	/*font-family: Courier, Courier New, Monospace;*/
	font-size: 8pt;
}
table.grid td.options {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

/*
 * Form widgets
 */
input,textarea,select {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 8pt;
}
input.submit {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
input:focus,textarea:focus,select:focus {
	background-color: #f1f1f1;
}
input.error,textarea.error,select.error {
	background-color: #ffe4ea;
}
input.error:focus,textarea.error:focus,select.error:focus {
	background-color: #ffcdd8;
}


/*
 * Errors
 */
p.error {
	color: #900;
	font-weight: bold;
}
div.error {
	color: #900;
	font-weight: bold;
	font-size: 8pt;
}

.data_pub {
	font-weight: bold;
	color: green;
}

.wallpaper {
	background-color: white;
	padding: 1em;
}

.wallpaper img {
	border: 0;
}

.wallpaper h5 {
	color: #00527F;
}

.wallpaper h4 {
	color: #8599CC;
	color: #00527F;
	clear: left;
}
.wallpaper h3 {
	color: #990000;
	clear: left;
}

.wallpaper table td {
	display:table-cell;
	padding: 0; margin: 0;
	vertical-align: top;
}
.wallpaper table td div {
	display: block;
	width: 100%;
}

.wallpaper table td a {
	line-height: 1.5em;
	font-size: 1.2em;
}

p {
float: none;
clear: both;
}
blockquote {
float: none;
}

