/****************************************************************
  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;
	margin:0 !important;
	padding:0 !important;
}
.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 :) 
*****************************************************************/
.dbx-group{
	clear:both;
	width:275px;
	padding:0px;
}
* html .dbx-group{
	width:275px;
	padding-bot\tom:0;
}
.dbx-box-bottom{
	background:url(images/sidebox_bottom_thin.png);
	background-repeat:no-repeat;
	width:275px;
	height:10px;
}
/* handles */
.dbx-handle {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	position:relative;
	margin:0;
	padding:16px 0 3px 5px;
	background:url(images/sidebox_top.png);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#222;
}
.dbx-handle a{
	color:#222;
}
* html .dbx-handle { 
	width:270px; 
}
/* 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-toggle {
	display:block;
	width:20px;
	height:20px;
	padding:0;
	margin:0;
	border:none;
	background:url(images/arrow-toggle.png) no-repeat;
	position:absolute;
	top:14px;
	right:3px;
	border:none;
}
.dbx-toggle-open {
	background-position:0 0;
}
.dbx-toggle-closed {
	background-position:0 -20px;
}
.dbx-toggle-hilite-open {
	background-position:-20px 0;
}
.dbx-toggle-hilite-closed {
	background-position:-20px -20px;
}
/* keyboard navigation tooltip */
.dbx-tooltip {
	margin:36px 0 0 125px;
	width:185px;
	display:block;
	position:absolute;
	border:1px solid InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	padding:2px 4px 3px 5px;
	text-align:left;
}

/* inner content area */	

.dbx-content {
	background:none repeat scroll 0 0 #EEEEEE;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	font-size:10px;
	padding:10px 15px;
	text-align:left;
	width:241px;
	*width:237px;
}
/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:0px;
	padding:0;
	overflow:hidden;
}
.dbx-box-closed .dbx-content * {
	display:none;
}
/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	filter:alpha(opacity=80);
}
/* hacks for IE6 */
* html .dbx-tooltip {
	font-weight:normal !important;
}

/* GLOBAL STYLING */
.dbx-box ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	overflow:hidden;
	padding:0;
	width:245px;
	*width:241px;
}
.dbx-box li{
	border-bottom:1px dotted #333;
	margin-bottom:5px;
	padding-bottom:5px;
}
.sideBoxTop a{
	color:#000;
}
.dbx-content a:link, .dbx-content a:visited {
	color:#000;
}
.dbx-content a:hover {
	color:#ED1C24;
}
