/****************************************************************
  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;
	background-color:#FFFFFF;
	}
*/


/****************************************************************
  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;
	float:left;
	width:310px;
	_width:308px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	}



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




/* group container(s) */
#purple-outer {
	margin:0px;
	float:left;
	position:relative;
	}
	
.dbx-group {
	clear:both;
	width:310px;
	_width:310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
* html .dbx-group {
	width:310px;
	_width:280px;
	padding-bottom:0;
	}


#purple-outer2 {
	/* border:1px solid #FF0000; */
	margin:0 0 0 10px;
	float:right;
	position:relative;
	}

/* handles */
.dbx-handle {
	text-align:left;
	text-transform:uppercase;
	position:relative;
	margin:0px 0px 5px 0px;
	color:#E00000;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;	
	/*
	background-image: url(images/nenxam1.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	*/
/*	border:1px solid #CCCCCC; */
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	background:url(../layout/bg-box-r.jpg) repeat-x;
	}
* html .dbx-handle { 
	width:310px;
	_width:308px;
	}

	
/* 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:23px;
	height:20px;
	padding:0;
	margin:0;
	border:none;
	position:absolute;
	top:5px;
	right:5px;
	border:none;
	background-image: url(images/purple-toggle.jpg);
	background-repeat: no-repeat;
	}
	
	
.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 {
	margin:0;
	padding:0px 0 0px 0;
	list-style-type:none;
	padding:5px 0px;
	}




.dbx-content li {
	width:130px;
	margin:0;
	padding:0 10px 1px 10px;
	list-style-type:none;
	font:normal normal normal 0.85em verdana,sans-serif;
	}

.dbx-content a, .dbx-content a:visited {
	text-decoration:none;
	}

.dbx-content a:hover, .dbx-content a:focus, .dbx-content a:active {
	text-decoration:underline;
	}





/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:10px;
	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;
	}
	
			

