.dojoxFloatingPane {
	background-color:#fff;
	position:relative; 
	border: 1px solid #000; 
	overflow: hidden;
	-webkit-box-shadow: 0 0 1em #26393D;
	-moz-box-shadow: 0 0 1em #26393D;
	box-shadow: 0 0 1em #26393D;
	
}
.dojoxFloatingPaneInfo {
	background-color:#fff;
	position:relative; 
	border: 1px solid #000; 
	overflow: hidden;
	-webkit-box-shadow: 0 0 1em #26393D;
	-moz-box-shadow: 0 0 1em #26393D;
	box-shadow: 0 0 1em #26393D;
	height: auto !important;
}
.dojoxFloatingPaneFg {
	-webkit-box-shadow: 0 0 1em #26393D;
	-moz-box-shadow: 0 0 1em #26393D;
	box-shadow: 0 0 1em #26393D;
}
.dojoxFloatingPaneTitle {
	background: #cccccc;
	background:#fafafa repeat-x bottom left;
	border:1px solid #bfbfbf;
	padding:4px 4px 2px 4px;
	cursor: pointer;
	white-space: nowrap;
}
.soria .dojoxFloatingPaneTitle {
	background:#fff url("") repeat-x top left;
	border:1px solid #b1badf;
	font-size: 0.9em;
	font-weight: bold;
	line-height:1.2em;
}
.tundra .dojoxFloatingPaneTitle {
	background:url("") repeat-x scroll left bottom #4D648D;
	border:1px solid #4D648D;
	font-weight: bold;
	padding: 4px;
	background-color:#4D648D;
	color:#fff;
}

.dojoxFloatingMinimizeIcon {
	background:url('/dojo-release-1.8.0/dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center; 
	width:7px;
	margin: 0px 4px;
	overflow:hidden;
	float:right; 
}
.soria .dojoxFloatingMinimizeIcon {
	background:url("/dojo-release-1.8.0/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top;
	width: 14px;
	margin: 0px 2px;
}
.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; }
.dojoxFloatingMaximizeIcon {
	background:url('/dojo-release-1.8.0/dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center;
	width:7px;
	margin: 0px 4px;
	overflow:hidden;
	float:right;	
}
.soria .dojoxFloatingMaximizeIcon {
	background:url("/dojo-release-1.8.0/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
}
.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; }
.dojoxFloatingRestoreIcon {
	background:url('/dojo-release-1.8.0/dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center; 
	width:7px;
	margin: 0px 4px;
	float:right;
	display:none;
}
.dojoxFloatingResizeHandle {
	background:url('') no-repeat bottom right;
	position:absolute; 
	right:0; 
	bottom:0; 	
	width:16px;
	height:16px; 
	cursor:nw-resize;
}
.dojoxFloatingCloseIcon {
	width:16px;
	height:16px; 
	overflow:hidden;
	float:right; 
	cursor:pointer;
}
.tundra .dojoxFloatingCloseIcon {
	cursor: pointer;
  background: url("../img/close16_blue.svg") no-repeat scroll 0 0 transparent;
  width: 16px;
  height: 16px;
  margin: 0px 0px 0px 0px;
}
.dojoxFloatingDockDefault {
	position:absolute;
	bottom:0px;
	left:0px;
	overflow:hidden; 
	margin:0;
	margin-bottom:3px; 
	padding:0px; 
	width:100%;
	z-index:99; 
	background:transparent;
	
}
.dojoxDockList {
	padding: 0px;
	margin: 0px;
}
.dojoxDockRestoreButton {
	background:url('/dojo-release-1.8.0/dijit/themes/tundra/images/arrowUp.png') no-repeat center center;
	width:16px; height:16px;
	overflow:hidden; 
	float:left;
	margin-top:2px; 
}
.soria .dojoxDockRestoreButton {
	background:url("/dojo-release-1.8.0/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
}
.dojoxDockTitleNode {
	overflow:hidden;
}
.dojoxDock {
	display: block;
	border: 1px solid black;
	position: absolute;
	padding:0;
	margin:0;
	background:#fcfcfc;
}
.dojoxDockNode {
	border: 1px solid #adadad;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;
	cursor:pointer; 
	list-style: none;
	padding: 2px;
	margin: 0px;
	height: 16px;
	width: auto;
	float: left;
	background: #fafafa url("/dojo-release-1.8.0/dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;
}
.soria .dojoxDockNode {
	background:#b7cdee url("/dojo-release-1.8.0/dijit/themes/soria/images/titleBar.png") repeat-x;
}
.dojoxFloatingPaneContent {
	overflow: auto;
	background-color: #fff; 
	height: 100%; 
	width:	100%; 
}

.dojoxFloatingPaneContentInfo {
	overflow: auto;
    background-color: #fff;
    height: auto;
    width: 100%;
    max-height: 80vh;
	overflow-y: auto !important;
}

.dojoxFloatingPaneCanvas {
	background-color:#fff;

}

.dojoxFloatingPaneCanvasInfo {
	background-color:#fff;
	height: auto !important;
}
/*
.tundra .dijitTitlePaneTitle {
	background:#C40000 url("");
	border-color:#D46666 #A40000 #8D0000 #D03636;
	border-style:solid;
	border-width:1px;
	padding: 2px 2px 2px 2px;
	color:#fff;
	font-weight:bold;
	
}

.tundra .dijitTitlePane .dijitArrowNode {
	background-image:url("");
}

.tundra .dijitTitlePaneContentOuter {
	border:0 solid #000;

}

.tundra .dijitTitlePaneContentInner {
	border:0 solid #000;
}
*/

