﻿/*======================================*/
/*                  SEARCH              */
/*======================================*/
#mainincisearch h1
{
    font-size: 20px;
    text-align: left;
    color: #FF781E;
    margin-bottom: 5px;
}
table#incisearchtable, table#inciresulttable, table.incifunctionbox
{
    border: 1px solid #505e5f;
}

table#incisearchtable tr th, table#inciresulttable tr th, table.incifunctionbox tr th
{
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    background-color: #505e5f;
    padding: 5px;
}
input.incisearchinput
{
    height: 23px;
    float: left;
    font-size: 15px;
}
a.incisearchgo
{
    background: url(/img/navigation/nav_toolbar_butok.gif) no-repeat 0 0;
    float: left;
    display: block;
}
a.incisearchgo:hover
{
    background-position: 0 -25px;
}

table.incifunctionbox tr th
{
    text-align: center;
}
table#incisearchtable tr td
{
    font-weight: bold;
    padding: 5px;
    background-color: #dddfde;
}
table#incisearchtable tr td input
{
    border: 1px solid #505e5f;
}

table#inciresulttable tr td
{
    padding: 3px;
}
table.incifunctionbox tr td
{
    padding: 10px;
}
table#inciresulttable tr td a
{
    font-size: 11px;
}
td.inciresultcelltd
{
    border-left: 1px solid #505e5f;
    border-right: 1px solid #505e5f;
}
th.inciresultcellth
{
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

div.incinoresult
{
    color: #ed2120;
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
}
div.incinoresult b
{
    color: #505e5f;
    font-size: 12px;
    font-style: normal;
}


/*======================================*/
/*              INGREDIENT              */
/*======================================*/
#inciresulth2
{
    font-size: 20px;
    color: #FF781E;
}
table#inciingredienttable, table#inciingredientrelateddocstable
{
    border: 1px solid #505e5f;
    margin-top: 10px;
}
table#inciingredienttable tr th
{
    background-color: #505e5f;
}
table#inciingredienttable tr td
{
    padding: 5px;
}
table#inciingredienttable tr td a
{
    font-size: 11px;
}
table#inciingredienttable tr th h1
{
    font-size: 18px;
    color: #FFFFFF;
    margin: 5px 0 5px 0;
}

/*========================================*/
/*      INGREDIENT RELATED DOCUMENTS      */
/*========================================*/
ul.inciingredientrelateddocslist
{
    list-style-image: none;
    list-style-type: none;
    margin-left: 5px;
    padding-left: 5px;
}
ul.inciingredientrelateddocslist li
{
    padding-bottom: 5px;
}
ul.inciingredientrelateddocslist li a
{
    font-size: 12px;
}
ul.inciingredientrelateddocslist li a span 
{
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

.incilist
{
    display: none;
    margin-left: 5px;
    padding-left: 5px;
}
a.inciviewmore
{
    margin-left: 5px;
    padding-left: 5px;
    font-weight: bold;
}
.inciingredientnoresults
{
    color: #000;
    font-size: 12px;
    margin-top: 30px;
    border: 1px solid #505e5f;
    padding: 5px;
}

/*======================================*/
/*      INGREDIENTS SELECTOR PUSH       */
/*======================================*/
.inciingredientsselectorpush
{
    background: url(/img/editorials/box/box_empty-tile.gif) no-repeat top left;
    color: #fff;
    padding: 5px 0 0 10px;
    font-weight: bold;
}

/*AutoComplete flyout */
.autocomplete_completionListElement
{ 
    visibility : hidden; 
    margin : 0px!important;
    background-color : white; 
    color : windowtext;
    border : buttonshadow; 
    border-width : 1px;
    border-style : solid; 
    cursor : 'default';
    overflow : auto; 
    height : 200px;
    text-align : left;
    list-style-type : none;
    list-style-image : none;
    font-family: courier new; 
    font-size: 8pt; 
    padding-left: 0;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color: #ffff99; 
    color: black;
    padding: 1px; 
    font-size: 11px;
    border-bottom: 1px solid #CCC;
}

/* AutoComplete item */
.autocomplete_listItem
{
    background-color : window; 
    color : windowtext;
    padding : 1px;
    font-size: 11px;
    border-bottom: 1px solid #CCC;
}

.autocomplete_highlightedListItemText
{
    font-weight: bold;
    font-size: 11px;
}
