	/* Docking bar CSS */
	#dockingBar{
		background-color:#f1f1ec;	/* Background color */
		border-bottom:3px solid #A5A397;	/* Bottom border of docking bar - to get the simulated 3D effect */

		
		left:0px;	
		top:0px;
		z-index:100;
		position:absolute;
		width:100%;
			
		overflow: hidden;
		text-align:center;
		
		height: 45px;	/* IE 5.x  - 2 pixels more than other browsers, height + border bottom*/
		height/* */:/**/43px;	/* Other browsers */
		height: /**/43px;
				
	}
	/* Inner DIV where the buttons are added */
	#dockingBarImageHolder{
		margin-left:5px;
		height:43px;
	
	}
	#dockingBarImageHolder img{
		cursor:pointer;
	}
	.spacer{	/* 3D inset spacer */
		border-top:1px solid #D8D2BD;
		border-bottom:1px solid #FFF;
		height:0px;
	}
	
	body > div#dockingBar{	/* Firefox rule */
		position:fixed;
	}
	/* Spacer  - Same height as toolbar - This element pushes the content on the page down below the toolbar */
	#dockingBarSpacer{
		height: 45px;	/* IE 5.x */
		height/* */:/**/43px;	/* Other browsers */
		height: /**/43px;
				
	}
.dtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
