/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/

.yui-button {
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:text-bottom;
}

.yui-button .first-child {
	display:block;
	*display:inline-block;
}

.yui-button button,.yui-button a {
	display:block;
	*display:inline-block;
	border:none;
	margin:0;
}

.yui-button button {
	background-color:transparent;
	*overflow:visible;
	cursor:pointer;
}

.yui-button a {
	text-decoration:none;
}

.yui-skin-firstclass .yui-button {
	border: none;
	margin:auto .25em;
}

.yui-skin-firstclass .yui-button .first-child {
	margin:0 -1px;
	*position:relative;
	*left:-1px;
	_margin:0;
	_position:static;
}

.yui-skin-firstclass .yui-button button,.yui-skin-firstclass .yui-button a {
	font-family: "Lucida Grande",Geneva,Verdana,Arial,sans-serif;
	padding:0 10px;
	font-size: 0.9em;
	font-weight: bold;
	line-height:2;
	*line-height:1.7;
	min-height:2em;
	*min-height:auto;
	color: #828282;
}

.yui-skin-firstclass .yui-button a {
	*line-height:1.875;
	*padding-bottom:1px;
}

.yui-skin-firstclass .yui-split-button button,.yui-skin-firstclass .yui-menu-button button {
	padding-right:20px;
	background-position:right center;
	background-repeat:no-repeat;
}

.yui-skin-firstclass .yui-menu-button button {
	background-image:url(menu-button-arrow.png);
}

.yui-skin-firstclass .yui-split-button button {
	background-image:url(split-button-arrow.png);
}

.yui-skin-firstclass .yui-button-focus {
	border-color:#7D98B8;
}

.yui-skin-firstclass .yui-button-focus .first-child {
	border-color:#7D98B8;
}

.yui-skin-firstclass .yui-button-focus button,.yui-skin-firstclass .yui-button-focus a {
	color:#000;
}

.yui-skin-firstclass .yui-split-button-focus button {
	background-image:url(split-button-arrow-focus.png);
}

.yui-skin-firstclass .yui-button-hover {
	text-decoration: underline;
	cursor: pointer;
}

.yui-skin-firstclass .yui-button.default {
}

.yui-skin-firstclass .yui-button-hover.default {
}

.yui-skin-firstclass .yui-button-hover .first-child {
}

.yui-skin-firstclass .yui-button-hover button,.yui-skin-firstclass .yui-button-hover a {
	color:#000;
}

.yui-skin-firstclass .yui-split-button-hover button {
	background-image:url(split-button-arrow-hover.png);
}

.yui-skin-firstclass .yui-button-active {
}

.yui-skin-firstclass .yui-button-active .first-child {
}

.yui-skin-firstclass .yui-button-active button,.yui-skin-firstclass .yui-button-active a {
}

.yui-skin-firstclass .yui-split-button-activeoption {
	border-color:#808080;
	background-position:0 0;
}

.yui-skin-firstclass .yui-split-button-activeoption .first-child {
	border-color:#808080;
}

span.yui-push-button + span.yui-push-button {
	border-left: 1px solid #888888;
}

.yui-skin-firstclass .yui-split-button-activeoption button {
	background-image:url(split-button-arrow-active.png);
}

.yui-skin-firstclass .yui-radio-button-checked,.yui-skin-firstclass .yui-checkbox-button-checked {
	border-color:#304369;
	background-position:0 -1400px;
}

.yui-skin-firstclass .yui-radio-button-checked .first-child,.yui-skin-firstclass .yui-checkbox-button-checked .first-child {
	border-color:#304369;
}

.yui-skin-firstclass .yui-radio-button-checked button,.yui-skin-firstclass .yui-checkbox-button-checked button {
	color:#fff;
}

.yui-skin-firstclass .yui-button-disabled .yui-button button {
	color: #DDDDDD;
}

.yui-skin-firstclass .yui-button-disabled .first-child {
}

.yui-skin-firstclass .yui-button-disabled button,.yui-skin-firstclass .yui-button-disabled a {
	cursor:default;
}

.yui-skin-firstclass .yui-menu-button-disabled button {
	background-image:url(menu-button-arrow-disabled.png);
}

.yui-skin-firstclass .yui-split-button-disabled button {
	background-image:url(split-button-arrow-disabled.png);
}
