/****************************************************************   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 0 8px 0; 	padding:0; 	border:0; 	} /****************************************************************   otherwise, do what you like :) *****************************************************************/ /* group container(s) */ .dbx-group { clear: both; width: 976px; margin-left: auto; margin-right: auto 	} * html .dbx-group { 	width:976px; 	padding-bot\tom:0; 	} /* handles */ .dbx-handle {     width:966px; 	height:25px; 	text-align:center; 	position:relative; 	margin:0; 	padding:14px 0 0; 	background:#CACED4; 	color:#000; 	border-top:5px solid #464F60; 	border-right:5px solid #464F60; 	border-left:5px solid #464F60; 		} * html .dbx-handle {width:966px;height:25px;padding:14px 0 0;} .title{float:left;font-weight:bold;width:70px;text-align:center;padding:0px 0px 0px 6px;} 	.dbx-handle ul {list-style:none;display:inline;} .dbx-handle li {width:81px;float:left;text-align:center;padding:0px 2px } 	/* handle cursors are in a classf 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/toggle.png) no-repeat; 	position:absolute; 	top:10px; 	right:3px; 	border:none; 	} .dbx-toggle-closed{ background-position:0 0; 	} .dbx-toggle-open{ background-position:0 -20px; 	} .dbx-toggle-hilite-closed{ background-position:-20px 0; 	} .dbx-toggle-hilite-open{ background-position:-20px -20px; 	} /* inner content area */	.dbx-content { 	margin:0; 	width:966px; 	padding:0; 	list-style-type:none; 	background:#CACED4; 	border-right:5px solid #464F60; 	border-left:5px solid #464F60; 	border-bottom:5px solid #464F60; 	} * html .dbx-content { 	width:966px; } .cici dl,.dbx-content dl {display:inline;clear:both;margin: 0px} .cici dt,.dbx-content dt {margin-left: 0px! important; overflow: hidden; width: 960px;height:25px;padding:14px 3px 0;background:url(images/line.png) repeat-x;} .cici dd {margin-left: 0px! important; overflow: hidden; width: 960px;height:25px;padding:14px 3px 0;} .cici dl li,.dbx-content dl li {float: left; overflow: hidden; width: 92px;text-align:center;list-style-type: none;padding:0px 2px} /* toggle state of inner content area */ .dbx-box-closed .dbx-content { 	display:block; 	height:0; 	padding:0; 	overflow:hidden; 	border-bottom:5px solid #464F60; 	} .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; 	}