.toolbar
{
	height: 100%;
	padding-left: 5px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	background: white url(toolbar/normalbtn.gif) repeat 0px 0px;
	border: solid 1px silver; /* #7F9DB9; */
	border-bottom: none;
/*	height: expression('30px');
	width: expression('100%');*/
	padding-bottom: expression('2px'); 
}

.toolbarpanel
{
	float:left;
	padding:4px;
}
.btn
{
	display: block;
	float: left;
	text-decoration: none;
	color: #111111;
	background: #CDD1D4 url(toolbar/normalbtn.gif) repeat-x 0px -2px;
}
.btn:hover, .dropdownbtn:active
{
	background: #BCCAD3 url(toolbar/normalbtn_hover.gif) repeat-x 0px 0px;
	color: #000000;
	text-decoration: none !important;
}
.btn img
{
	border: none;
}
.toolbarseparator
{
	float: left;
	width: 1px;
	line-height: 1px;
	height: 19px;
	margin: 6px 3px 5px 3px;
	border-left: solid 1px silver;
}
.toolbtn
{
	padding: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right:1px;
	background: transparent;
}
.toolbtn:hover, .dropdownbtn:active, .selectbtn:active
{
	padding: 3px;
	border: solid 1px #333333;
	background-position: 0px -3px;
}
.toolbtn img.inlineimg
{
	margin-right: 4px;
}
.btntext, .textbtn:hover .btntext
{
	white-space: nowrap;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}
.btntext
{
	position: relative;
	top: 2px;
}
.textbtn .btntext
{
	display: block;
	padding: 1px 1px 1px 1px;
	top: 0px;
}
.dropdownbtn
{
	padding-right: 1px;
	margin-right: 4px;
}
.dropdownbtn:hover, .dropdownbtn:active
{
	padding-right: 0px;
}
.dropdownbtn:active
{
	position: relative;
	z-index: 200;
	border-bottom: none;
/*	margin-right: 2px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=90, strength=2); */
}
.dropdownbtnarrow
{
	margin-left: 3px;
	/*position: relative;*/
	top: 0px;
}
.dropdownbtnarrow img
{
	vertical-align: top;
}
.toolbtn:hover .dropdownbtnarrow
{
	margin-left: 2px;
	border-left: solid 1px #333333;
}
.selectbtn
{
	background: white;
	border: solid 1px gray;
	padding: 3px 0px 3px 3px;
	margin-right: 3px;
}
.selectbtn:hover
{
	text-decoration: none !important;
}
.selectbtntext
{
	display: block;
	float: left;
	padding: 1px 0px 2px 0px;
	width: 80px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none !important;
	font-weight: normal;
	color: black;
}
.selectedbtn, .selectedbtn:hover
{
	background: #FEF6D3 url(toolbar/normalbtn_hover.gif) repeat-x 0px -2px;
	padding: 3px;
	border: solid 1px #333333;
}
.disabledbtn, .disabledbtn:hover, .disabledbtn:active
{
	background: none;
	color: #999999;
	padding: 4px;
	padding-right: 1px;
	margin-right:4px;
	border: none;
	cursor: default;
}
.disabledbtn .dropdownbtnarrow, .disabledbtn:hover .dropdownbtnarrow
{
	border-left: none;
	cursor: default;
	margin-left: 3px;
	margin-right: 0px;
}
.disabledbtn, .disabledbtn .dropdownbtnarrow img
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(GrayScale=1), progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.disabledbtn .selectbtntext
{
	width: 79px;
	background: url(toolbar/normalbtn.gif) repeat 0px -2px;
	cursor: default !important;
}

.img16
{
	width: 16px;
	height: 16px;
}
.img24
{
	width: 24px;
	height: 24px;
}
.colorpickerimg
{
	width: 16px;
	height: 14px;
}

/* hack to keep toolbar height in tab pages */
#tabdiv .toolbar
{
	height: 30px !important;
}
/* end of hack */
