div.auto_complete {
  	display:block;
	left:317px;
	opacity:0.999999;
	position:absolute;
	top:49px;
	width:376px;
	width: 350px;
 	background: #fff;
 	border-right:1px solid #888888;
 	z-index: 1200;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected { 
  background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
  color: #800; 
  margin:0;
  padding:0;
}

#easycall{
	font-family: "Verdana";
	font-size: 9pt;
	cursor: default;
}
#easycall .match{
	padding: 10px;
}
#easycall span{
	display: block;
	line-height: 20px;
}
#easycall span a{
	color: #6699CC;
	text-decoration: none;
}
#easycall span a:hover{
	color: #990000;
	text-decoration: none;
}
#easycall .impar{
	background-color: #E7E7E7;
}
#easycall .name{
	font-size: 10pt;
	padding-left: 20px;
	cursor: default;
}

.easycall-username
{
	font-size: 9pt;
	font-style: italic;
}

#easycall .hidden{
     display: none;
}
#easycall .number{
	margin-left: 20px;
	padding-left: 20px;
}

#easycall .search{
	background:transparent url(../images/search.gif) no-repeat scroll left top;
	float:left;
	font-size:15pt;
	height:17px;
	text-decoration:none;
	width:22px;
}
.search_value {
	float:left;
}
#easycallsearchvalue{
	position:relative;	
}
.search_clickToCall{
	position:relative;
	top:5px;
	width:20px;
}
#easycalldiv{
	position:relative;
	float:right;
	width:113px;
	
}
#easycall .clicktocall{
	background: transparent url(../images/phone.gif) top left no-repeat;
	font-size: 15pt;
	text-decoration: none;
	height: 17px;
	position:relative;
	left:30px;
}

#easycall .phone-company{
	background: transparent url(../images/phone-company.gif) top left no-repeat;
}
#easycall .phone-companyFax{
	background: transparent url(../images/phone-companyfax.gif) top left no-repeat;
}
#easycall .phone-home{
	background: transparent url(../images/phone-home.gif) top left no-repeat;
}
#easycall .phone-homeFax{
	background: transparent url(../images/phone-homefax.gif) top left no-repeat;
}
#easycall .phone-mobile{
	background: transparent url(../images/phone-mobile.gif) top left no-repeat;
}
#easycall .phone-username{
	background: transparent url(../images/phone-username.gif) top left no-repeat;
}
#easycall .phone-extension{
	background: transparent url(../images/phone-did.gif) top left no-repeat;
}
#easycall .phone-did{
	background: transparent url(../images/phone-extension.gif) top left no-repeat;
}

#easycall .private-contact{
	background: transparent url(../images/addressbook-privatecontact.gif) top left no-repeat;
}

#easycall .public-contact{
	background: transparent url(../images/addressbook-publiccontact.gif) top left no-repeat;
}

#easycall .history{
	background: transparent url(../images/contact-history.gif) top left no-repeat;
}

#easycall .presence-online{
	background: transparent url(../images/presence-status-online.gif) top left no-repeat;
}

#easycall .presence-offline{
	background: transparent url(../images/presence-status-offline.gif) top left no-repeat;
}

#easycall .presence-other{
	background: transparent url(../images/presence-status-other.gif) top left no-repeat;
}

#easycall .presence-unavailable{
	background: transparent url(../images/presence-status-unavailable.gif) top left no-repeat;
}

#easycall .presence-meeting{
	background: transparent url(../images/presence-status-meeting.gif) top left no-repeat;
}

#easycall .presence-lunchtime{
	background: transparent url(../images/presence-status-lunchtime.gif) top left no-repeat;
}

#easycall .presence-fieldwork{
	background: transparent url(../images/presence-status-fieldwork.gif) top left no-repeat;
}

#easycall .presence-busy{
	background: transparent url(../images/presence-status-busy.gif) top left no-repeat;
}

#easycall .presence-businesstrip{
	background: transparent url(../images/presence-status-businesstrip.gif) top left no-repeat;
}

#easycall .presence-away{
	background: transparent url(../images/presence-status-away.gif) top left no-repeat;
}

#easycall .received{
	background: transparent url(../images/received.gif) top left no-repeat;
}
#easycall .dialed{
	background: transparent url(../images/dialed.gif) top left no-repeat;
}
#easycall .missed{
	background: transparent url(../images/missed.gif) top left no-repeat;
}
