/* SITS Autocomplete */
#tat_table {
  width:200px;
  background-color:#FFFFFF;
  z-index:100;
  border:1px solid #666;
}
.tat_col {
	color:#424242;
	font-family:verdana, arial, helvetica, sans-serif, geneva;
	font-size:11px;
	padding-left:2px;
}
.tat_row { background-color:#FFF; }

.tat_row_hover { background-color:#708BA6; }
.tat_col_img_top{
  height:15px;
  background:#FFF url('/typo3conf/ext/sits_autocomplete/res/top.gif') center center no-repeat;
/*  border-top:1px solid #666666;
  border-bottom:1px solid #666666;*/
}

.tat_col_img_bottom{
  height:15px;
  background:#FFF url('/typo3conf/ext/sits_autocomplete/res/bottom.gif') center center no-repeat;
/*  border-top:1px solid #666666;
  border-bottom:1px solid #666666;*/
}

.tat_font_highlight {
  font-weight:bold;
  color:#F6521F;
  text-decoration:underline;
}

#sits_tat_field { 	width:160px; }

#sits_tat_id { display:none; }

span.info_block { 	position:relative; } 
span.info_block span.info_block-content { 
	background:#EEEEEE none repeat scroll 0%;
	display:none;
	position:absolute;
	z-index:9999; 
} 
span.info_block:hover span.info_block-content { 
	border:1px solid #CCCCCC;
	display:inline;left:0px;
	margin-top:-1px;
	padding:0px 10px 10px;
	position:absolute;
	top:-2px;
	width:160px; 
} 
 
span.info_block { 
	cursor:help;
	font-style:normal;
	position:relative;
 } 

