/* 
	copyright: (C) Copyright 2010 FileMaker, Inc. All Rights Reserved

	FILEMAKER CONFIDENTIAL
	This file includes unpublished proprietary source code of FileMaker,
	Inc. The copyright notice above does not evidence any actual or
	intended publication of such source code.

*/

/*
 Set the "zoom" property to "normal" since it is set to "1" by the
 ".example-container .bd" rule in yui.css and this causes a Menu
 instance's width to expand to 100% of the browser viewport.
 */
div.yuimenu .bd {
    zoom: normal;
} 
#findSplitButton .first-child{
	margin:2px 2px;
	border-style:none;
}
#findSplitButton {
    background:url('../images/find_n.png') no-repeat;
}
#findSplitButton.yui-split-button-active,
#findSplitButton.yui-split-button-activeoption{
	background:url('../images/find_d.png') no-repeat;
}

#findSplitButton.yui-split-button-disabled
{
	background:url('../images/find_x.png') no-repeat;
}

.yui-skin-sam .yui-split-button button{
	background-image:url('../images/find_arrow.png');
}

.yui-skin-sam .yui-split-button-disabled button{
	background-image:url('../images/find_arrow_disabled.png');
}

.yuisplitbutton .yui-button{
	border-style:none;
} 
.yuisplitbutton .yui-button button {
	height: 32px;
}
.yui-split-button-activeoption{
	background-color:none;
}
.yui-skin-sam .yui-menu-button button{
	background-image:url('../images/find_arrow.png');
}
.yuimenubutton .yui-button{
	border-style:none;
} 
.yuimenubutton .yui-button button {
	height: 32px;
}
.yui-menu-button-activeoption{
	background-color:none;
}
#recMenuButton.yui-menu-button-active{
	background:url('../images/record_d.png') no-repeat;
}
#recMenuButton.yui-menu-button-disabled{
	background:url('../images/record_x.png') no-repeat;
}
#recMenuButton .first-child{
	margin:2px 2px;
	border-style:none;
}
#recMenuButton {
    background:url('../images/record_n.png') no-repeat;
}
#reqMenuButton.yui-menu-button-active{
	background:url('../images/req_d.png') no-repeat;
}
#reqMenuButton.yui-menu-button-disabled{
	background:url('../images/req_x.png') no-repeat;
}
#reqMenuButton .first-child{
	margin:2px 2px;
	border-style:none;
}
#reqMenuButton {
    background:url('../images/req_n.png') no-repeat;
}
.yui-skin-sam .yuimenu{
	font-size:11px;
	line-height:1.3;
} 
.yui-skin-sam .yui-button {
    margin: 0em;
} #viewButtonGroup .yui-radio-button {
    height: 17px;
} #viewButtonGroup .yui-buttongroup .first-child {
    height: 0px;
} #formview {
    background: url('../images/formview_n.png');
    border-style: none;
	width: 26px;
} #formview.yui-radio-button-checked {
    background: url('../images/formview_d.png');
    border-style: none;
} #listview {
    background: url('../images/listview_n.png');
    border-style: none;
	width: 24px;
} #listview.yui-radio-button-checked {
    background: url('../images/listview_d.png');
    border-style: none;
} #tableview {
    background: url('../images/tableview_n.png');
    border-style: none;
	width: 25px;
} #tableview.yui-radio-button-checked {
    background: url('../images/tableview_d.png');
}
#omitButtonGroup .yui-radio-button{
	height : 17px;
	background: #C2C1C0 none repeat scroll 0 0;
	border-color: rgb(116,115,115);
}
#omitButtonGroup .yui-radio-button-checked{
	color:#ccc;
	background-color:rgb(113,113,113);
}
#omitButtonGroup.yui-buttongroup .first-child{
	height: 17px;
}
.yui-slider-thumb{
	top:-3px;
}

.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a
{
	min-height:1.7em;
	line-height:1.7;
}

