
/*****************************************************************************/
/*** FACTFINDER SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
    position:absolute;
    z-index:1001;
}

div.suggestLayer {
    position: relative;
    top: 0;
    left: 28px;
    display: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background-color: white;
    background: transparent;
    opacity: 0.9;
    filter:alpha(opacity=90);
}

div.suggestLayerIE {
    position: absolute;
    top: -10px;
    left: 228px;
    display: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background-color: white;
    background: transparent;
    opacity: 0.9;
    filter:alpha(opacity=90);
}

table.suggestLayer, table.suggestLayerIE {
    font-size: 11px;
    width: 130px;
    border: 1px solid #5C7997;
    height: 12px;
    background-color: white;
    color: #173553;
    cursor: pointer;
}
tr.suggestLayer, tr.suggestLayerIE {
    height: 12px;
}
td.suggestLayer, td.suggestLayerIE {
    padding: 0;
    padding-left:2px;
    height: 12px;
}
tr.suggestHeader{
    color: #173553;
    font-weight: normal;
    font-size: 10px;
}
tr.suggestHeader td{
    border-bottom: 1px solid #5C7997;
}
td.suggestFooter{
    height:0px;
    border-top:solid 1px #5C7997;
    font-size:9px;
    color: #173553;
    background-color: #FCFCFC;
    background-image: url("../0/images/logo_fact-finder_suggest.gif");
    background-repeat: no-repeat;
    background-position: right;
}

td.suggestTextQuery{
    font-weight: bold;
    color:#006184;
    text-align:left;
}
span.suggestTextQueryTyped{
    color: #006184;
    text-decoration: underline;
}
td.suggestTextType{
    width: 30%;
}
td.suggestTextAmount{
    width: 30%;
    color: #B2E2F3;
    font-weight: normal;
    text-align: right;
}
tr.suggestRow{
    background-color: #FCFCFC;
}

tr.suggestHighlight{
    color: white;
    background-color: #173553;
}
tr.suggestHighlight span.suggestTextQueryTyped, tr.suggestHighlight td.suggestTextQuery{
    color: white;
}

/*****************************************************************************/
/*** FACTFINDER SEARCH ***/
/*****************************************************************************/

#search .box-ocker  {

    background-color: #D8F0F9;
}
#search div.header {
    background-image: url(../0/images/ecken-weiss-o-520.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 5px;
    padding: 0px;

}


#search div.body {

     padding: 20px;
     background-image: url(../0/images/ecken-weiss-u-520.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}
