﻿/* css for social sharing */
#socialSharing
{
	font-size: 11px;
	border-top: 0.19em dotted #e7e7e7;
	padding-top: 5px;	
}
ul.share
{
	margin: 0px;
    padding: 0px;
}
ul.share li 
{
	display: inline;list-style: none;
	padding:1px;
	margin:3px;
	cursor:pointer;
	vertical-align:center;
}
ul.share a:link, ul.share a:visited 
{
	color: #005A84;
	text-decoration:none;
}
ul.share a:hover 
{
	text-decoration:underline;
}

#delicious
{
	background: url("/newsroom/newsreleases/images/socialSharing/share_Delicious.gif") left center no-repeat;
	padding: 3px 2px 3px 22px;
}

#digg
{
	background: url("/newsroom/newsreleases/images/socialSharing/share_Digg.gif") left center no-repeat;
	padding: 3px 2px 3px 22px;
}

#google
{
	background: url("/newsroom/newsreleases/images/socialSharing/share_Google.gif") left center no-repeat;
	padding: 3px 2px 3px 22px;
}

#yahoo
{
	background: url("/newsroom/newsreleases/images/socialSharing/share_Yahoo.gif") left center no-repeat;
	padding: 3px 2px 3px 22px;
}

#facebook
{
	background: url("/newsroom/newsreleases/images/socialSharing/share_Facebook.gif") left center no-repeat;
	padding: 3px 2px 3px 22px;
}

#linkedin
{
	background: url("/newsroom/newsreleases/images/socialSharing/share_Linkedin.gif") left center no-repeat;
	padding: 3px 2px 3px 22px;
}
