/*
 * General
 */

body {
	background-color: white;
	color: black;
	margin: 0;
	padding: 12px;
}

body,
input,
select,
td,
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1,
h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.25em;
}



/*
 * Links
 */

a img {
	border: none;
}

a.link,
a:link,
a:visited,
a:hover {
	text-decoration: none;
}

a.link,
.actionCell img,
.tableCell img,
.calendarStyle img,
.searchButtonTable img {
	cursor: pointer;
}

a.menuLinkActive {
	font-weight: bold;
}



/*
 * Layout
 */

.logo {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	margin-bottom: 12px;
	padding-bottom: 8px;
}

.footer {
	font-size: smaller;
}

.headline {
	position: absolute;
	top: 12px;
	right: 12px;
}

.headline h1 {
	margin-top: 8px;
}

.languageMenu {
	position: absolute;
	top: 60px;
	right: 12px;
}

.labelTable,
.labelHeaderTable,
.labelErrorTable {
	width: 100%;
}

.labelHeaderTable td {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	padding: 1em 2px 0.25em;
}

.labelQuestionTable,
.labelErrorTable {
	font-weight: bold;
}

.maskTable {
	display: inline-block;
	position: relative;
    vertical-align: top;
}

.menuTable {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: relative;
	top: -6px;
}

.menuTable td {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 2px;
}

.messageTable {
	 width: 100%;
}

.adjacent {
	 position: relative;
	 left: -0.75em;
}

.hidden {
	display: none;
}



/*
 * Tables
 */

.tableCell {
	text-align: left;
}

th {
	text-align: left;
}

th,
th a,
td.tableCell,
td.tableRow,
.inputTable td,
.menuTable td {
	white-space: nowrap;
}

td.tableRow {
	padding-right: 0.5em;
}

.tableHeader {
	height: 26px;
}

td.tableHeader {
	height: 2px;
}

.tableHeader th {
	vertical-align: baseline;
}

.actionCell img,
.tableCell img {
	margin: 0 2px;
}

.tableInfo {
	height: 26px;
	text-align: center;
}

.lightTable {
	border-collapse: collapse;
	vertical-align: top;
}

.lightTable td,
.lightTable th {
	padding-right: 8px;
	padding-bottom: 4px;
}



/*
 * Messages
 */

.messageInfo,
.messageWarning,
.messageError {
	width: 100%;
	font-weight: bold;
}

.messageInfo th,
.messageWarning th,
.messageError th {
	width: 30px;
}



/*
 * Forms
 */

span.required,
.listTextStrong {
	font-weight: bold;
}

span.required.nonempty {
	font-weight: normal;
}

.numberFormat {
	text-align: right;
}

div.auto_complete {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 2500;
	text-align: left;
	height: 100px;
	overflow: auto;
}

div.auto_complete ul {
	margin: 0;
	padding: 0;
}

div.auto_complete ul li {
	margin: 0;
	padding: 0;
	font-size: 10px;
	cursor: pointer;
	list-style-type: none;
}
