/*****************************************
 * Bookmark bar
 * (div-tag) 
 */
.socialBookmarkBar {
	text-align: right;
	padding-right: 10px; /* gap betwwen icons and right table border */
/*	padding-top: 2px;*/
}
#idBmbHint { /* span tag containing help text for hovered bookmark */
	color: gray; 
    font-size: 75%;
	margin-right: 10px; /* gap betwwen hint and icons */
}
.socialBookmarkBar .bmbLinks { /* span tag containing the icons */
	background-color: white;
	border: 1px dotted gray; 
	padding: 5px;
	padding-top: 6px;
	padding-bottom: 2px;
}
.socialBookmarkBar img {
	border: 1px solid white; /* so it will not jitter on hover */
}
.socialBookmarkBar img:hover {
	border-color: darkred; 
}

