/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute;
	visibility:hidden;
}

.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
}

.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}

.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
}

/****************************************************************************/
/* Style To: Left Docking Boxes*/
/****************************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
}

.dbx-handle {
	position:relative;
	margin: 0px;
	background-image:url(../../xmedia/theme/default/images/005.gif);
	width:200px;
	height:33px;
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	text-indent:25px;
	color:#FFFFFF;
}

* html .dbx-handle { 
	width:200px; 
}
/* handle cursors are in a class of their own so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
}
/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
}
* html .dbx-tooltip { width:195px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(tr) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
}

/* additional clone styles */
.dbx-clone {
	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	filter:alpha(opacity=60);
}		