﻿
.yui-skin-sam .yui-ac-content li 
{
	padding: 0;
}
.yui-ac-content .yui-ac-bd ul li.yui-ac-highlight  {
	background: #D6F7FF;
	cursor: pointer;
	color: #000;
} 

.tpc-ac-row, 
.tpc-ac-row-alt
{
	padding: 0;
	width: 255px;
	font-size: 9pt;
}
.tpc-ac-hd 
{
	padding: 0;
	width: 255px;
	font-size: 9pt;
}
.tpc-ac-hd tr
{
	background: url(../images/b1.gif) repeat-x;
}
.tpc-ac-hd .name,
.tpc-ac-hd .phone,
.tpc-ac-hd td
{
	font-weight: bold;
	color: #ffffff;
	padding: 6px;
}
table.tpc-ac-row, 
table.tpc-ac-row-alt
{
	padding: 0;
	margin: 0;
}
.tpc-ac-row .name,
.tpc-ac-row-alt .name,
.tpc-ac-row .phone,
.tpc-ac-row-alt .phone
{
	float: left;
}
.tpc-ac-row .name,
.tpc-ac-row-alt .name 
{
	width: 150px;
}
.tpc-ac-row .phone,
.tpc-ac-row-alt .phone 
{
	width: 90px;
}
.tpc-ac-row .details,
.tpc-ac-row-alt .details 
{
	clear: both;
}
.tpc-ac-hd .phone 
{
	width: 90px;
}
.tpc-ac-row-alt 
{
	/*background-color: #ccc;*/
}
.tpc-ac-row .details,
.tpc-ac-row-alt .details 
{
	display: block;
}
.tpc-ac-row .details,
.tpc-ac-row-alt .phone 
{
	font-style: italic;
	font-size: 8pt;
	padding-left: 10px;
}
div.ac-tpc-fb-wrapper 
{
	height: 60px;
	width: 255px;
	border  : 1px solid #999; 
	padding: 2px;
	overflow: scroll;
	overflow-x: hidden;
	
}
ul.ac-tpc-fb { 
	margin  : 0; 
	padding : 4px 5px 0; 
	/*min-height: 22px;*/
	/*height  : auto !important; 
	height  : 1%; */
	/*overflow: hidden; */
	font    : 11px "Lucida Grande", "Verdana"; 
	/*width	: 255px;*/
}
ul.ac-tpc-fb li { 
	float   : left; 
	margin  : 0 5px 2px 0; 
	list-style-type: none; 
	white-space: nowrap;
}
ul.ac-tpc-fb li.ac-tpc-fb-data { 
	border-radius         : 6px; 
	-moz-border-radius    : 6px; 
	-webkit-border-radius : 6px; 
	border     : 1px solid #CAD8F3; 
	padding    : 1px 5px 2px; 
	background : #DEE7F8; 
}

.ac-tpc-selected 
{
	font-family:Tahoma,Verdana,sans-serif;
	font-size:8pt;
	font-weight:bold;
	border: solid 1px #ccc;
	border-bottom-style: none;
	background-color: #eee;
	padding: 0 5px;
}

.ac-tpc-sel-all 
{
	font-size: 8pt;
}
.ac-tpc-watermark 
{
	color: #ccc;
}