﻿/*
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: -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-sam*/
.yui-button {
	border-width: 1px 0;
	border-style: solid;
	border-color: #808080;
	/*background: url('../images/sprite.png') repeat-x 0 0;*/
	margin: auto .25em;
	z-index: 3;
}
.yui-button .first-child {
	border-width: 0 1px;
	border-style: solid;
	border-color: #808080;
	margin: 0 -1px;
	_margin: 0;
}
.yui-button button, .yui-button a, .yui-button a:visited {
	padding: 0 10px;
	font-size: 93%;
	line-height: 2;
	line-height: 1.7;
	min-height: 2em;
	/*min-height:auto;*/
	color: #000;
}
.yui-button a {
/*line-height:1.875;*/
	/*padding-bottom:1px;*/
}
.yui-split-button button, .yui-menu-button button {
	padding-right: 20px;
	background-position: right center;
	background-repeat: no-repeat;
}
.yui-menu-button button {
/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/button/assets/skins/sam/menu-button-arrow.png);*/
}
.yui-split-button button {
/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/button/assets/skins/sam/split-button-arrow.png);*/
}
.yui-button-focus {
	border-color: #7D98B8;
	background-position: 0 -1300px;
}
.yui-button-focus .first-child {
	border-color: #7D98B8;
}
.yui-split-button-focus button {
/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/button/assets/skins/sam/split-button-arrow-focus.png);*/
}
yui-button-hover {
	border-color: #7D98B8;
	background-position: 0 -1300px;
}
.yui-button-hover .first-child {
	border-color: #7D98B8;
}
.yui-split-button-hover button {
/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/button/assets/skins/sam/split-button-arrow-hover.png);*/
}
.yui-button-active {
	border-color: #7D98B8;
	background-position: 0 -1700px;
}
.yui-button-active .first-child {
	border-color: #7D98B8;
}
.yui-split-button-activeoption {
	border-color: #808080;
	background-position: 0 0;
}
.yui-split-button-activeoption .first-child {
	border-color: #808080;
}
.yui-split-button-activeoption button {
/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/button/assets/skins/sam/split-button-arrow-active.png);*/
}
.yui-radio-button-checked, .yui-checkbox-button-checked {
	border-color: #304369;
	background-position: 0 -1400px;
}
.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: #fff;
}
.yui-button-disabled {
	border-color: #ccc;
	background-position: 0 -1500px;
}
.yui-button-disabled .first-child {
	border-color: #ccc;
}
.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(http://yui.yahooapis.com/2.8.0r4/build/button/assets/skins/sam/menu-button-arrow-disabled.png);*/
}
.yui-split-button-disabled button {
/*background-image: url(http://yui.yahooapis.com/2.8.0r4/build/button/assets/skins/sam/split-button-arrow-disabled.png);*/
}
