/* Generic Tool Classes */
.toolContainer {
   position: absolute;
   top: -100px;
   left: 85px;
   clip: rect(0 143 27 0);
   background-image: url(img/tools_bg.gif);
   }
.toolTitlebar {
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 1;
   }
.toolTitle {
   position: absolute;
   top: 12px;
   left: 5px;
   width: 118px;
   color: #000000;
	font-family: Arial;
	font-size: 11px;
	z-index: 5;
   }
.toolExpandButton {
   position: absolute;
   top: 13px;
   left: 124px;
   z-index: 10;
   }
.toolBottom {
   position: absolute;
   top:0px;
   left: 85px;
   z-index: 0;
   font-size: 1px;
   }
.toolText {
   color: #666666;
	font-family: Arial;
	font-size: 11px;
	}