/***************************
	Toolbar
***************************/	
.toolbar{
	width: 100%;
	height: 28;

	/*position:absolute;*/
	z-index: 10000;
	background-color : #efefde;
	border-top : solid #FAFAFA 1px;

	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
	selectable: false;
}

/***************************
	Toolband
***************************/	
.toolband{
	/*height: 28px;*/
	
	background-color : #efefde;
	border-bottom : solid ButtonShadow 1px;
	border-left : solid ButtonHighlight 1px;
	border-right : solid ButtonShadow 1px;
	border-top : solid ButtonHighlight 1px;
	margin : 0px;
	
	-moz-user-select : none;
	padding : 0px;
	float:left;
}

.toolbandHandle {
	background-color : #efefde;
	border-bottom : solid ButtonShadow 1px;
	border-left : solid ButtonHighlight 1px;
	border-right : solid ButtonShadow 1px;
	border-top : solid ButtonHighlight 1px;
	height : 20px;
	overflow : hidden;
	width : 3px;
	margin-left: 1px;
	margin-top: 2px;
	float: left;
}

/***************************
	Widget: Base
***************************/	
.widgetBase {
	background-color : #efefde;
	margin-left: 1px;
	margin-top: 2px;
	float: left;
	height: 24px;
	cursor: default;
}

/***************************
	Widget: Seperator
***************************/	
.widgetSeperator {
	background-color : #efefde;
	border-left : solid ButtonShadow 1px;
	border-right : solid ButtonHighlight 1px;
/*
	border-top : solid ButtonHighlight 1px;
	border-bottom : solid ButtonShadow 1px;
*/
	height : 22px;
	overflow : hidden;
	width : 2px;
	margin-left: 1px;
	margin-top: 1px;
	float: left;
}

/***************************
	Widget: Button
***************************/	
.widgetButton {
	
	border : solid 1px ButtonFace;
	cursor:default;
	float: left;
	margin-left: 2px;
	
	align: center;
	vertical-align: middle;
}

.widgetButtonOver {
	
	background-color : #efefde;
	border-bottom : solid 1px ButtonShadow;
	border-left : solid 1px ButtonHighlight;
	border-right : solid 1px ButtonShadow;
	border-top : solid 1px ButtonHighlight;
	cursor : default;
	float: left;
	margin-left: 2px;
}

.widgetButtonActive {
	
	background-color : #efefde;
	border: 1px solid ButtonShadow;
	/*
	border-bottom : solid 1px ButtonShadow;
	border-left : solid 1px ButtonHighlight;
	border-right : solid 1px ButtonShadow;
	border-top : solid 1px ButtonHighlight;
	*/
	cursor : default;
	float: left;
	margin-left: 2px;
}

.widgetButtonDown {
	
	background-color : #efefde;
	border-bottom : solid 1px ButtonHighlight;
	border-left : solid 1px ButtonShadow;
	border-right : solid 1px ButtonHighlight;
	border-top : solid 1px ButtonShadow;
	cursor : default;
	float: left;
	margin-left: 2px;
}

/***************************
	Widget: Color dropdown
***************************/	
.widgetColorDropdown {
	height: 18px;
	width: 18px;
	
	cursor:default;
	float: left;
	margin: 3px;
	
	border:1px solid black;
	
	font-family: verdana;
	font-size: 11px;
}

.widgetColorDropdown2 {
	height: 24px;
	width: 24px;
	
	cursor:default;
	float: left;
	margin-left: 3px;
	padding-top:4px;
	
	font-family: verdana;
	font-size: 11px;
}

.widgetColorDropdownColor {
	border : 1px solid black;
	cursor : pointer;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 4px;
	/*padding: 4px;*/
}

.widgetColorDropdownColorinfo {
	border : 1px solid black;
	cursor : default;
	float: left;
	width: 119;
	height: 16px;
	overflow: hidden;
	margin: 4px;
}




.buttonTextDisabled {
	color: gray;
	font: 11px Arial;
}
.defaultbuttondown {
	background-color : #efefde;
	border-bottom : solid 1px ButtonHighlight;
	border-left : solid 1px ButtonShadow;
	border-right : solid 1px ButtonHighlight;
	border-top : solid 1px ButtonShadow;
	cursor : default;
}


.icongray {
	border : solid 1px #efefde;
	cursor : default;
	filter : BlendTrans(Percent=50) gray();
}

.toolbarDivider {
	background-color : #efefde;
	border-left : solid ButtonShadow 1px;
	border-right : solid ButtonHighlight 1px;
	height : 100%;
	margin-bottom : 2px;
	margin-top : 1px;
	overflow : hidden;
	vertical-align : middle;
	width : 2px;
}

.toolbardividery {
	background-color : #efefde;
	border-bottom : solid ButtonHighlight 1px;
	border-top : solid ButtonShadow 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}


.toolbarname{
	color : #43537B;
	font : 11px 'Arial Black',Arial,sans-serif;
	letter-spacing : 3px;
	padding-left : 10px;
	padding-right : 10px;
}
