.dojoxFloatingPane {
	position: absolute;
	z-index: 999;
	outline:0;
}
.dojoxFloatingPane {
	background: #fff;
	-webkit-box-shadow: 0px 5px 10px #adadad;
	-moz-border-radius:6pt;
	-webkit-border-radius:5pt;
	border:1px solid #b7b7b7;
	padding:1.5em 3px 3px 3px;
}

.dojoxFloatingPaneFg {
	-webkit-box-shadow: 0px 8px 20px #525252;
}

/* titleNode */
.dojoxFloatingPaneTitle {
	border:0px solid #bfbfbf;
	padding:8px 4px 2px 8px;
	cursor: pointer;
	
}

.soria .dojoxFloatingPaneTitle {
	background:#fff url("../../../../scripts/dojotoolkit/dijit/themes/soria/images/titleBar.png") repeat-x top left;
	border:1px solid #b1badf;
	font-size: 0.9em;
	font-weight: bold;
	line-height:1.2em;
}


.tundra .dojoxFloatingPaneTitle {
	
	border:0px solid #bfbfbf;
	color:#000; 	
}


/* Icons */
.dojoxFloatingCloseIcon {
	background:url('../../../images/ics/calendar/tabClose.png') no-repeat center center; 
	width:16px;
	height:16px; 
	overflow:hidden;
	float:right; 
}





.dojoxFloatingMinimizeIcon {
	background:url('../../../../scripts/dojotoolkit/dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center; 
	width:7px;
	margin: 0px 4px;
	overflow:hidden;
	float:right; 
}
.soria .dojoxFloatingMinimizeIcon {
	background:url("../../../../scripts/dojotoolkit/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top;
	width: 14px;
	margin: 0px 2px;
}

.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; }
.dojoxFloatingMaximizeIcon {
	background:url('../../../../scripts/dojotoolkit/dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center;
	width:7px;
	margin: 0px 4px;
	overflow:hidden;
	float:right;	
}
.soria .dojoxFloatingMaximizeIcon {
	background:url("../../../../scripts/dojotoolkit/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
}

.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; }
.dojoxFloatingRestoreIcon {

}

.dojoxFloatingResizeHandle {
	background:url('/icsweb/styles/css/ics/calendar/resize.png') no-repeat bottom right;
	position:absolute; 
	right:0; 
	bottom:0; 	
	width:16px;
	height:16px; 
	cursor:nw-resize;
}

.dojoxFloatingCloseIcon {
	width:15px;
	height:15px; 
	overflow:hidden;
	float:right; 
	cursor:pointer;
}

.soria .dojoxFloatingCloseIcon {
	background:url("../../../../scripts/dojotoolkit/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -60px top;
}

.tundra .dojoxFloatingCloseIcon {
	 	
}

/* our un-used dock styles for now */
.dojoxFloatingDockDefault {
	
}

.dojoxDockList {
	padding: 0px;
	margin: 0px;
}

.dojoxDockRestoreButton {
	background:url('/icsweb/styles/css/ics/calendar/arrowUp.png') no-repeat center center;
	width:16px; height:16px;
	overflow:hidden; 
	float:left;
	margin-top:2px; 
}
.soria .dojoxDockRestoreButton {
	background:url("../../../../scripts/dojotoolkit/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
}

.dojoxDockTitleNode {
	overflow:hidden;
}

/* Modifications */

.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("../../../../scripts/dojotoolkit/dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;
}
.soria .dojoxDockNode {
	background:#b7cdee url("../../../../scripts/dojotoolkit/dijit/themes/soria/images/titleBar.png") repeat-x;
}

.dojoxFloatingPaneContent {
	
}

.dojoxFloatingPaneCanvas {
	
}
