
/*****************************************************************************/
/*** FACTFINDER SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
    position:absolute;
    top: 0px;
    left: 138px;
    z-index:2001;
}

div.suggestLayer {
    position: relative;
    top: -1px;
    left: 0px;
    display: none;
    padding: 0;
    margin: 0;
    z-index: 2000;
    background-color: white;

    background: transparent;
    opacity: 1;
    /*filter:alpha(opacity=1);*/

}

div.suggestLayerIE {
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
    padding: 0;
    margin: 0px 0 0px 0;
    z-index: 2000;
    background-color: white;
    text-align:left;

    background: transparent;
    opacity: 1;
    /*filter:alpha(opacity=1);*/
}

table.suggestLayer, table.suggestLayerIE {
    font-size: 10pt;
    width: 130px;
    border: 1px solid #000000;
    height: 11pt;
    background-color: white;
    color: #000000;
    cursor: pointer;
}
tr.suggestLayer, tr.suggestLayerIE {
    height: 12px;
}
td.suggestLayer, td.suggestLayerIE {
    padding: 0;
    padding-left:2px;
    height: 12px;
}
tr.suggestHeader{
    color: #000000;
    font-weight: normal;
    font-size: 10px;
}
tr.suggestHeader td{
    border-bottom: 1px solid #000000;
    padding: 3px 3px 3px 5px;
}
/*
td.suggestFooter{
    height:0px;
    border-top:solid 1px #000000;
    font-size:9px;
    color: #000000;
    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;
    padding: 2px 15px 2px 10px;
    color:#000000;
    text-align:left;
}
span.suggestTextQueryTyped{
    color: #F62E2E;
    text-decoration: underline;
}
td.suggestTextType{
    padding: 2px 5px 2px 15px;
    width: 30%;
}
td.suggestTextAmount{
    padding: 2px 5px 2px 15px;
    width: 30%;
    color: #000000;
    font-weight: normal;
    text-align: right;
}
tr.suggestRow{
    padding: 2px 2px 2px 0px;
    background-color: #FCFCFC;
}

tr.suggestHighlight{
    color: #000000;
    background-color: #E5E5E5;
}
tr.suggestHighlight span.suggestTextQueryTyped, tr.suggestHighlight td.suggestTextQuery{
    color: #000000;
}

/*****************************************************************************/
/*** FACTFINDER SEARCH ***/
/*****************************************************************************/
/*
div.CatHeadline{
    font-weight: bold;
    font-size: 11px;
	background-image: url("../0/images/arlt_neuesuche_button.gif");
    background-repeat: no-repeat;
    background-position: left;
	padding:2px 0 2px 5px;
	margin:10px 0 5px 5px;
}
*/

