#toolbar {
/*	position: fixed;
	top: 0; */
	width: 100%;
	z-index: 10;
	background: white;
	font-size: 11px;
	padding: 2px 0;
	border-bottom: 1px solid navy;
}

form {
	margin: 0;
	padding: 0 8px;
}

input, select, textarea {
	margin: 1px 0 2px 0;
}

.ppa {
	font-size: 11px; 
	text-decoration: none;
}

.strong {
	font-weight: bold;
}

.warning {
	color: red;
}

.page {
	text-decoration: none;
}

.page:link, .page:visited {
	color: #000080;
}

.page:hover, .page active {
	color: #ff0000;
}

span.arrayKey, div#main span.arrayKeyCustom {
	position: absolute;
	left: 50%;
	text-align: center;
	width: 24px;
	margin-left: -12px;
	z-index: 5;
	color: #ff0000;
	background-color: #ffffff;
	padding: 4px 0;
	border: thin solid red;
}

span.arrayKeyCustom {
	font-weight: bold;
	text-decoration: underline;
}

.help {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: transparent;
}

.help:hover {
	text-decoration: none;
	color: #808080;
	font-weight: bold;
	background-color: transparent;
}

.help:link, .help:hover {
	 cursor: help;
}
