.toeOrderDetailsBox {
	float: left;
}
.toeOrderDetailsAuditBox {
	float: right;
}
.toeSystemAlert {
	background:#eeeccd url(../img/shortcodes/alert.png) 19px 9px no-repeat; 
	padding:13px 13px 13px 65px; 
	border:1px solid #d0d0d0; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	color:#6b6b6b; 
	font-size:14px; 
	font-weight:bold;
}
.toeReadonly {
	background-color: #EEEEEE !important;
}
/*.toeSidebarShell {
	border: 2px black dashed;
}*/
.toeSidebarShellClonned {
	border: 2px black dashed;
	position: absolute;
	min-width: 100px;
	min-height: 50px;
}
.toeSidebarShell {
	min-width: 100px;
	min-height: 50px;
}
.toeWidgetEditorShellClonned {
	border: 1px green solid;
	/*position: relative;*/
}
.toeSidebarShellClonedLabel {
	font-weight: bold;
	/*position: absolute;*/
}
.toeWidgetEditorShellClonnedLabel {
	font-weight: bold;
	color: green;
	/*float: left;*/
}
.toePageEditBody {
	opacity: 0.3;
}
.toeWidgetRemove {
	float: right;
	background: url(../img/cross.gif) 0px 0px no-repeat; 
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.toeWidgetRemove:hover {
	background-color: #ff9999;
}
.toeActiveWidget {
	min-height: 50px;
}
.toeActiveWidgetsList .toeActiveWidget {
	min-height: 20px;
	height: 20px;
	width: 48%;
	float: left;
}
.toeWidgetControls {
	float: left;
}
/* div is to determine that this should not be for other jquery ui widgets (like tabs) */
div.ui-widget-header {
	cursor: move;
}
/* Slide panel */
.toeSlidePanelShell {
	position: fixed;
	border: 1px blue solid;
	top: 30px;
	right: 0px;
	bottom: 5px;
	left: 100%;
	z-index: 999;
	background-color: white;
	/*overflow-y: scroll;
	overflow-x: visible;*/
}
.toeSlidePanelOpener {
	position: fixed;
	border: 1px green solid;
	/*left: -37px;*/
	right: 0px;
	top: 50%;
	cursor: pointer;
	z-index: 999;
	/*width: 20px;*/
}
.toeSlidePanelLock {
	cursor: pointer;
}