/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
*{
	margin:0px;
	padding:0px;
	border:0px;
}
.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-left, .dbx-group-right, .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;
	clear: both;
	}
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* group container(s) */
.dbx-group-right{
	width:226px;
	padding:0 0px 10px;
}
* html .dbx-group-right{
	width: 226px;
	padding-bottom:0;
}
.dbx-group-left {
	width:173px;
	padding:0px 0px 10px;
}
* html .dbx-group-left {
	width:173px;
	padding-bottom:0;
}
/* handles */
.dbx-group-left .dbx-handle {
	position:relative;
	margin:0;
	padding:0px 0px 0px 0px;
	height:51px;
	background:url(images/left-top-bg.png) no-repeat;
	overflow:hidden;
}

.dbx-group-right .dbx-handle {
	position:relative;
	margin:0;
	padding:0px 0px 0px 0px;
	height:51px;
	background:url(images/right-top-bg.png) no-repeat;
	overflow:hidden;
}
.dbx-group-left .dbx-handle .nameDbx{
	padding:18px 0px 0px 20px;
	*padding:19px 0px 0px 20px;
	color:#330000;
}

.dbx-group-right .dbx-handle .nameDbx{
	padding:11px 0px 0px 24px;
	*padding:12px 0px 0px 24px;
	color:#330000;
}

/* 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 */
.dbx-group-left a.dbx-toggle{
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(images/sidep-toggle.png) no-repeat;
	position:absolute;
	top:14px;
	right:15px;
	text-indent:-50px;
	text-decoration:none;
}
.dbx-group-right a.dbx-toggle{
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(images/sidep-toggle.png) no-repeat;
	position:absolute;
	top:7px;
	right:16px;
	text-indent:-50px;
	text-decoration:none;
}

.dbx-group-left a.dbx-toggle-open{
	background-position:0 0;
}
.dbx-group-left a.dbx-toggle-closed{
	background-position:0 -20px;
}
.dbx-group-left a.dbx-toggle-hilite-open{
	background-position:-20px 0;
}
.dbx-group-left a.dbx-toggle-hilite-closed{
	background-position:-20px -20px;
}

.dbx-group-right a.dbx-toggle-open{
	background-position:0 0;
}
.dbx-group-right a.dbx-toggle-closed{
	background-position:0 -20px;
}
.dbx-group-right a.dbx-toggle-hilite-open{
	background-position:-20px 0;
}
.dbx-group-right a.dbx-toggle-hilite-closed{
	background-position:-20px -20px;
}

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

/* 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-group-left .dbx-content {
	margin: 0;
	padding: 5px 10px 9px 10px;
	background: url(images/left-middle-bg.gif) repeat-y;
	overflow: hidden;
}

.dbx-group-right .dbx-content {
	margin: 0;
	padding: 5px 10px 9px 10px;
	background: url(images/right-middle-bg.gif) repeat-y;
	overflow: hidden;
}
.dbx-content li{
	line-height:190%;
}
.dbx-content .sideboxPan li{
	line-height:120%;
	padding: 2px 0 4px 0;
}
#clock .dbx-content {
	padding: 5px 10px 9px 15px;
}
#gtalkMe .dbx-content {
	padding: 0;
}

/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:4px;
	padding:0;
	overflow:hidden;
}
.dbx-box-closed .dbx-content * {
	display:none;
}
/* bottom area */	
.dbx-group-left .dbx-bottom{
	position:relative;
	height:14px;
	background:url(images/left-bottom-bg.png) no-repeat 
}
.dbx-group-right .dbx-bottom{
	position:relative;
	height:17px;
	background:url(images/right-bottom-bg.png) no-repeat 
}
/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}
