@charset "utf-8";
/* CSS Document */

/*
	** /ImagesPortal/Localisation/Inmac/Styles/FR/Autosuggest.css **
*/

.tat_table_div { 
    position:absolute; 
    /*border:grey solid 1px; */
    z-index:1000;
    background:#fff;
    max-height: 400px !important;
} /* Style related to div */

.tat_helper_iframe { 
    display:block; 
    position:absolute; 
    z-index:999;
} /* Style related to iframe */

.tat_table2 { 
    width:100%;
    background-color:#FFFFFF;
    border:1px solid #808080;
    
    padding:5px;
} /* Style related to table */

.tr_token { 
    background-color:#ffffff;
} /* Style related to main category <tr> */

.tr_token_td { 
    font-weight:bold;
    color:grey;
    font-family:tahoma, sans-serif;
    font-size:10px;
    
    border-bottom:1px dotted grey;
    padding:2px 0 1px 0;
    white-space:nowrap;
} /* Style related to main category <td> */

.tat_tr_ttKeyword_bkg { 
    background-color: #FFFFFF;
} /* Style related to sub category <tr> */

.tat_tr_ttKeyword_bkg2 { 
    background-color: #e9e9e9;
} /* Style related to sub category that selected <tr> */

.tat_tr_ttKeyword_td { 
    color: #000; 
    font-family: tahoma, sans-serif; 
    font-size: 11px; 
    padding:2px;
    white-space: nowrap;
} /* Style related to sub category <td> */

.tat_tr_ttKeyword_td_txt { 
    font-family: tahoma, sans-serif;
	color:#1b6fb7;
} /* Style related to sub category text <font> */




