


html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eee5de;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 10px;
	padding: 0;
}

table {
	border-width: 1px;
	border-spacing: 0px;
}

th {
	padding: 3px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
}

td {
	padding: 3px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
}

A {
	text-decoration: none;
	color: blue;
}

A:hover {
	text-decoration: underline;
	color: #FF6666
}

hr {
    margin-top: unset;
    margin-bottom: unset;
    border: unset;
    border-top: unset;
    border-width: 1px;
    border-style: inset;
    -webkit-margin-before: 0.5em;
}

.alight {
	text-decoration: none;
	color: #eeeef8;
	font-weight: bold;
}

.alightu {
	text-decoration: underline;
	color: #eeeef8;
}

.adark {
	text-decoration: none;
	color: #737b9c;
	font-weight: bold;
}

.textBold {
	font-weight: bold;
}

.title {
	font-weight: bold;
	font-size: 15px
}

.command {
	font-size: 11px
}

.textInfo {
	text-decoration: none;
	color: green;
}

.textWarning {
	text-decoration: none;
	color: orange;
}

.textError {
	text-decoration: none;
	color: red;
}

.error {
	background-color: #FF7F50;
}

.panelTitle {
	font-weight: bold;
}

.fieldTitle {
	font-weight: bold;
}

.inputUpperCase {
	text-transform: uppercase;
}

.currency {
    text-align: right;
    width: 80px;
}

.currency.narrow{
    width: 70px;
}

.dr-toolbar-ext {
	border: 0px solid;
	border-color: #B6AD84;
	padding: 0;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url(menubar_bg.gif);
	height: 34px;
}


