div.defaultLabel {
	position: absolute;
	background-color: white;
	border: 1px solid #444444;
	z-index: 1;
	cursor: url('../images/grab.gif'), move;
	overflow: visible;
	color: #999999;
	overflow: visible;
	z-index: 1;
}
table.defaultGrid {
	position: absolute;
	border: 0px; border-spacing: 0px; border-collapse: collapse;
	display: table;
	z-index: 2;
}
table.defaultGrid td {
	border: 1px dashed #CCCCCC;
	z-index: 2;
}
div.hintBar {
	position: absolute; top: 50px; left: 0px;
	width: 100%; height: 14px; line-height: 14px;
	font-family: Arial, DejaVu Sans, Sans, sans-serif; font-size: 11px;

}
div.gridTop {
	position: absolute; left: -7px; bottom: 100%;
	width: 100%; height: 16px; line-height: 16px;
	margin-bottom: 6px;
	font-size: 12px; color: #555555; text-align: left;
	overflow: visible;
}
div.gridTop div {
	position: absolute; top: 0px; left: 100%;
	height: 100%; text-align: left;
}
div.gridLeft {
	position: absolute; top: -11px; right: 100%;
	width: 80px; height: 100%; line-height: 22px;
	font-size: 12px; color: #555555; text-align: right;
	overflow: visible;
}
div.gridLeft div {
	position: absolute; top: 100%; right: 6px;
	width: 100%; text-align: right;
}
div.editorButton {
	position: relative; float: left; clear: none;
	width: 20px; height: 20px;
	margin-left: 2px; margin-top: 2px;
	background: url('../images/buttons.png');
	vertical-align: middle;
	filter: alpha(opacity = 75); opacity: 0.75;
	cursor: pointer; overflow: hidden;
	z-index: 2;
}
div.editorButton:hover {
	filter: alpha(opacity = 100); opacity: 1;
	z-index: 2;
}
div.labelManager {
	position: relative; float: right;
	padding: 3px;
	display: none;
	z-index: 2;
	width: 60%;
}
div.labelObject {
	position: absolute;
	border: 1px dashed blue;
	padding: 0; margin-top: 0px; text-align: top;
	font-family: DejaVu Sans, Sans, Arial, sans-serif;
	cursor: move;
	white-space: nowrap;
	overflow: hidden;
	color: black;
	z-index: 3;
}
div.labelObject:hover {
	background-color: #BBBBBB;
	filter: alpha(opacity: 50); opacity: 0.5;
	z-index: 4;
}
div.textManager {
	position: relative; float: right;
	padding: 3px;
	display: none;
	z-index: 2;
	text-align: right;
	width: 60%;
}
div.barCodeManager {
	position: relative; float: right;
	padding: 3px;
	display: none;
	z-index: 2;
	width: 60%;
}
img#siteLogo {
	position: absolute; top: 0px; left: 50%;
	margin-left: -470px;
	border: 0px; cursor: pointer;
	border-left: 2px solid #666666;
	border-right: 2px solid #AAAAAA;
}
div.imageLibraryEntry {
	position: relative; float: left;
	width: 130px; height: 95px; line-height: 95px;
	padding: 20px; margin-bottom: 20px; margin-top: 20px;
}
div.imageLibraryEntry:hover {
	background-color: #444444;
}
div.imageLibraryEntry img {
	max-width: 130px; max-height: 95px;
	vertical-align: middle;
	cursor: pointer;
}
div.imageLibraryEntry span {
	position: absolute; top: 100%; left: 0px;
	width: 100%; height: 20px; line-height: 20px;
	cursor: pointer;
}
div.imageLibraryEntry span:hover {
	text-decoration: underline;
}

