.tinyTip { 
	width: 200px;
	padding:5px;
	background-color: #ffffff;
	margin: 0px;
	border-bottom: 2px solid grey;
	border-right: 2px solid grey;
	border-style: outset;
	border-width: 2px;
}
.tinyTip .content  {
	background-color: #ade0fe;
	border: 1px solid #d1d4d4;
}
.member-popup-box{ 
	min-height: 160px;
	font-size: 9px;
	line-height: 10px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
 }
 .tinyTip .content div {
  	padding: 5px ;
}
 .tinyTip .content .member-name {
 	font-size: 18px;
 	line-height:18px;
 	padding-bottom: 0;
}
 .tinyTip .content .member-company {
  	padding-top: 0;
 	font-size: 10px;
  	line-height: 12px;
	font-weight: bold;
}
 .tinyTip .content .member-blurb {
  	padding-top: 0;
	font-style: italic;
	font-size: 9px;
	max-height: 40px;
	overflow: hidden;
}
 .tinyTip .content .member-link {
 }
 .tinyTip .content .member-link a {
	font-size: 10px;
	text-decoration: none;
}
.tinyTip .content .member-link a:hover {
	color: #990000;
	font-size: 10px;
	text-decoration: underline;
}
.tinyTip .buttons_tray {
	border-top: 1px solid grey;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #4f4f4f;
}
.tinyTip .buttons_tray .grey {
	color: #A8A8A8;
}
.tinyTip .buttons_tray img{
	height: 14px;
	width: 14px;
	vertical-align: top;
}

