/*
 *  This contains the custom CSS for the tools on the toolbar
 */
.Tool {
	border: solid 1px #aaa;
	margin: 3px;
/*	float: left;*/
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
	vertical-align: text-top;

	text-decoration: none;
	color: black;
}

* html .Tool {
 	display: inline;
	vertical-align: top;
}

.Tool:hover {
	border: solid 1px black;
}

.ToolContent {
	height: 20px;
	width: 20px;
	display: block;
}

.ToolText {
	display: none;
	margin-left: 20px;
	background-color: white;
}

a.selected {
	background-color: #cccccc;
}

a.selected .ToolText {
	background-color: #ccc;
}

.Drawer .Tool {
	border: none;
	margin: 0px;
}

.Drawer {
	height: 20px;
	overflow: hidden;
	background-color: white;
	padding-right: 20px;

	background-image: url('../images/toolbar/down.png');
	background-position: right 2px;
	background-repeat: no-repeat;
}

.DisplayDrawer {
	position: absolute;
	height: auto;
	z-index: 1000;
	margin: 0px !important;
}

.DisplayDrawer .Tool {
	display: block !important;
}

* html .DisplayDrawer .Tool {
	display: block !important;
	width: 0px !important;
}

/* For toolbar spacer */
#tool-spacer10_16 {
	border: none;
	width: 8px !important;
}

#tool-spacer10_16 .ToolContent {
	width: 8px !important;
}