.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 5px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #0F6BB2;
color: #FFFFFF;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 0px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 5px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #0F6BB2;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#0000CC;
	font-size:16px;
	background-color:#F2F2F2;
	width:100%;
	margin-bottom:0px;
	margin-top:0px;
	padding:5px;
    background-position:top right;	
	height:30px;
		border:1px solid #CCCCCC;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #CCCCCC;
	background-color:#FFFFFF;
	width:100%;

	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:0px;
	font-size:0px;	
	position:relative;
}


	#dhtmlgoodies_tooltip{
		background-color:#6A6A6A;
		color:#FFFFFF;
		font-weight: normal;
		border:1px solid #CCCCCC;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:12px;
		font-family: "Arial, Helvetica, sans-serif";
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}



#tickerarea{
border:0px solid black;
}

#expandbutton{
background-color:white;
width:0px;
}


