﻿body 
{
	margin: 0.1em 0.1em 0.1em 0.3em;
	background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: small !important;
}
body a
{
	color: #336699;
	font-weight: bold;
}

.headerTitel
{
	background-color: #B5CFE7;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	width: 100%;
	margin-bottom: 0.05em;
}
.headerMenu
{
	background-color: #EFEFF7;
}
.headerMenuItem
{
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	background-color: #CECFCE;
	color: #000000;
	font-weight: bold;
	font-size: smaller;
}
.headerMenuSelected, .headerMenuHover
{
	background-color: #525152;
	color: #FFFFFF !important;
}

.toolContainer
{
	width: 100%;
	font-weight: bold;
	font-size: smaller;
}
.languageMenu
{
	padding-bottom: 0.1em;
	padding-right: 0.2em;
	font-weight: bold;
	font-size: smaller;
}

.languageMenuItem
{
	padding-left: 0.05em;
	color: #000000;
}
.languageMenuSelected, .languageMenuHover
{
	color: #FFFFFF !important;
}

.headerSeparator
{
	height: 8px;
	width: 100%;
	background-image: url('../../images/header_separator.jpg');
	background-repeat: repeat-x;
}

.content
{
	padding-top: 0.5em;
}

.contentFrame
{
	width: 100%;
}

.contentFrameTitle
{
	background-color: #B6CFE6;
}
.contentFrameContent
{
	border: solid 1px #B6CFE6;
	background-color: #EBEFF2;
	padding: 0.5em;
}
.contentFrame fieldset
{
	border: solid 1px #B6CFE6;
	background-color: #EBEFF2;
	padding: 0.3em;
}

.productList th
{
	background-color: #B6CFE6;
}
.ordersList
{
	padding: 0px;
	width: 100%;
}
.orderTitle
{
	background-color: #B6CFE6;
	padding: 0.2em;
	width: 100%;
}
.orderOpen
{
	background-color: #F2781D;
	padding: 0.2em;
	white-space: nowrap;
}
.orderClosed
{
	background-color: #18CB65;
	padding: 0.2em;
	white-space: nowrap;
}
.orderContent
{
	border: solid 1px #B6CFE6;
}
.orderRemarksTitle
{
	background-color: #B6CFE6;
	padding: 0.2em;
	font-weight: bold;
}
.orderRemarksContent
{
	padding: 0.2em;
}
.table
{
	border: 0xp;
}
.tableTitle th
{
	background-color: #B6CFE6;
	border: solid 1px #B6CFE6;
	padding: 0.2em;
	font-weight: bold;
}
.tableContent td
{
	border: solid 1px #B6CFE6;
	padding: 0.2em;
}
.textinput
{
	width: 20em;
}
.textboxinput
{
	width: 20em;
}
.dropinput
{
	width: 20em;
}

.mandatory_field
{
	color: #FF0000;
	font-weight: bold;
}
.money_total_field, .money_field
{
	white-space: nowrap;
}
.money_total_field
{
	font-weight: bold;
}