	.dhtmlgoodies_floatingWindow{
     padding-bottom:1px;
	}
	.dhtmlgoodies_floatingWindow .floatingWindow_topRow{
		padding-bottom:1px;
		
		/* width:222px;
		padding-left:2px;
		*/		
		width:100%;
/*		border-bottom:3px double #317082;*/
		background-color:#fff;
		white-space:nowrap;
		overflow:hidden;
		
	
		/* CSS HACK */
		height: 36px;	/* IE 5.x */
		height/* */:/**/36px;	/* Other browsers */
		height: /**/36px;
		}
  .dhtmlgoodies_floatingWindow .floatingWindow_statusBar{
		height:13px;
		padding-bottom:1px;
		width:100%;
/*		border-top:3px double #317082;	*/
		background-color:#ff6600;
		clear:both;
		/* CSS HACK */
		height: 17px;	/* IE 5.x */
		height/* */:/**/13px;	/* Other browsers */
		height: /**/13px;		
		
	}
	.dhtmlgoodies_floatingWindow .floatingWindow_moveBar{
		height:7px;
		background-color:#fff;
		position:relative;
		cursor:move;
		
		/* CSS HACK */
		height: 9px;	/* IE 5.x */
		height/* */:/**/7px;	/* Other browsers */
		height: /**/7px;			
	
	}
	
	
	.floatingWindowTab_inactive,.floatingWindowTab_active{
		height:39px;
		padding-left:0px;
		cursor:pointer;	
	}
	.floatingWindowTab_inactive span{
		background-image:url('../images/tab_inactive.png');
		width:404px;
		height:39px;
	}
	
	.floatingWindowTab_active span{
		background-image:url('../images/tab_active.png');
		width:404px;
		height:39px;

	}
	.floatingWindowTab_inactive span, .floatingWindowTab_active span{
		font-family:arial;
		font-size:15px;
		vertical-align:middle;
		background-position:top left;
		background-repeat: no-repeat;	
		float:left;
		text-align:center;
		padding-left:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#27941E;
		padding-top:10px;
		font-weight:bold;
		-moz-user-select:no;
	}
	.floatingWindowTab_inactive span, .floatingWindowTab_active span a{
         color:#000000;
		 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-weight:bold;
		 padding-top:10px;
		 font-size:15px;
		-moz-user-select:no;
	}
	.dhtmlgoodies_floatingWindow .floatingWindow_statusBar img{
		position:absolute;
		right:0px;
		bottom:0px;
		cursor:nw-resize;

	}
	.floatingWindowTab_inactive img,.floatingWindowTab_active img{
		float:left;
	}
	.floatingWindowCloseButton{
		text-align:center;
		line-height:10px;
		border:1px solid #fff;
		position:absolute;
		right:1px;
		font-size:12px;
		font-weight:bold;
		top:10px;
		padding:1px;
		display:none;
		
		cursor:hand;	
		cursor/* */:/**/pointer;	/* Other browsers */
		cursor: /**/pointer;	
				
		/* CSS HACK */
		width: 15px;	/* IE 5.x */
		width/* */:/**/11px;	/* Other browsers */
		width: /**/11px;	
		
		/* CSS HACK */
		height: 15px;	/* IE 5.x */
		height/* */:/**/11px;	/* Other browsers */
		height: /**/11px;	
				
	}
	#floatingWindow_statusBarTxt{
		font-size:11px;
		font-family:arial;
		vertical-align:top;
		line-height:13px;
	}
.dhtmlgoodies_floatingWindow .floatingWindowContent{
		padding:2px;
		font-size:11px;
		overflow-x:hidden;
		overflow-y:scroll; display:block;
		overflow: -moz-scrollbars-vertical;
		background:#F2F2F2 url('../images/tab_bg.jpg');
		background-position:bottom;
		border:#9a9a9a 1px solid;
		}
