@charset "utf-8";

body {
	background-color: #dee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 400px;
}

a {
	text-decoration: none;
	color: blue;
}

#tabs .active a {
	color: black;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
/*	margin: auto;
	width: 1000px;*/
	clear: both;
}

#body {
	background-color: white;
	clear: both;
	padding: 20px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}

#tabs li {
	background-color: silver;
	float: left;
	margin-left: 10px;
	padding: 4px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 20px;
}

#tabs li.active {
	background-color: white;
}

table {
	border-collapse: collapse;
}

#body form {
	padding:4px;
	margin: 20px 0;
}

#stocktable {
	font-size: 0.6em;
	width: 100%;
}

#stockupdatetable {
	font-size: 0.7em;
}

#stockupdatetable th {
	color: white;
	background-color: black;
}

#stockupdatetable tr.superheading th {
	background-color: white;
	font-weight: normal;
	color: black;
	border: none;
}

#stockupdatetable tr.superheading th.outline {
	border: 1px solid black;
}

td, th {
	border: 1px solid black;
	padding: 4px;
}

tfoot td {
	border: none;
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
}

input.short {
	width: 30px;
}

input.medium {
	width: 50px;
}

.primary {
	font-weight: bold;
	color: white;
}

.primary .th1 { background-color: #b2a1c7; }
.primary .th2 { background-color: #538ed5; }
.primary .th3 { background-color: #d99795; }
.primary .th4 { background-color: #c5be97; }
.primary .th5 { background-color: #d99795; }

.row1 td {
	background-color: #eaeaf2;
}

table .active td {
	background-color: #D8DDEF !important;
}

p.message_warning {
	background-image: url('dialog-warning.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 26px;
	background-color: #ffc;
	border: 2px solid #c00;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.8em;
}

p.message_success {
	background-image: url('dialog-success.gif');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 26px;
	background-color: #dfd;
	border: 2px solid #0c0;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.8em;
}

p.message_info {
	background-image: url('dialog-info.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 26px;
	background-color: #eef;
	border: 2px solid #88c;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.8em;
}

#debug {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #cfc;
	padding: 10px;
	margin-top: 20px;
	width: 400px;
	float: right;
	border: 1px dashed green;
}

span.logged_in_user {
	color: red;
	font-weight:bold;
}

#tabs li.logout {
	float:right;
	margin-right:10px;
}

.textinput {
	padding: 0;
}

.textinput input {
	border: 0;
	background-color: #ecc;
	width: 140px;
	padding: 3px;
}

.tight {
	width: 100px;
}

.tight input {
	width: 105px;
}

tr.active .textinput input {
	background-color: #cab1bf;
}

.numeric, .currency {
	text-align: right;
}

#orders, #orders li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#orders li {
	border: 1px solid #aad;
	background-color: #ddf;
	padding: 4px;
	margin: 4px;
}

#orders li.ancillary {
	background-color: #fdd;
}

.priority0 {
	background-color: green;
	color: white;
}

.priority1 {
	background-color: yellow;
	color: black;
}

.priority2 {
	background-color: red;
	color: white;
}

.amended {
	background-color: #aed !important;
}

.dark {
	background-color: #e1c7c7;
}
.row1 .dark {
	background-color: #dabfbf;
}

.darker {
	background-color: #e2ddc4;
}
.row1 .darker {
	background-color: #dbd6bd;
}

.additional_info {
	font-weight: normal;
	font-size: 0.7em;
	display: block;
	color: #666;
}

.nowrap {
	white-space: nowrap;
}

