@CHARSET "ISO-8859-1";
table.layout {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.layout tr, table.layout td {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

table.padded td, table.padded th {
	padding: 2px;
}

table.routes th.day {
	width: 2em;
}
table.routes td.day {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

input.decimal {
	text-align: right;
}
input.readonly {
	border-color: #dddddd;
	background-color: #eeeeee;
}

/* Product Information dialog on Sales Order Entry screen */
.productInfo .section {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* for display of "edit content" links */
.cmsedit {
	display: block;
	position: relative;
}

.cmsedit .cmseditlink {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0px;
	left: 0px;
	background-image: url("../images/icons/page_edit.png");
	z-index: 1000;
}

/* status codes on web order maintenance */
dl.statusCodes {
	margin-left: 3em;
	position: relative;
}
dl.statusCodes dt {
	clear: both;
	float: left;
	width: 2em;
}
dl.statusCodes dd {
	margin: 0 0 .25em 2em;
}

/* data grids */
.dataGridContainer {
	float: left;
	margin-bottom: 1em;
	background-color: #ffffff;
}
.dataGridContainer .pagerControl {
	padding: .25em;
	text-align: center;
}
.dataGridContainer .dataGrid {
	margin: 0;
}

/* used in datagrids to make credit values red */
.credit {
	color: red;
}

/* default to no nasty borders around images */
img {
	border: 0;
}

table.form th {
	text-align: left;
}

.profitGood {
	color: green;
}
.profitBad {
	color: red;
}

.dialogButtons {
	border-top: 1px solid #aaaaaa;
	margin-top: 10px;
	padding-top: 7px;
	text-align: right;
}

.scrollingNotepad {
	max-height: 200px;
	overflow: auto;
}

/* jQuery UI fixes */

/* stop items wrapping in autocomplete lists in IE6 */
ul.ui-autocomplete li.ui-menu-item a {
	white-space: nowrap;
}

/* Generic hide class */
.display-none {
	display:none;	
}
