

.dhtmlgoodies_floatingWindow
{
	position:absolute;
	width:224px;
	padding-bottom:1px;
	background-color:#ECE9D8;
	border:1px solid #7480DC; 	
	left:50px;
	display:none;
}
	
.dhtmlgoodies_floatingWindow .floatingWindow_topRow
{

	width:100%;
	/*border-bottom:1px double #ECE9D8;*/
	background-color:#999999;
	/*white-space:nowrap;*/
	overflow:hidden;
	
	/* CSS HACK */
	height: 20px;	/* IE 5.x */
	height/* */:/**/16px;	/* Other browsers */
	height: /**/17px;	
}

.dhtmlgoodies_floatingWindow .floatingWindow_statusBar
{
	height:13px;
	padding-bottom:1px;
	width:100%;
	border-top:1px solid #ACA899;	
	background-color:#ECE9D8;
	clear:both;
	
	/* CSS HACK */
	height: 17px;	/* IE 5.x */
	height/* */:/**/13px;	/* Other browsers */
	height: /**/13px;			
}
	
.dhtmlgoodies_floatingWindow .floatingWindow_moveBar
{
	height:7px;
	background-color:#3399FF;
	border-top:2px solid #3399FF;
	border-right:2px solid #3399FF;
	border-left:2px solid #3399FF;
	position:relative;
	cursor:move;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	height: /**/15px;				
}
	
	
	
.floatingWindowTab_inactive,.floatingWindowTab_active
{
	height:17px;
	padding-left:4px;
	cursor:auto;	
}

.floatingWindowTab_inactive span{
	background-image:url('images/skin2_tab_left_inactive.gif');
	padding-right:2px;
}
	
.floatingWindowTab_active span
{
	background-image:url('images/skin2_tab_left_active.gif');
	padding-right:2px;
}

.floatingWindowTab_inactive span, .floatingWindowTab_active span
{
	
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	padding-top:1px;
	vertical-align:middle;
	background-position:top left;
	background-repeat: no-repeat;	
	float:left;
	padding-left:6px;
	padding-bottom: 10px;
 	color: #663300;

	/*-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 #5e5e5e;
	position:absolute;
	right:1px;
	font-family:Arial, Helvetica, sans-serif;
	color: #663300;	
	font-size:12px;
	font-weight:bold;
	top: 0px;
	padding:1px;
	background-color: #ECE9D8;
	cursor:auto;	
	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-family:Arial, Helvetica, sans-serif;
	font-size:12px;
/*	background-color:#FFFFCC;*/
	overflow:auto;
	color: #663300;
	display:none;
	border-top:1px double #999999;
}

.floatingWindowContent p
{
	padding: 10px;
}


.floatingWindowContent a:link, .floatingWindowContent a:visited, .floatingWindowContent a:hover {
	border-bottom: dotted 1px;
}



#popuptabBuffer { position:absolute; visibility:hidden; left:0; top:0 }


.popuptab
{
	padding:10px;	
	text-align:justify;
}
