.defaultButtonText {
	font: 11px Arial;
	cursor: pointer;
}

.defaultbutton {
	
	margin:1px;
	cursor:pointer;
}
.buttonTextDisabled {
	color: gray;
	font: 11px Arial;
}
.defaultbuttondown {
	background-color : #DBD8D1;
	
	cursor : pointer;
}

.defaultbuttonover {
	background-color : #DBD8D1;
	cursor : pointer;
}

.icongray {

	cursor : default;
	filter : BlendTrans(Percent=50) gray();
}

.toolbardivider {
	background-color : #D4D0C8;

	height : 100%;
	margin-bottom : 2px;
	margin-top : 1px;
	overflow : hidden;
	vertical-align : middle;
	width : 2px;
}

.toolbardividery {
	background-color : #D4D0C8;

	height : 2px;
	overflow : hidden;
	width : 100%;
}

.toolbarhandle {
	background-color:#00FF33;
	cursor : move;
	height : 100%;
	width : 0px;
}

.toolbarname{
	color : #43537B;
	font : 11px 'Arial Black',Arial,sans-serif;
	letter-spacing : 3px;
	padding-left : 10px;
	padding-right : 10px;
}

.toolbartable{
	height:30px;
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
	table-layout : fixed;
}
.toolbartable select{
	/*padding-left:20px;*/
}

.vtoolbarhandle {
	background-color : #D4D0C8;
	cursor : move;
	height : 3px;
}

