/* jml/layout/resources/FloatingPane.css - creation : 05/08/08 */
/* conteneur de la fenetre flottante */
.jmlFloatingPane {
	position: absolute; visibility: hidden; overflow: hidden;
	background-color: #fff; border: 1px solid; border-color: #ccf #99c #99c #ccf;
}
/* conteneur de la fenetre du dessus (ayant le focus) */
.jmlFloatingPaneFg {}
/* barre de titre */
.jmlFloatingPaneTitleBar {
	border: 1px solid; border-color: #ccf #99c #99c #ccf; background: #e6e6ff;
	padding: 4px 4px 2px 4px; cursor: move; white-space: nowrap;
}
.jmlFloatingPaneTitleText {	font: bold 16px Arial, sans-serif; color: #336; margin-left: 8px; }
.jmlFloatingPaneTitleIcon { float: left; margin: 0 2px; }
.jmlFloatingPaneCloseIcon {
	background: url('icons/close.png') no-repeat; cursor: pointer;
	width: 12px; height: 12px; overflow: hidden; float: right; margin: 3px;
}
.jmlFloatingPaneContent { background-color: #fff; overflow: auto; height: 100%; width: 100%; }
.jmlFloatingPaneCanvas { background-color: #fff; }
