

/****************************************************************
  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;
	}



/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	}



/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/





/* group container(s) */
.dbx-group {
	width:213px;
	float:left;
	margin:0px;
	color:#4d4d4f;
	background-color:#999;
	}
.dbx-group :hover{
	color:#0072bb;
	background-color:#999;

	/*border-bottom:1px solid #9CD7ED;*/
	

}
/*
.dbx-handle {
	background: #E9E9E9 ;
	border:1px solid #000;
	border-color:#ded #050 #050 #ded;
	color: #000099;
	margin:0;
	line-height:160%;
	padding:1px 5px;
	position:relative;
	font-size:12px;
	}
	*/

/* handles */
.dbx-handle {
	/*background:rgb(218,218,218); #aca;*/
/*	background:#FA9E0D;*/
	/*background:transparent url(../images/or/left_menu_bg.png) no-repeat scroll 0 0;*/
	background:#259cd2;
*/
/*	border:1px solid #000;
	border-color:#FFFFFF #FFFFFF #FFFFFF #EAEAEB;*/
	color: #4d4d4f;/*FA9E0D;#003366;*/
	margin:1;
	padding:7px 11px;
	position:relative;
	font-size:12px;
	border-bottom:1px solid #70c2e4;

	}

	
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
	}

/* toggle images */
a.dbx-toggle, a.dbx-toggle:visited {
	display:block;
	width:219px;
	height:26px;
	overflow:hidden;
	position:absolute;
	top:1px;
	right:1px;
	text-indent:-50px;/* this is to prevent higlighted space showing up */
	text-decoration:none;
	}
a.dbx-toggle:hover{
	/*background:transparent url(../../conf/images/rt/left_menu_hover.gif) no-repeat scroll 196px 11px;*/
	color: #29395d;/*#050;*/
		}

a.dbx-toggle-open, a.dbx-toggle-open:visited {
	/*background:transparent url(../../conf/images/rt/left_menu_hover.gif) no-repeat scroll 196px 11px;*/
	/*background-position:0 0;*/
	}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	/*background:transparent url(../../conf/images/rt/left_menu_hover.gif) no-repeat scroll 170px 1px;
	background-position:0 -20px; */
	}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	/*background:transparent url(../../conf/images/rt/left_menu_hover.gif) no-repeat scroll 196px 11px;*/
	/*background-position:-20px 0;*/
	}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	/*background:transparent url(../../conf/images/rt/left_menu_hover.gif) no-repeat scroll 170px 1px;
	background-position:-20px -20px; */
	}

/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:24px 0 0 86px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.7em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
	}

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

/* inner content area */	
.dbx-content {
	background:#cccccc none repeat scroll 0 0;
	padding:5px !important;
	list-style-type:none;
	color: #4d4d4f;/*000033;*/
	font-size:11px;
	margin-top:10px !important; 
	}

.dbx-content li {
	margin:0 !important;
	line-height:140% !important;
	/* border-bottom:1px solid #e1e1e1;*/
	}
	
.dbx-content li a{
	padding-left:0px;
	color:#333333;
}


.dbx-box a, .dbx-box a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #4d4d4f;/*#050;*/
	}
	
.dbx-box a:hover, .dbx-box a:focus, .dbx-box a:active {
	color: #ffffff;/*#050;*/
	text-decoration:underline;
	}
	
	
	
	
/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:none;
	}






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