/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-button {
	display:inline-block;
	vertical-align:text-bottom;
}
.yui-button .first-child {
	display:block;
}
.yui-button button, .yui-button a {
	border:medium none;
	display:block;
	margin:0;
	white-space: nowrap;
}
.yui-button button {
	background-color:transparent;
	cursor:pointer;
	*height: 24px;
}
.yui-button a {
	text-decoration:none;
}
.yui-button {
	background:transparent url(toolbar-button-sprite.png) repeat-x scroll;
	background-position: 0px -57px;
	border-color:#808080;
	border-style:solid;
	border-width:1px 0;
	margin:auto 0.25em;
}
.yui-button .first-child {
	border-color: #89522A;
	border-style:solid;
	border-width:0 1px;
	margin:0 -1px;
	*margin: 0px;
}
.yui-button button, .yui-button a, .yui-button a:visited {
	color: #89522A;
	font-size: 100%;
	line-height:2;
	min-height:2em;
	padding:0 10px;
}
.yui-button a:hover {
	text-decoration: none;
}
.yui-split-button button, .yui-menu-button button {
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
}
.yui-menu-button button {
	background-image:url(menu-button-arrow.png);
}
.yui-split-button button {
	background-image:url(split-button-arrow.png);
}
.yui-button-focus {
	background-position: 0px -189px;
	border-color:#89522A;
}
.yui-button-focus .first-child {
	border-color:#89522A;
}
.yui-split-button-focus button {
	background-image:url(split-button-arrow-focus.png);
}
.yui-button-hover {
	background-position: 0px -189px;
	border-color: #89522A;
}
.yui-button-hover .first-child {
	border-color:#89522A;
}
.yui-split-button-hover button {
	background-image:url(split-button-arrow-hover.png);
}
.yui-button-active {
	background-position: 0px -323px;
	border-color: #375D81;
}
.yui-button-active .first-child {
	border-color: #375D81;
}
.yui-split-button-activeoption {
	background-position:0 0;
	border-color:#808080;
}
.yui-split-button-activeoption .first-child {
	border-color:#808080;
}
.yui-split-button-activeoption button {
	background-image:url(split-button-arrow-active.png);
}
.yui-radio-button-checked, .yui-checkbox-button-checked {
	background-position:0 -1400px;
	border-color:#304369;
}
.yui-radio-button-checked .first-child, .yui-checkbox-button-checked .first-child {
	border-color:#304369;
}
.yui-radio-button-checked button, .yui-checkbox-button-checked button {
	color:#FFFFFF;
}
.yui-button-disabled {
	background-position:0 -1500px;
	border-color:#CCCCCC;
}
.yui-button-disabled .first-child {
	border-color:#CCCCCC;
}
.yui-button-disabled button, .yui-button-disabled a, .yui-button-disabled a:visited {
	color:#A6A6A6;
	cursor:default;
}
.yui-menu-button-disabled button {
	background-image:url(menu-button-arrow-disabled.png);
}
.yui-split-button-disabled button {
	background-image:url(split-button-arrow-disabled.png);
}

img.yui-button-icon {
	vertical-align: middle;
	border: none;
	margin-right: 0.5em;
}