html,body {
	margin: 0;
	padding: 0;
}

body,div,h3,th,td,pre,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h3 {
	background-image: url(../images/quadrat.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: medium;
	color: #174D7C;
	background-color: #F0F0F0;
	margin-top: 10px;
}

.pageheader {
	background-image: url(../images/quadrat.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: medium;
	font-weight: bold;
	color: #174D7C;
	background-color: #F0F0F0;
	margin-bottom: 10px;
}

.actions {
	color: #FF9933;
	font-size: x-small;
	margin-left: 50px;
	font-weight: normal;
}

.actions a,.actions a:link {
	color: #FF9933;
}

.menu1 {
	font-weight: bold;
	padding-top: .5em;
}

.menu2 {
	padding-left: 10px;
	margin-top: .2em;
	color: #174D7C;
	line-height: normal;
}

.checkboxTable {
    margin-bottom: 10px;
}

.checkboxTable td {
    padding-right: 10px;
}

.resulttable {
	width: 100%;
    border-collapse: initial;
}

.resulttable th {
	background-color: #174D7C;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
}

.resulttable td {
	padding: 2px;
}

.a {
	background-color: #F0F0F0;
}

.b {
	background-color: #DCDCDC;
}

.c {
    background-color: #CDCDCD;
}

.detailtable th {
	background-color: #174D7C;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
}

.detailtable td {
	background-color: #F0F0F0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.posdetails {
	width: 100%;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.posdetails th {
	width: 15%;
	padding: 2px;
	color: #000000;
	background-color: #DCDCDC;
}

.posdetails td {
	width: 85%;
	padding: 2px;
	background-color: #F0F0F0;
}

.searchparm th {
	background-color: #DCDCDC;
	color: #174D7C;
	text-align: left;
	padding: 2px;
}

.searchparm td {
	padding: 2px;
	background-color: #F0F0F0;
}

/*
 *  Order deatils table
 */
.orderident {
	width: 100%;
	padding: 2px;
	border: 2px solid #174D7C;
	border-collapse: collapse;
	text-align: left;
}

.orderident th {
	background-color: #F0F0F0;
	color: #174D7C;
	width: 20%;
	padding: 2px;
	font-weight: bold;
	border: 1px solid #174D7C;
	vertical-align: top;
	text-align: left;
}

.orderident td {
	width: 30%;
	padding: 2px;
	border: 1px solid #174D7C;
	vertical-align: top;
}

.karteikarte {
	text-align: left;
	margin-bottom: 5px;
}

.mappe_aktiv {
	background-image: url(../images/karteiecke.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #104a7b;
	color: #FFFFFF;
	font-weight: bold;
	height: 24px;
    padding: 0px 10px 0px 8px;
}

.mappe_inaktiv {
	background-image: url(../images/karteiecke.gif);
	background-repeat: no-repeat;
    background-position: top right;
    background-color: #cccccc;
	color: #FFFFFF;
	font-weight: bold;
	height: 24px;
    padding: 0px 10px 0px 8px;
}

.numberField {
	text-align: right;
	white-space: nowrap;
}

.numInput {
	text-align: right;
}

.centered {
	text-align: center;
}

.totalSum {
	text-align: right;
	font-weight: bold;
}

.totalSumLeft {
	text-align: left;
	font-weight: bold;
}

.errortext {
	margin-bottom: 15px;
	color: red;
	font-weight: bold;
	padding: 3px;
}

.msgtext {
	margin-bottom: 15px;
	color: green;
	font-weight: bold;
	padding: 1px;
}

#hints {
	background-color: #f6f5ab;
	border: 2px solid #2E5E89;
	padding-top: 5px;
	padding-bottom: 2px;
}

#hints li {
	color: red;
	font-weight: bold;
	margin-bottom: 3px;
}

.options {
	background-color: #F0F0F0;
	margin-bottom: 5px;
}

.options h1 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.options p {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 40px;
}

/*
 * Pseudo formats (keep the sequence of the following four entries!)
 */
a:link {
	text-decoration: none;
	color: #174D7C;
}

a:visited {
	text-decoration: none;
	color: #174D7C;
}

a:hover {
	text-decoration: underline;
	color: #FF9933;
}

a:active {
	text-decoration: underline;
	color: #FF9933;
}

.mappe_aktiv a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.mappe_aktiv a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.mappe_aktiv a:hover {
	text-decoration: underline;
	color: #FF9933;
}

.mappe_aktiv a:active {
	text-decoration: underline;
	color: #FF9933;
}

.numeric {
	text-align: right;
}

.date {
    text-align: center;
}

.simtitle {
	font-weight: bold;
}

ul.topNav,ul.legal {
	margin:3px 0 0 0;
	padding: 0;
}

ul.topNav li,ul.legal li {
	display: inline;
	padding-left: 8px;
}

ul.legal a:link {
	text-decoration: none;
	color: #aaa;
}

ul.legal a:visited {
	text-decoration: none;
	color: #aaa;
}

ul.legal a:hover {
	text-decoration: underline;
	color: #FF9933;
}

ul.legal a:active {
	text-decoration: underline;
	color: #FF9933;
}

/* RISRC-832 */
.hint {
    display: none;
    margin-top: 10px;
}

.indent {
    margin-left: 8px;
}

.tabactions {
	background-color: #F0F0F0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.command-footer {
	margin-top: 12px;
}

.lvPosNotFound {
	background-color: red;
}

.documenttable {
	width: 100%;
	border: 2px solid #2E5E89;
	border-collapse: collapse;
}

.documenttable th {
	background-color: #174D7C;
	border: 2px solid #2E5E89;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}

.documenttable td {
	border: 2px solid #2E5E89;
	padding: 2px;
}

.lvrecordstable td {
	vertical-align: top;
}

.lvshorttext {
}

.lvlongtext {
	font-size: smaller;
}

.attachment-table {
    width: 100%;
    border-collapse: collapse;
}
.attachment-table td {
    border: 1px solid gray;
}

.cmdbutton {
	border-style: none;
	vertical-align: middle;
}
