/* Start of CMSMS style sheet 'II-YahooUI' */
/*
 *
 * @package       InductorsInc_WebSites
 * @subpackage    II_Site
 *
 * @abstract      These are the CSS definitions for the Inductors, Inc. web site
 *                that are specific to the Yahoo! UI.
 *
 * @author        David M. Patterson (DP Consulting)
 *
 * Note:          The general CSS definitions are defined in a separate style sheet.
 *
 * @copyright     (C) 2008 Central Technologies, Inc.
 *                Irvine, CA 92618
 *                All rights reserved. Reproduction in whole or in part
 *                is expressly forbidden without the express written
 *                consent of Inductors, Inc.
 *
 *                E D I T   H I S T O R Y
 *            (in reverse chronological order)
 *
 * Ver    Date     Who Description
 * --- ----------- --- ---------------------------------------------------------
 * 006 11-Jul-2008 dmp Added support for the CT Series autocomplete.
 * 005 09-Jul-2008 dmp Added rules for the Mfg cross-ref search form.
 * 004 11-Jun-2008 dmp Change font sizes as request by Holly in 6/11/2008
 *                     morning telephone discussion.
 * 003 11-Jun-2008 dmp Minor changes as required by Holly's email 6/11/2008 7:15.
 * 002 10-Jun-2008 dmp Minor changes as required by Chris' email 6/10/2008 14:54.
 * 001 08-Jan-2008 dmp Creation.
 */

/*
 * Yahoo! UI menubar.
 */
div#centerBodyOnPage div.yuimenubar
{
  line-height: 1.5;
  !important
}

div.yuimenubar
{
  position: relative; /* Will be reset to static by the JavaScript. */
}

.yui-skin-sam .yuimenubar
{
  background: transparent url(/uploads/images/layout/II-Sprites.gif);
  font-family: arial, helvetica;
/*  font-size: 80%; tmp */
  font-weight: bold;
}

.yui-skin-sam .yuimenubaritem-selected
{
  background: transparent url(/uploads/images/layout/II-Sprites.gif) scroll 0px -90px;
  color: white;
}


div.yuimenubar span.menubarLoading
{
  position: absolute;
  left: 20px;
  top: 0px;
}

.yui-skin-sam .yuimenuitem-selected
{
  background-color: #8a86b9;
}

.yui-skin-sam li.yuimenuitem-hassubmenu-selected ul li.yuimenuitem a
{
  color: black;
}

.yui-skin-sam li.yuimenuitem-hassubmenu-selected ul li.yuimenuitem a.yuimenuitemlabel-selected
{
  color: white;
}

.yui-skin-sam li.yuimenuitem-selected a.yuimenubaritemlabel
{
  color: white;
}

/*
 * Yahoo! UI Buttons.
 */
.yui-sam-skin .yui-button
{
  line-height: 21px;
  min-height: 21px;
}
.yui-sam-skin .yui-button .first-child
{
  line-height: 21px;
  min-height: 21px;
}

.yui-skin-sam .yui-button .first-child a
{
  line-height: 21px;
  min-height: 21px;
}

/*
 * Smaller version of the Yahoo! UI buttons.
 */
.yui-skin-sam .smallButton
{
  background-position: 0px -5px;
  line-height: 17px;
  min-height: 17px;
}

.yui-skin-sam .smallButton:hover
{
  background-position: 0px -1305px;
}

.yui-skin-sam .smallButton .first-child
{
  line-height: 17px;
  min-height: 17px;
}

.yui-skin-sam .smallButton .first-child a
{
/*  font-size: 80%; tmp */
  line-height: 17px;
  min-height: 17px;
}


/*
 * Mfg Xref definitions.
 */

#mfg_autocomplete,
#series_autocomplete
{
  z-index: 1;
}

.yui-skin-sam div#xrefContainer td.label,
.yui-skin-sam div#mfgXrefSearch td.label,
.yui-skin-sam div.autocompleteContainer td.label
{
  width: auto;
}

.yui-skin-sam div#mfgXrefSearch td.label label
{
  padding-left: 1em;
}

.yui-skin-sam div#xrefContainer td.input,
.yui-skin-sam div#mfgXrefSearch td.input,
.yui-skin-sam div.autocompleteContainer td.input
{
  width: 9em;
}

.yui-skin-sam div#xrefContainer .yui-ac-input,
.yui-skin-sam div#mfgXrefSearch .yui-ac-input,
.yui-skin-sam div.autocompleteContainer .yui-ac-input
{
  width: 9em;
}


input#ctSeries,
.yui-skin-sam div.autocompleteContainer form#ctSeriesSearchForm td.input
{
  width: 18em;
}

.xrefContainer
{
  width: 98%;
}

/* End of 'II-YahooUI' */

