
.defaultButtonText{
	font-family: Arial; 
	font-size: 11px; 
	cursor:pointer;
}

.defaultbutton {
	border : solid 1px #ebeadb;
	margin:1px;
	cursor:pointer;
}
.buttonTextDisabled {
	color: gray;
	font: 11px Arial;
}
.defaultbuttondown {
	background-color : #d6d2c2;
	border-bottom : solid 1px #FFFFFF;
	border-left : solid 1px #808080;
	border-right : solid 1px #FFFFFF;
	border-top : solid 1px #808080;
	cursor : pointer;
}

.defaultbuttonover {
	background-color : #d6d2c2;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #FFFFFF;
	border-right : solid 1px #808080;
	border-top : solid 1px #FFFFFF;
	cursor : pointer;
}

.icongray {
	border : solid 1px #ebeadb;
	cursor : default;
/*	filter : BlendTrans(Percent=50) gray();*/
}

.toolbardivider {
	background-color : #ebeadb;
	border-left : solid #808080 1px;
	border-right : solid #FFFFFF 1px;
	height : 100%;
	margin-bottom : 2px;
	margin-top : 1px;
	overflow : hidden;
	vertical-align : middle;
	width : 2px;
}

.toolbardividery {
	background-color : #ebeadb;
	border-bottom : solid #FFFFFF 1px;
	border-top : solid #808080 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

.toolbarhandle {
	background-color : #ebeadb;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 100%;
	overflow : hidden;
	width : 3px;
}

.toolbarname{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	padding-left : 10px;
	padding-right : 5px;
}

.toolbartable{
	background-color : #ebeadb;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
	table-layout : fixed;
}

.vtoolbarhandle {
	background-color : #ebeadb;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 3px;
}
