/*BEGIN Meyerweb reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
	font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END Meyerweb reset*/

html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #A0C2F7;
	background-image: url(gfx/back.png);
	background-repeat: repeat-x;
	color: #000060;
	font-size: 11pt;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	padding: 10px 0px;
	margin-bottom: 4px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	padding: 6px 0px;
	margin-bottom: 4px;
}

p {
	padding: 5px 0px;
}

a {
	color: #000060;
	text-decoration: none;
}

a:hover {
	color: #0070C6;
}

ul, li {
	display: block;
}

.bold {
	font-weight: bold;
}

.invisible, .template {
	display: none;
}

.linked {
	cursor: pointer;
}

.linked:hover {
	text-decoration: underline;
}

div#wrap {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

div#back {
	width: 970px;
	background-image: url(gfx/contentback.png);
	background-position: center top;
	background-repeat: repeat-y;
}

div#header {
	width: 970px;
	height: 125px;
	background-image: url(gfx/header.png);
	position: relative;
}

/* LAYOUT */

div#content {
	width: 898px;
	margin: 3px 36px 0px 36px;
}

div#sidebar {
	float: left;
	width: 220px;
}

div#inner {
	width: 658px;
	padding: 0px 10px;
	margin-left: 220px;
}

div#footer {
	clear: left;
	padding: 4px 0px;
}

div#bottom {
	width: 910px;
	margin: 0px 30px;
	height: 10px;
	background-image: url(gfx/footer.png);
}

/* HEADER */

div.headerInfo {
	position: absolute;
	width: 450px;
	height: 18px;
	line-height: 18px;
	top: 95px;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
}

div.headerInfo a {
	color: #FFFFFF;
}

div.headerInfo a:hover {
	color: #D0D0FF;
}

div#info1 {
	left: 35px;
}

div#info2 {
	right: 35px;
	text-align: right;
}

/* SIDEBAR */

ul.sidebar {
	margin: 6px 10px;
	width: 200px;
	overflow: hidden;
}

ul.sidebar li {
	margin-top: 4px;
	width: 200px;
}

ul.info li {
	padding: 2px 0px;
	/*height: 18px;*/
	/*line-height: 20px;*/
}

ul.info li.bold {
	padding-bottom: 6px;
}

ul.info li span.infoicon {
	display: block;
	width: 16px;
	height: 16px;
	margin: 3px 8px 3px 4px;
	background-repeat: no-repeat;
	float: left;
}

ul.info li span.cvalue {
	display: block;
	font-size: 10pt;
	font-family: monospace;
	margin-left: 24px;
	/*text-align: right;
	width: 70px;*/
	line-height: 22px;
	cursor: pointer;
}

ul.menu li {
	border: 1px solid #A0B0FF;
	background-color: #EEF0FF;
	border-radius: 5px;
	height: 24px;
	line-height: 24px;
	width: 198px;
}

ul.menu li:hover {
	background-color: #C7D7FF;
}

ul.menu li a {
	display: block;
	width: 188px;
	padding: 2px 5px;
	height: 24px;
	line-height: 23px;
	font-size: 10pt;
}

ul.menu li a:hover {
	color: inherit;
}

ul.menu span.menuicon {
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	margin: 2px 8px 2px 0px;
	float: left;
}

#icon-overview { background-image: url(gfx/icons/overview.png); }
#icon-catalogue { background-image: url(gfx/icons/catalogue.png); }
#icon-accounting { background-image: url(gfx/icons/stats.png); }
#icon-users { background-image: url(gfx/icons/user.png); }
#icon-settings { background-image: url(gfx/icons/settings.png); }
#icon-log { background-image: url(gfx/icons/log.png); }
#icon-syntax { background-image: url(gfx/icons/syntax.png); }
#icon-mydata { background-image: url(gfx/icons/my-data.png); }
#icon-logout { background-image: url(gfx/icons/logout.png); }
#icon-login { background-image: url(gfx/icons/login2.png); }
#icon-legal { background-image: url(gfx/icons/legal-notice.png); }
#icon-wastedcred { background-image: url(gfx/icons/24h.png); }
#icon-credit { background-image: url(gfx/icons/money.png); }

/* PAGE STYLES */

div.page pre {
	display: block;
	font-family: monospace;
	font-size: 10pt;
	overflow-x: scroll;
	border: 1px solid #A0B0FF;
	border-radius: 5px;
	background-color: #EEF0FF;
	padding: 8px;
}

/* PAGE ERR / INFO */

div#pageErrorBox, div#pageInfoBox {
	border: 2px solid #900000;
	background-color: #FFE0E0;
	line-height: 32px;
	height: 32px;
	width: 656px;
	margin: 6px 0px;
	font-weight: bold;
	color: #900000;
	text-align: center;
}

div#pageInfoBox {
	border: 2px solid #009000;
	background-color: #E0FFE0;
	line-height: 32px;
	height: 32px;
	width: 656px;
	margin: 6px 0px;
	font-weight: bold;
	color: #009000;
	text-align: center;
}

/* FORMS */

form.stdForm {
	margin: 6px;
}

form.stdForm label, form.stdForm input {
	display: block;
	margin: 4px 0;
}

form.stdForm input.textbox {
	font-size: 11pt;
	height: 16pt;
	line-height: 16pt;
	padding: 2px 4px;
	width: 300px;
}

/* DARK */

div.darken {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/*width: 100%;
	height: 100%;*/
	background-color: #000000;
	opacity: 0.6;
}

/* WINDOWS */

div.window {
	background-color: #3070C0;
	border: 4px solid #2040B0;
	border-radius: 10px;
	color: #FFFFFF;
	display: none;
	padding: 10px;
	position: fixed;
	top: 200px;
	left: 50%;
}

/* LOGIN */

div#login {
	padding-bottom: 50px;
	margin-left: -100px;
	/*margin: 0px auto 0px auto;*/
	width: 196px;
}

form#loginForm, form#orderForm {
	display: block;
	position: relative;
	clear: left;
}

form#loginForm label {
	font-size: 13pt;
	font-weight: bold;
}

form#loginForm input, form#loginForm label {
	display: block;
	margin: 4px 0px;
}

form#loginForm input.textbox {
	font-size: 11pt;
	height: 16pt;
	line-height: 16pt;
	padding: 2px 4px;
	width: 180px;
}

form#loginForm input#loginSubmit, form#orderForm input#orderSubmitChecked {
	position: absolute;
	bottom: -40px;
	right: 0px;
	padding: 4px 8px;
	line-height: 18px;
}

div#loginError, div#orderError {
	display: none;
	color: #900000;
	border: 2px solid #A03030;
	background-color: #FFE0E0;
	margin: 3px 0px;
	padding: 4px 6px;
	font-size: 11pt;
	font-weight: bold;
}

/* ORDERWND */

div#orderWnd {
	padding-bottom: 50px;
	margin-left: -150px;
	/*margin: 0px auto 0px auto;*/
	width: 296px;
}

div#orderWnd > span {
	display: block;
	margin-left: 80px;
	line-height: 22px;
}

div#orderWnd span.orderHeading {
	width: 80px;
	padding-left: 2px;
	float: left;
	font-weight: bold;
	margin: 0px;
	clear: left;
}

div#orderWnd span#orderQtyControls {
	display: block;
	line-height: 12px;
	margin: 2px 0px 4px 0px;
	font-size: 8pt;
}

div#orderWnd span#orderQtyControls span.linked {
	margin-left: 4px;
	padding-left: 4px;
	border-left: 1px solid #2040B0;
}

div#orderWnd span#orderQtyControls span.linked:FIRST-CHILD {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}

div#orderWnd input#orderQtyEdit {
	float: left;
	height: 18px;
	line-height: 18px;
	font-size: 10pt;
	width: 100px;
	display: none;
	border: 1px solid #A0B0FF;
	background-color: #FFFFFF;
}

form#orderForm select#orderUser {
	position: absolute;
	bottom: -40px;
	left: 0px;
	padding: 4px 8px;
	line-height: 18px;
}

/* MISC? */

div#userControls {
	display: none;
}

/* ERRMSG */

div#errBox {
	position: absolute;
	top: 0px;
	left: 30px;
	right: 30px;
	background-color: #FFFFFF;
	border: 3px solid #901010;
	border-top-width: 6px;
	border-bottom-width: 6px;
	display: none;
}

div#errBox iframe {
	border: none;
	width: 100%;
	height: 100%;
}

div#errBox pre {
	font-size: 11pt;
	font-family: monospace;
	padding: 10px;
	color: #000000;
	overflow-x: scroll;
}

/* OVERVIEW / ORDER */

div#lastActions {
	overflow-y: scroll;
	height: 180px;
	border: 1px solid #A0B0FF;
	border-radius: 5px;
	background-color: #EEF0FF;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 11pt;
}

div.action {
	border: 1px solid #D0E0FF;
	background-color: #FFFFFF;
	line-height: 24px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding-left: 28px;
	font-size: 11pt;
	margin: 3px;
	position: relative;
	cursor: pointer;
}

div.action:hover {
	background-color: #FFE0D0;
}

div.action span span {
	font-weight: bold;
}

div.action span.actionText {
	display: inline-block;
	width: 492px;
}

div.action span.action-time {
	position: absolute;
	display: block;
	text-align: right;
	right: 6px;
	top: 0px;
	height: 24px;
	line-height: 24px;
	width: 100px;
	font-size: 8pt;
}

.action-consume { background-image: url(gfx/icons/check.png); }
.action-money-add { background-image: url(gfx/icons/accounting.png); }

div#orderList {
}

div.orderArticle {
	border: 1px solid #A0B0FF;
	border-radius: 5px;
	background-color: #EEF0FF;
	padding: 4px 6px;
	margin: 6px 0px;
	cursor: pointer;
	line-height: 24px;
	font-weight: bold;
	font-size: 11pt;
	position: relative;
	height: 24px;
}

div.orderArticle:hover {
	background-color: #FFE0D0;
}

div.orderArticle span.articleAlign {
	position: absolute;
	display: block;
	left: 6px;
	top: 4px;
	line-height: 24px;
	width: 466px;
}

div.orderArticle span.articleName {
	color: #0D297B;
}

div.orderArticle span.articleAvailable {
	font-size: 8pt;
	color: #103090;
}

div.orderArticle span.article-price {
	font-weight: bold;
	display: inline-block;
	width: 68px;
	text-align: right;
}

div.orderArticle span.articleInfo {
	position: absolute;
	font-weight: normal;
	display: block;
	text-align: right;
	right: 6px;
	top: 4px;
	height: 24px;
	line-height: 24px;
	width: 160px;
	font-size: 10pt;
}
