.dojoxFloatingPane {
    /*background-color:#fff;*/
    /*background:transparent;*/
    background:rgba(225,225,225,.85);
    position:relative; 
    border: 1px solid #dedede; 
    overflow: hidden;
    /*padding:0 !important;*/
    -webkit-box-shadow: 0px 5px 10px #adadad;
}

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

titleNode 
.dojoxFloatingPaneTitle {
    /*background: rgba(0,0,0,.25);*/
    background:#fafafa;
    border:1px solid #bfbfbf;
    padding:4px 4px 2px 4px;
    cursor: pointer;
    white-space: nowrap;
}

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


.tundra .dojoxFloatingPaneTitle {
    /*background:#fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;*/
    background: rgba(0,0,0,.25);
    border:1px solid #bfbfbf;
    color:black; 
    font-size: 12px;
}
.claro .dojoxFloatingPaneTitle {
    
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
}

Icons 
.dojoxFloatingCloseIcon {
    /*background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;*/ 
    background:url(../images/closepanel.png) no-repeat center center;
    width:16px;
    height:16px; 
    margin:2px 0 2px 2px;
    overflow:hidden;
    float:right; 
}

.dojoxFloatingMinimizeIcon {
    /*background-image:url(../images/sharp_grey_minimize.png);*/
    background:url(../images/closepanel.png);
    background-repeat:no-repeat;
    display:inline-block;
    height:16px;
    width:18px;
    margin:2px 0 2px 2px;
    /*background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;*/ 
    /*        background:url('icons/spriteArrows.png') no-repeat 0px center;
            width:7px;
            margin: 0px 4px;*/
    overflow:hidden;
    float:right; 
    cursor: pointer;
}
.soria .dojoxFloatingMinimizeIcon {
    /*background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top;*/
    width: 14px;
    margin: 0px 2px;
}

.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; }
.dojoxFloatingMaximizeIcon {
    /*background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center;*/

    width:7px;
    margin: 0px 4px;
    overflow:hidden;
    float:right;	
}
.soria .dojoxFloatingMaximizeIcon {
    /*background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;*/
}

.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; }
.dojoxFloatingRestoreIcon {
    /*background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;*/ 
    width:7px;
    margin: 0px 4px;
    float:right;
    display:none;
}

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

.dojoxFloatingCloseIcon {
    background:url(../images/closepanel.png);
    background-repeat:no-repeat;
    display:inline-block;
    height:16px;
    width:18px;
    margin:2px 0 2px 2px;
    overflow:hidden;
    float:right; 
    cursor:pointer;
}

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

.tundra .dojoxFloatingCloseIcon {
    /*background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;*/ 	
    background:url('icons/tabClose.png') no-repeat center center;
}

our un-used dock styles for now 
/*.dojoxFloatingDockDefault {
        position:absolute;
        bottom:0px;
        left:0px;
        overflow:hidden; 
        margin:0;
        margin-bottom:3px; 
        padding:0px; 
        width:100%;
        z-index:99;  
        position the dock _just_ below the lowest pane 

        background:transparent;
         background-color:#fff; 
        border-top:1px solid #ccc; 
        
}*/

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

.dojoxDockRestoreButton {
    /*background:url('../../../dijit/themes/tundra/images/folderClosed.gif') no-repeat center center;*/
/*    background:url('icons/folderClosed.gif') no-repeat center center;
    width:16px; 
    height:16px;
    overflow: hidden; 
    float:left;
    margin-top:2px; */
background-image:url(../images/Maps.png);
  background-repeat:no-repeat;
  display:none;
  height:0px;
  width:0px;
  margin:0px;

}
.soria .dojoxDockRestoreButton {
    /*background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;*/
    background:url('icons/folderClosed.gif') no-repeat -45px top;
}

.dojoxDockTitleNode {
    overflow:hidden;
}

/*Modifications*/ 

.dojoxDock {
    display: inline;
    border: 0px solid black;
    position: absolute;
    padding:0; 
    margin:0;         
    /*left: 50px;*/         
    /*top: 50px;*/         
    background:#fcfcfc;

    /*background:rgba(0,0,0,.25);*/ 
}

.dojoxDockNode {
    border: 1px solid #adadad;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 3px;
    cursor:pointer; 
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: auto;
    float: left;
    display:none;
    /*background: #fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;*/
}
.soria .dojoxDockNode {
    /*background:#b7cdee url("../../../dijit/themes/soria/images/titleBar.png") repeat-x;*/
}

.dojoxFloatingPaneContent {
    overflow: auto;
    /*background-color: #fff;*/ 
    background:rgba(246,245,245,.55);
    height: 100%; 
    width: 100%; 
}

.dojoxFloatingPaneCanvas {
    background:rgba(246,245,245,.55);
    /*background-color:#fff;*/
}
