/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.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, .yui-button input{
	display:block;
	*display:inline-block;
	border:none;
	margin:0;
	}
	
.yui-button button, .yui-button input{
	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;
	}

/*.yui-skin-sam*/ .yui-button .first-child{
	border-width:0 1px;
	border-style:solid;
	border-color:#808080;
	margin:0 -1px;
	_margin:0;
	}
	
/*.yui-skin-sam*/ .yui-button button,/*.yui-skin-sam*/ .yui-button a, .yui-button input{
	padding:0 10px;
	font-size:13px;
	line-height:1;
	*line-height:1.7;
	min-height: 21px;
  height: 21px;
	*min-height:auto;
	color:#000;
	}
  
/*.yui-skin-sam*/ .yui-button a{
	*line-height:1.875;
	*padding-bottom:1px;
	}
	
/*.yui-skin-sam*/ .yui-split-button button,/*.yui-skin-sam*/ .yui-menu-button button{
	padding-right:20px;
	background-position:right center;
	background-repeat:no-repeat;
	}
	
/*.yui-skin-sam*/ .yui-menu-button button{
	background-image:url(../images/menu-button-arrow.png);
	}
	
/*.yui-skin-sam*/ .yui-split-button button{
	background-image:url(../images/split-button-arrow.png);
	}
	
/*.yui-skin-sam*/ .yui-button-focus{
	border-color:#7D98B8;
	background-position:0 -1300px;
	}
	
/*.yui-skin-sam*/ .yui-button-focus .first-child{
	border-color:#7D98B8;
	}
	
/*.yui-skin-sam*/ .yui-button-focus button,/*.yui-skin-sam*/ .yui-button-focus a, .yui-button-focus input{
	color:#000;
	}
	
/*.yui-skin-sam*/ .yui-split-button-focus button{
	background-image:url(../images/split-button-arrow-focus.png);
	}
	
/*.yui-skin-sam*/ .yui-button-hover{
	border-color:#7D98B8;
	background-position:0 -1300px;
	}
	
/*.yui-skin-sam*/ .yui-button-hover .first-child{
	border-color:#7D98B8;
	}
	
/*.yui-skin-sam*/ .yui-button-hover button,/*.yui-skin-sam*/ .yui-button-hover a, .yui-button-hover input{
	color:#000;
	}
	
/*.yui-skin-sam*/ .yui-split-button-hover button{
	background-image:url(../images/split-button-arrow-hover.png);
	}
	
/*.yui-skin-sam*/ .yui-button-active{
	border-color:#7D98B8;
	background-position:0 -1700px;
	}
	
/*.yui-skin-sam*/ .yui-button-active .first-child{
	border-color:#7D98B8;
	}
	
/*.yui-skin-sam*/ .yui-button-active button,/*.yui-skin-sam*/ .yui-button-active a, .yui-button-active input{
	color:#000;
	}
	
/*.yui-skin-sam*/ .yui-split-button-activeoption{
	border-color:#808080;
	background-position:0 0;
	}
	
/*.yui-skin-sam*/ .yui-split-button-activeoption .first-child{
	border-color:#808080;
	}
	
/*.yui-skin-sam*/ .yui-split-button-activeoption button{
	background-image:url(../images/split-button-arrow-active.png);
	}
	
/*.yui-skin-sam*/ .yui-radio-button-checked,/*.yui-skin-sam*/ .yui-checkbox-button-checked{
	border-color:#304369;
	background-position:0 -1400px;
	}
	
/*.yui-skin-sam*/ .yui-radio-button-checked .first-child,/*.yui-skin-sam*/ .yui-checkbox-button-checked .first-child{
	border-color:#304369;
	}
	
/*.yui-skin-sam*/ .yui-radio-button-checked button,/*.yui-skin-sam*/ .yui-checkbox-button-checked button{
	color:#fff;
	}
	
/*.yui-skin-sam*/ .yui-button-disabled{
	border-color:#ccc;
	background-position:0 -1500px;
	}
	
/*.yui-skin-sam*/ .yui-button-disabled .first-child{
  border-color:#ccc;
  }
  
/*.yui-skin-sam*/ .yui-button-disabled button,/*.yui-skin-sam*/ .yui-button-disabled a, .yui-button-disabled input{
	color:#A6A6A6;
	cursor:default;
  }
  
/*.yui-skin-sam*/ .yui-menu-button-disabled button{
	background-image:url(../images/menu-button-arrow-disabled.png);
	}
	
/*.yui-skin-sam*/ .yui-split-button-disabled button{
	background-image:url(../images/split-button-arrow-disabled.png);
	}

  
  
  

/* CUSTOM */

.yui-wrapper {
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: 100%;  
}

.yui-button {
  background: transparent url('../images/btn/og-left.gif') no-repeat top left;
	font-size: 13px;
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 21px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	border: none !important;
}
  
.yui-button .first-child {
	background: transparent url('../images/btn/og-right.gif') no-repeat top right;
  padding: 0px 11px 0px 0; /*Set 11px below to match value of 'padding-left' value above*/
  border: none !important;
}
.yui-button button, .yui-button a {
    padding: 0 10px;
    *padding: 0px 10px;
    min-height: 21px; /* For Gecko */
    *min-height: auto; /* For IE */
    line-height: 20px;
    white-space: nowrap;
}

.yui-button button {
    *line-height: 18px;
}

.yui-button a {
    *line-height: 21px;
}

.yui-button:hover{ /* Hover state CSS */
background-position: bottom left;
}

.yui-button.hover{ /* Hover state CSS */
background-position: bottom left;
}

.yui-button.hover .first-child { /* Hover state CSS */
background-position: bottom right;
color: black;
}

.yui-button:hover .first-child { /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Blue skin */
.yui-wrapper-blue .yui-button {
  background: transparent url('../images/btn/og-left-blue.gif') no-repeat top left;
}
.yui-wrapper-blue .yui-button .first-child {
  background: transparent url('../images/btn/og-right-blue.gif') no-repeat top right;
}
.yui-wrapper-blue .yui-button .first-child *{
  color: #FFFFFF;
}

/* Orange skin */
.yui-wrapper-orange .yui-button {
  background: transparent url('../images/btn/og-left-orange.gif') no-repeat top left;
}
.yui-wrapper-orange .yui-button .first-child {
  background: transparent url('../images/btn/og-right-orange.gif') no-repeat top right;
}
.yui-wrapper-orange .yui-button .first-child *{
  color: #FFFFFF;
}

/* Green skin */
.yui-wrapper-green .yui-button {
  background: transparent url('../images/btn/og-left-green.gif') no-repeat top left;
}
.yui-wrapper-green .yui-button .first-child {
  background: transparent url('../images/btn/og-right-green.gif') no-repeat top right;
}
.yui-wrapper-green .yui-button .first-child *{
  color: #FFFFFF;
}
  