
html {
	overflow-y: scroll;
}

body {
	font-family: georgia, times new roman, serif;
	margin: 0;
	padding: 0.5em 0;
	-webkit-print-color-adjust: exact; /* Vlot-aanpassing: regel toegevoegd */
	color: #000;
	background-color: #fff;
}

h1, h2, h3, h4 {
	font-family: georgia, times new roman, serif;
	color: #99c; /*#bbb;*/
	margin: 0.3em 0 0.5em 0;
	padding-right: 0.3em;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
	color: #d99;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 110%;
	color: #d99;
}

h5 {
	font-size: 105%;
}

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0.7em 0 0.3em 0;
}

blockquote {
	margin: 0 0 0 2em;
	padding: 0;
}

pre {
	margin: 0;
	padding: 0.5em;
}

iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	/* Vlot-aanpassing: regel vervangen: font-family: tahoma, lucida sans, verdana, sans-serif;*/
	font-family:calibri, sans-serif;
	font-size: 100%;
	margin: 0 0.1em 0 0.1em;
}

td input, td textarea, td select {
	vertical-align: middle;
}

/* default widths for various types of inputs */

/* Vlot-aanpassing: styling uitgezet:
input:not([size])[type="text"] {
	width: 17em;
}

input:not([size])[type="password"] {
	width: 17em;
}

input:not([size])[type="search"] {
	width: 12em;
}

input:not([size])[type="email"] {
	width: 28em;
}

input:not([size])[type="file"] {
	width: 17em;
}

input:not([size])[type="url"] {
	width: 28em;
}*/

/* end of input width defaults */

hr {
	border: none;
	height: 1px;
	background-color: #ccc;
}

label {
	padding-left: 0.3em;
	padding-right: 3em;
}

li label /*, td label */ {
	display: block;
}

td label {
	display: inline;
}

span.number input[type="text"] {
	text-align: right;
}

a, a:visited {
	color: #009;
	text-decoration: none;
}

a:hover {
	color: #d00;
	text-decoration: underline;
}

/*span.button a {
	font-size: 100%;
	text-decoration: none;
	background-color: #fff;
	color: #555;
	border: 1px solid #ddd;
	margin: 2px 2px 0px 0px;
}

span.button a:hover {
	text-decoration: none;
	color: #222;
	background-color: #e0eefc;
	border: 1px solid #bbb;
}*/

span.button a {
	text-decoration: underline;
}

span.image a {
	text-decoration: none;
}

ul, ol {
	padding-left: 0.5em;
	margin: 0.3em 0.1em;
	border: 1px;
}

li {
	margin-left: 0.3em;
	margin-bottom: 0.3em;
	padding-left: 0em;
}

img {
	border: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-top: 0.6em;
	margin-bottom: 2em;
	margin-left: 3em;
}

table {
	margin: 1em 0;
	font-size: 100%;
}

tr.even {
	background-color: #eee;
}

tr.odd {
	background-color: #ddd;
}

tr.hilighted {
	background-color: #fdd;
}

th, td {
	text-align: left;
	font-weight: normal;
	/*vertical-align: top;*/
	padding: 0.2em 0;
}

table.simple th, table.simple td {
	padding-left: 0.7em;
	padding-right: 1.5em;
	padding-bottom: 2px;
	vertical-align: top;
}

td.label {
	text-align: right;
	color: #777;
	padding-right: 0.5em;
}

#container, #container2 {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#main {
	position: relative;
	width: 58em;
	text-align: left;
	margin: 0 auto;
	padding: 0 0.5em;
	color: #000;
	background: #fff;
}

#container2 {
	font-size: small; /*8pt;*/
}

#container2 #main {
/*	width: 96%;*/
	margin: 0 auto 0 auto;
}

.mainbox {
	margin-top: 2em;
	border-top: 1px solid #ddc;
	border-left: 1px solid #ddc;
	border-right: 1px solid #aa8;
	border-bottom: 1px solid #aa8;
	height: 27em;
}

.indent {
	margin-left: 1em;
	margin-top: 1.5em;
}

.indented {
	margin-left: 1em;
}

.headnote, .footnote {
	font-family: verdana, sans-serif;
	font-size: 85%;
	text-align: right;
	color: #bbb;
	padding: 0.14em 0;
}

.headnote {
	border-bottom: 1px solid #eee;
	margin-bottom: 0.7em;
}

#container2 * .headnote {
	display: none;
}

.footnote {
	border-top: 1px solid #eee;
	margin-top: 2em;
	clear: both;
}

.footnote a {
	color: #777;
}

.head, .tail {
	font-style: italic;
	text-align: right;
	color: #77A;
}

.head {
	color: #99c;
	margin-top: 0.1em;
	padding-top: 0.1em;
}

h2.title {
	color: #e99;
	padding-left: 0.5em;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #e99;
}

.warning {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em;
	margin: 1em 0em;
	text-align: center;
	background: #ffd;
}

.hint, .tip {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.3em 1em;
	margin: 1.4em 0em;
	background: #eef;
	display: block;
}

.hint ul, .tip ul {
	margin: 0em 0.1em;
}

.hint li, .tip li {
	margin-bottom: 0.1em;
}

.sync {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em;
	margin: 2em 0em;
	text-align: center;
	background: #ffd;
	clear: both;
}

.devnote {
	font-family: georgia, times new roman, serif;
	font-style: italic;
	color: #707;
	margin: 2em 0;
	padding-top: 0.3em;
	padding-left: 0.5em;
	border-top: 1px solid #dad;
}

.alerts, .alert, .error, .log {
	font-family: verdana, sans-serif;
	font-size: 85%;
	line-height: 1.2em;
	padding: 0.5em 0.7em;
	text-align: left;
	white-space: pre-wrap;
}

.error {
	white-space: pre;
	/*margin-top: 1em;
	margin-bottom: 1em;*/
}

.alerts, .alert, .log {
	color: white;
	background-color: #447; /*#006;*/
	border: 1px solid #ccc;
}

.alerts .prefix, .alert .prefix {
	color: yellow;
	white-space: pre;
	display: block;
}

.alerts .stack, .alert .stack {
	color: silver;
	white-space: pre;
	display: block;
}

.error {
	color: black;
	background-color: yellow;
	border: 2px solid blue;
}

.log {
	height: 7em;
	overflow-y: scroll;
}

.debug {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em 0em;
	margin: 2em 0em;
}

.hilighted {
	border-color: #555;
}

.hilighted b {
	color: #c00;
}

div.login table {
	margin: 1em;
}

div.login td.label {
	text-align: right;
	color: #77c;
}

.comment {
	color: #777; /*#55c;*/
	margin: 0.5em 0;
	padding: 0 0.2em;
	/*font-weight: bold;*/
	font-style: italic;
}

#rfxref {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 85%;
	color: #ccc;
	text-align: center;
	margin-top: 5em;
	width: 100%;
}

#rfxref a {
	color: #ccc;
	text-decoration: none;
}

#rfxref a:hover {
	color: #77c;
	text-decoration: underline;
}

.evalfail {
	font-weight: bold;
	color: black;
	background-color: yellow;
}

div.menu_list {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	padding: 0.2em 0.2em;
}

div.menu_list ul {
	margin: 0;
	padding: 0;
	padding-left: 1.2em;
	color: #777;
}

div.menu_list li {
	margin: 0.20em 0 0.10em 0;
	padding: 0;
	clear: both;
}

div.grid_editor table {
	font-size: 90%;
	background: white;
	padding: 1px 1px 1px 1px;
	border-spacing: 1px 1px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

div.grid_editor table tr.odd {
	background-color: #eee;
}

div.grid_editor table tr.even {
	background-color: #fff;
}

div.grid_editor table td {
	vertical-align: middle;
}

div.grid_editor table input {
	font-size: 100%;
	border: none;
	width: 4em;
	text-align: right;
	background-color: #ffd;
	padding: 0;
	margin: 0;
}

div.grid_editor table td.label input {
	width: 100%; /*5em;*/
	text-align: left;
}

div.grid_editor table td.header {
	font-weight: bold;
	text-align: right;
	padding-left: 0.7em;
	padding-right: 0.3em;
	color: #33a;
	cursor: pointer;
}

div.grid_editor table td.label {
	text-align: left;
	min-width: 6em;
	padding-left: 0.5em;
	padding-right: 2em;
	white-space: nowrap;
	color: #33a;
	cursor: pointer;
}

div.grid_editor table td.data {
	text-align: right;
	min-width: 4em;
	padding-left: 0.5em;
	padding-right: 0.3em;
}

div.grid_editor.menu {
	border: 1px solid #ccc;
	border-left: 3px solid #aae;
	padding: 3px 3px;
	display: none;
	position: absolute;
	color: black;
	background: #fff;
	line-height: 1.5em;
	width: 7em;
}

div.grid_editor.menu a {
	color: black;
	background: white;
	display: block;
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.9em;
	margin-left: 0;
	margin-right: 0;
}

div.grid_editor.menu a:hover {
	color: white;
	text-decoration: none;
	background: #99c;
}

div.qutext {
	width: 28em;
}

div.qutext input[type="text"] {
	width: 100%;
/*	margin: 0;
	padding: 0; */
}

div.qutext div.matches {
	width: 100%;
	border: 1px solid #ddf;
	border-top: none;
	margin: 0;
	padding: 1px;
	padding-bottom: 0;
	display: none;
}

div.qutext * select {
	font-family: tahoma, lucida sans, verdana, sans-serif;
	font-size: 100%;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

div.qutext * option {
	margin: 1px;
	color: #559;
}

div.menu_list div.header {
/*	font-family: georgia, times new roman, serif; */
	font-size: 150%;
	color: #999;
	width: 14em;
	border-bottom: 1px solid #ddd;
	padding-left: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 0.7em;
	margin-bottom: 0.3em;
}

/*div.menu_list a.item {
	display: block;
	float: left;
	clear: both;
}*/

div.data_grid table {
	border: 1px solid #ddd;
	margin: 0.5em 0px 4px 0px;
	width: 34em; /* hum? */
}

div.data_grid tr th {
	background-color: #99c;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

div.data_grid tr td, div.data_grid tr th {
	padding-left: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 2px;
	/*vertical-align: top;*/
}

div.data_grid tr th.sortable {
	cursor: pointer;
	font-weight: bold; /* hum/temp? */
}

div.data_grid tr th.sortable.asc:before {
	content: " ↓ ";
}

div.data_grid tr th.sortable.desc:before {
	content: " ↑ ";
}

div.data_grid tr th.ralign, div.data_grid tr td.ralign,
table tr th.ralign, table tr td.ralign {
	text-align: right;
}

table tr th.datetime, table tr td.datetime {
	text-align: right;
	width: 9em;
}

table tr th.date, table tr td.date {
	text-align: right;
	width: 6em;
}

div.data_grid * td {
	cursor: pointer;
}

div.data_grid tr.emptyrow td {
	cursor: default;
}

div.data_grid div.pager a.nav {
	padding-left: 0.4em;
	padding-right: 0.4em;
	width: 2.5em;
}

div.data_grid div.pager input.nav {
	padding-left: 0.4em;
	padding-right: 0.4em;
	width: 2.5em;
}

div.data_grid div.pager .pagenr {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.data_grid div.pager .pagenr i {
	font-size: 75%;
	color: #aaa;
}

div.render_list div.popup_menu {
	border: 1px solid #ccc;
	border-left: 3px solid #bbd;
	padding: 3px 3px;
	display: none;
	position: absolute;
	color: black;
	background: #fff;
	line-height: 1.4em;
	white-space: nowrap;
	/*width: 8em;*/
}

div.render_list div.popup_menu a, div.render_list div.popup_menu a:visited {
	display: block;
	color: black;
	background: white;
	text-decoration: none;
	padding-left: 0.3em;
	padding-right: 0.9em;
	margin-left: 0;
	margin-right: 0;
}

div.render_list div.popup_menu a:hover {
	color: white;
	background: #99c;
	text-decoration: none;
}

div.stepbuttons {
	padding: 0;
	margin: 1em 0 1em 0;
}

div.stepbuttons .goforward {
	margin-left: 0;
	margin-right: 0;
}

div.stepbuttons .gobackward {
	margin-left: 0;
	margin-right: 0;
/*	border: 1px solid #ccc;
	background-color: #fff;
	color: #55c; */
}

/*div.stepbuttons .gobackward:hover {
	background-color: #ffb;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}*/

.brokenwhite {
	background: #ffe;
}

div.tab_control {
	font-family: tahoma, lucida sans, verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

div.tab_control ul {
	list-style: none;
	margin: 0;
	padding: 0.2em;
	border-bottom: 1px solid #ccc;
}

div.tab_control li {
	position: relative;
	display: inline;
	list-style: none;
	padding: 0.2em 0.3em 0.2em 0.3em;
	margin: 0 0.1em;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}

div.tab_control li.selected {
	z-index: 1;
	color: #000;
	background-color: #fff;
	border-bottom: 2px solid #fff;
}

div.tab_control li.deselected {
	color: #33a;
	background-color: #f4f4f4;
	cursor: pointer;
}

.tabsheet, .tabsheet2 {
	display: none;
	padding: 0.3em;
}

.tabsheet2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-height: 5em;
}

div.single_answer table, div.multi_answer table {
	margin: 0.5em 1em;
}

table.thin {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}

table.thin td {
	margin: 0;
	padding: 0;
}

div.sqltree, div.vfstree {
	font-family: tahoma, verdana, sans-serif;
	font-size: 90%;
	border: 1px solid #eee;
	width: 22em;
	height: 28em;
	padding: 1px;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	margin: 0em 1em 2em 0em;
}

div.sqltree .node, div.vfstree .node {
	border: 1px solid #ddd;
	margin: 1px 0px 1px 1px;
	padding: 1px 2px;
	padding-left: 17px;
	background-image: url(plus.png);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	width: 100%; /* sets IE's layout and prevents rendering issues[!] (other properties might work as well) */
	cursor: pointer;
}

div.sqltree .node img, div.vfstree .node img {
	border: none;
	vertical-align: middle;
}

div.sqltree .node i {
	color: #99a;
}

div.sqltree .opened, div.vfstree .opened {
	background-image: url(minus.png);
}

div.sqltree div.leaf {
	background-image: none;
	cursor: default;
}

div.sqltree .caption, div.vfstree .caption {
	display: inline;
}

div.sqltree .nodes, div.vfstree .nodes {
	margin: 3px -4px -3px -5px;
}

div.vfstree .folder .caption {
	/*font-family: georgia, serif;
	font-size: 110%;*/
	color: #c55;
}

div.vfstree .file {
	background-image: none;
	padding-left: 3px;
}

div.range_grid table {
/*	border: 1px solid #ddd;*/
	margin: 1em 0;
	width: 44em;
}

div.range_grid th {
	text-align: center;
	min-width: 3em;
}

div.range_grid tr.odd {
	background-color: #fff;
}

div.range_grid tr.even {
	background-color: #fff;
}

div.range_grid input {
	margin: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.range_grid label {
	z-index: -20;
	padding-left: 15%;
	padding-right: 15%;
	vertical-align: middle;
}

div.range_grid label.left {
	margin-right: -0.2em;
}

div.range_grid label.right {
	margin-left: -0.2em;
}

div.range_grid td {
	text-align: center;
	/*white-space: nowrap;*/
	/*vertical-align: middle;*/
	border-top: 1px solid #ddd;
}

div.range_grid td.rlabel {
	text-align: left;
	padding: 0.2em 3em 0.2em 1em;
}

div.range_grid td.input {
	width: 2em;
}

div.range_grid td.start {
	font-size: 85%;
	color: #777;
	width: 15em;
	text-align: right;
	padding-left: 2em;
}

div.range_grid td.stop {
	font-size: 85%;
	color: #777;
	width: 15em;
	text-align: left;
	padding-right: 2em;
}

span.progress .done {
	color: #2c2;
}

span.progress .left {
	color: #cec;
}

div.jobs {
	font-family: tahoma, lucida sans, verdana, sans-serif;
	color: #99a;
	background-color: #fff;
	position: relative;
	padding: 3px 0.4em;
	border-top: 1px solid #dde;
	border-bottom: 1px solid #dde;
}

div.jobs ul {
	display: inline;
	padding: 0;
}

div.jobs ul li {
	display: inline;
	list-style: none;
	margin: 0 0.3em 0 0;
	padding: 0;
}

/* Vlot-aanpassing: styling uitgezet: input[type="text"], input[type="search"], input[type="password"], input[type="url"], input[type="email"], textarea,
span.text input, span.text textarea,
span.dropdown select */ /* input.mandatory, textarea.mandatory, select.mandatory */ /* Vlot-aanpassing: styling uitgezet: {
	border: 1px solid #ddd;
	padding: 2px 2px;
}*/

span.text input.incomplete, span.text textarea.incomplete, span.dropdown select.incomplete,
input.incomplete, textarea.incomplete, select.incomplete {
	border: 1px solid #f99;
}

div.scrollable {
	border: 1px solid #ddd;
	margin: 0.5em 0;
	padding: 0.2em;
	height: 10em;
	overflow-y: scroll;
}

.nodots {
	padding: 0.2em 0;
}

.nodots ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nodots ul li {
	padding: 0;
	margin-left: 0;
}

/* try prevent odd padding in rich text control */
table.mceLayout td {
	padding: 0;
}

div.explanation a.question {
	padding: 2px 5px;
	cursor: pointer;
}

div.explanation a.question:hover {
	text-decoration: none;
}

div.explanation div.answer {
	display: none;
	margin-top: 0.2em;
	padding: 0.2em 5px;
	background-color: #fff6bf;
	border: 1px solid #ffd324;
	text-align: left;
}

div.explanation div.answer.opened {
	display: block;
}

div.explanation p {
	padding:  0.5em 0 0.5em 0;
}

.clearfloat {
	clear: both;
}

/* note: pg/form's "listing" scheme uses the DIVs, while the "table" scheme using the... table elements */

div.form {
	padding: 0 0 0.5em 0;
}

div.form div.header, div.form td.header {
	font-size: 150%;
	color: #99c;
}

div.form div.header {
	margin: 0.3em 0;
}

div.form div.item {
	margin: 0 0 0.7em 0;
}

div.form div.label {
	color: #777;
	padding-left: 0.2em;
	margin: 0 0 0.2em 0;
}

div.form div.literal {
	font-style: italic;
	margin: 0.5em 0;
}

div.form table {
	margin: 0;
}

div.form table td {
	vertical-align: middle;
}

div.form td.label {
	color: #777;
	padding: 0.3em 0.5em 0.3em 0.5em;
}

div.form td.value {
	padding: 0.3em 0.5em 0.3em 0.5em;
}

div.form td.literal {
	font-style: italic;
	padding: 0.5em 0;
}

div.form div.navigation {
	margin: 1em 0;
}

div.help {
	position: relative;
	background-color: #fff;
	font-family: tahoma, lucida sans, verdana, sans-serif;
/*	z-index: 2;
	position: absolute;
	top: 0em;
	left: 0em;*/
	width: 99%;
	min-height: 20em;
	border: 1px solid #ccd;
	border-top: none;
	padding: 0em;
	margin: 0 auto;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	/*box-shadow: 0px 5px 5px #ccc;
	-moz-box-shadow: 0px 5px 5px #ccc;
	-webkit-box-shadow: 0px 5px 5px #ccc;*/
	display: none;
}

div.help div.navigation {
	float: left;
	padding: 0.4em 0 0 0.5em ;
}

div.help div.close {
	font-size: 150%;
	float: right;
	padding-right: 0.3em;
}

div.help div.close a {
	text-decoration: none;
}

div.help div.header {
	clear: both;
	font-family: georgia;
	font-size: 120%;
	color: #009;
	background-image: linear-gradient(to bottom, #eaf1ff 0%, #fff 100%);
	padding: 0.4em;
}

div.help div.contents {
	color: #555;
	margin: 0.5em;
	overflow-y: auto;
	height: 16em;
}

div.help div.footer {
	border-top: 1px solid #ddd;
	margin: 0.5em;
	padding: 0.3em 0 0 0;
}

div.help ul {
	color: #777;
}

div.help ul.topics {
	padding: 0.5em 0 0.5em 1em;
}

div.help ul.tags {
	display: inline;
	padding-left: 0;
	margin: 0;
}

div.help ul.tags li {
	display: inline;
	padding: 0 0.3em 0 0;
	margin: 0;
}

div.help a {
	color: #77c;
}

div.help ul.tags a {
	color: #c77;
}

.hidden {
	display: none;
}

div.object td {
	/*vertical-align: middle;*/
}

div.object table input[type="text"], div.object table select {
	padding-left: 4px;
	padding-right: 4px;
}

div.object table a.edit {
	margin-left: 0.7em;
	padding-left: 0.3em;
	border-left: 1px solid #ddd;
}

div.actionbar ul {
	margin: 0;
	list-style-type: none;
	/* border-right: 1px solid #eef; */
	min-height: 33em;
}

div.actionbar ul li {
	color: #339;
	padding-left: 0.5em;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0 0 0.1em 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

div.actionbar ul li.header {
	color: #ccf;
	padding-top: 0.1em;
}

div.actionbar li + li.header {
	margin-top: 1em;
}

div.actionbar ul li.enabled:hover {
	background-color: #f0f0ff;
/*	border-right: 2px solid #ddf; */
	cursor: pointer;
}

div.actionbar ul li.disabled {
	color: #dde;
}

div.actionbar ul li input {
	margin-left: -0.5em; /* counteract padding-left on li */
	width: 100%;
}

div.list {
	overflow-y: scroll;
	height: 30em;
}

div.properties {
	margin: 0 0 1em 0;
}

div.properties table {
	margin: 0;
}

div.properties th {
	font-weight: bold;
	padding-left: 0.25em;
}

div.properties td {
	vertical-align: top;
	padding: 0px;
}

div.properties .key input, div.properties .readonly {
	width: 12em;
	border: 1px solid #eee;
}

/*div.properties .key {
}*/

div.properties .value input.entry {
	border: 1px solid #eee;
}

div.properties .value input.command, input.command {
	/*width: 1.7em;
	height: 1.7em;*/
	vertical-align: top;
	text-align: center;
}

div.properties tr.new {
	height: 2.5em;
}

div.properties input.entry, div.properties input.generic, div.properties textarea.generic {
	vertical-align: top;
	border: 1px solid #eee;
}

div.properties textarea.generic {
	height: 8em;
}

div.values input[type="text"] {
	width: 16em;
}

div.values input {
	margin: 0.2em 0.1em;
}

div.values div.current {
	margin-top: 1em;
}

div.values input.incomplete {
	border: 1px solid #f99;
}

div.announcement {
	background-color: yellow;
	margin: 0.7em 0;
	padding: 0.3em 0.7em;
}
