body {
	background: #FFF;
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	padding-left: 20px;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a img {
	border:none;
	margin: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #000;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	background-color: #D0D2B1;
	padding: 2px 5px;
	border: 1px solid #6C6F3E;
	margin-top: 20px;
}
h4 {
	color: #000;
	font-weight: normal;
	padding: 2px 5px;
	background-color: #D0D2B1;
	border: 1px solid #000;
	margin: 15px 0 10px 0;
}

/* Container -----------------------------------------------------------*/
div#container {
    padding-top: 90px;
}

div#content {
    padding-top: 0;
    padding-bottom: 50px;
}

div#content h2 {
    margin-top: 0;
    padding-top: 0;
}

/* Formulare -----------------------------------------------------------*/
div.input label {
    width: 200px;
    float: left;
}

div.input {
    margin-bottom: 3px;
}

div.required label {
    font-weight: bold;
}

div.submit input {
    margin-left: 200px;
}


div.error-message {
    margin-left: 200px;
    font-weight: normal;
    font-size: 80%;
}

div.message {
    color: green !important;
}

.editdate form,
.editable_select_parity form,
.editable_select_client form,
.editable_select_carrier form,
.editable_select_ship form,
.editable_select_shipper form,
.editable_select_sort form,
.editable_select_magazine form,
.edit form {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.editdate select,
.editable_select_parity select,
.editable_select_client select,
.editable_select_carrier select,
.editable_select_ship select,
.editable_select_shipper select,
.editable_select_magazine select,
.editable_select_sort select,
.edit input {
    margin: 0;
    padding: 0 !important;
    min-width: 80px;
}

.editdate select,
.editable_select_parity select,
.editable_select_client select,
.editable_select_ship select,
.editable_select_shipper select,
.editable_select_magazine select,
.editable_select_sort select,
.editable_select_carrier select {
    height: 22px !important;
    padding: 2px !important;
}

div.edit {
    margin: 0;
    padding-right: 0 !important;
    display: inline;
}

table.orders td {
    white-space:nowrap;
}

table.order td.marker {
    background-color: #BFFFE0 !important;
}

/* Menueleiste ---------------------------------------------------------*/
#navbar {
	z-index: 1101;
	width: 100%;
	position: fixed;
	height: 50px;
	top: 0px;
	left: 19px;
	text-align: left;
	font-size: 80%;
}

#navbar #search {
    position: absolute;
    right: 20px;
    top: 0;
    margin-left: 800px;
    background-color: #EDECE0;
}

#navbar select,
#navbar input {
    font-size: 10px;
}

.transparentlight {
	background-image: url('../img/css/menubg.png');
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}

.transparentlight_bottom {
    /*background-image: url('../img/css/menubg.png');*/
    background-color: #EDECE0;
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
}

.transparentdark  {
	background-image: url('../img/css/menubg_dark.png');
	position: fixed;
	z-index: 1000;
	top: 50px;
	left: 0px;
	width: 100%;
	height: 23px;
	padding-left: 24px;
	padding-top: 3px;
	font-size: 11px;
	font-weight: normal;
}

#version {
    position: absolute;
    right: 40px;
    top: 5px;
    font-style: italic;
    color: #BFBF8F;
}

.transparentdark_bottom {
    background-image: url('../img/css/menubg_dark.png');
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 38px;
	text-align: right;
	padding: 2px 0;
}

.transparentshadow    {
	background-image: url('../img/css/menuschatten.png');
	position: fixed;
	z-index: 1000;
	top: 73px;
	left: 0px;
	width: 100%;
	height: 10px
}

a#newOrder {
    font-size: 12px;
    background: transparent;
    margin-right: 10px;
}

div#editbar_bg {
    font-size: 12px;
    padding-left: 10px;
}

div#editbar_bg form {
    width: 100%;
}

div#editbar_bg form input,
div#editbar_bg form select,
div#editbar_bg form textarea {
    font-size: 100%;
}

div#editbar_bg form table {
    margin-top: 5px;
}

div#editbar_bg form table td {
    padding-right: 5px;
}

div#divBestandBig {
    position: absolute;
    top: 4px;
    left: 10px;
    font-size: 12px;
}
div#divBestandSmall {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 12px;
}

select.changes {
    font-size: 10px;
}

/* Magazines ---------------------------------------------*/
table.magazine_stock {
	border-collapse: collapse;
	width: 100%;
	font-size: .9em;
}

table.magazine_stock th {
	background: #D9D9C0;
	color: #000;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #000;
	line-height: 1.2;
}

table.magazine_stock td {
	padding: 6px 11px;
	border-bottom: 1px solid #000;
	vertical-align: top;
}

table.magazine_stock td * {
	padding: 6px 11px;
}

table.magazine_stock tr.alt td {
	background: #ecf6fc;
}

table.magazine_stock tr.over td {
	background: #bcd4ec !important;
}

table.magazine_stock tr.odd td {
    background: #ecf6fc;
}

table.magazine_stock tfoot td {
    text-align: right;
    font-size: 1em;
    font-weight: bold;
    padding: 4px;
    background-color: #BFBFBF;
}

span.tblanzeigen,
a.tblanzeigen {
    font-weight: normal;
    font-size: 12px;
}

/* Orders ---------------------------------------------*/
div.forwarder_hint {
    border: 1px solid green;
    background-color: #BFFFE0;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 12px;
}

div.forwarder_hint a {
    font-weight: normal;
}

tr#rowsum {
    display: none;
    background-color: #CCC;
}

a#sumlink {
    margin-left: 20px;
}

table.orders {
	border-collapse: collapse;
	width: 100%;
	font-size: .8em;
	border: 1px solid #000;
}

table.orders th {
	background: #D9D9C0;
	color: #000;
	font-weight: bold;
	padding: 1px 5px;
	text-align: left;
	border-right: 1px solid #000;
	line-height: 1.2;
}

table.orders td {
	padding: 6px 5px;
	border-bottom: 1px solid #000;
	vertical-align: top;
}

table.orders td * {
	/*padding: 6px 11px;*/
}

table.orders tr.alt td {
	background: #ecf6fc;
}

table.orders tr.over td {
	background: #bcd4ec;
}

table.orders td div {
    margin: 0;
    padding: 0;
    display: inline;
}

table.orders td img {
    margin: 6px 3px 0 3px;
}

.hidden {
    display: none;
}

.show {
    display: inline;
}

#addOrderTable {
    border: 1px solid #7F7F7F;
    border-collapse: collapse;
    font-size: 10px;
}

#addOrderTable td.head {
    background-color: #D0D2B1;
    font-weight: bold;
}

#addOrderTable td {
    padding-left: 2px;
}

table.orders input {
    padding: 0;
    width: 100px;
}

tr.marked td {
    background-color: #bcd4ec !important;
}

select#ShowView {
    margin-bottom: 15px;
}

div#showRef {
    background-color: #FFF;
    color: #000;
    border: 2px solid #000;
    font-size: 15px;
    padding: 5px;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}

/* Add order -------------------------------------------*/
/*table#addOrderTable {
    border-collapse: collapse;
	font-size: 1em;
	border: 1px solid #000;
}

table#addOrderTable td * {
	padding: 2px;
}*/

/* Errors etc. -----------------------------------------*/
.error {
    font-weight: bold;
    color: red;
}

.success {
    font-weight: bold;
    color: green;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Admin -----------------------------------------------*/
table.admin {
	border-collapse: collapse;
	width: 100%;
	font-size: .8em;
	border: 1px solid #000;
}

table.admin th {
	background: #D9D9C0;
	color: #000;
	font-weight: bold;
	padding: 2px 4px;
	text-align: left;
	border-right: 1px solid #000;
	line-height: 1.2;
}

table.admin td {
	border-bottom: 1px solid #000;
	vertical-align: top;
	padding: 2px 4px;
	font-weight: normal;
}

table.admin td a {
    font-weight: normal;
}

table.admin td * {
}

table.admin tr.alt td {
	background: #ecf6fc;
}

table.admin tr.over td {
	background: #bcd4ec;
}

#navbar,
.transparentlight,
.transparentdark,
.transparentshadow,
#editbar_line,
#editbar_bg {
    display: none;
}