/*-----------------------------------
----------DOCKS----------------------*/


#docked-content .dock-container {
	float:left;
}

.dock {
	position:static;	
	margin-left:10px;
	margin-bottom:10px;
	padding:0;
	z-index:1;
	display:block;
}

.dock-title {
	line-height:20px;
	height:20px;
	padding:2px 5px 2px 5px;
	z-index:2;
	/*position:relative;*/
}
.dock-title h2 {
	float:left;
	
}
.dock-title-text {
		z-index:4;
		/*position:relative;*/
		cursor:pointer;
}

.dock-content {
	padding:5px 5px 5px 5px;
	overflow:auto;
	clear:both;
}
.dock-header {
	z-index:3;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.dock-navbtn {
	/*position:relative;*/
	float:right;
	margin:3px;
	z-index:4;
}
.dockghost {
	position:static;
}

.dockinfo {
	margin-bottom:5px;
	padding:5px 0 5px 0;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}
