.userContactActionButton a, .userContactActionButton a:active, .userContactActionButton a:visited
{
	color: #333;
	background: #a2d16b;
	width: 140px;
	text-align: center;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	float: left;
	display: inline;
}
.userContactActionButton a:hover {
	background: #8fc855;
}


.socialRankBadge a, .socialRankBadge a:visited, .socialRankBadge a:active{
	color: #333;
	text-decoration:none;
}
.socialRankBadge a:hover{
	text-decoration:underline;
}	




.userSummaryWrapper {
	/*
	margin: 0px 0px 10px 0px;
    background: #fff;
    */
}

.userSummaryImageBox{
	width: 145px;
	float: left;
}

.companySummaryImageBox{
	width: 185px;
	float: left;
}

.userSummaryContainer
{
	background: #f5f5f5;
    padding: 0px 30px 25px 30px;
	float: left;
	margin-left:15px;
	width:310px;
}
.companySummaryContainer
{
	font-size:12px;
	background: #f5f5f5;
    padding: 0px 30px 5px 30px;
	float: left;
	margin-left:15px;
	width:407px;
	background-image: url(http://localhost/dandyid/code/images/miscellaneous/company_summary_border.png);
	background-repeat: no-repeat;
}
.companySummaryBottom{
	width:467px;
	height:15px;
	float:left;
	margin-left:200px;
	background-image: url(http://localhost/dandyid/code/images/miscellaneous/company_summary_border_bot.png);
	background-repeat: no-repeat;
}
.companySummaryContainer a:link, .companySummaryContainer a:visited, .companySummaryContainer a:active{
	font-size:12px;
	color:#1b70b1;
	text-decoration: none;
}
.companySummaryContainer a:hover{
	text-decoration: underline;
}
.socialRankBadge{
	float:right;
	margin-left:20px;
}

.userSummaryContainer h1 {
	color:#333;
	font-family: helvetica, arial,sans-serif;
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
	margin: 20px 0px 7px 0px;
}

.userSummaryContainer p {
	color:#444;
	font-family: georgia, arial,sans-serif;
	font-size:12px;
	line-height: 1.5em;
	font-weight:normal;
	text-decoration:none;
	margin: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 310px;
}

.summaryShare{
	margin-top: 10px;
}

.tweetThis {
}

.tweetThis a{
	background:transparent url(http://www.dandyid.org/code/images/miscellaneous/favicons/twitter.png) no-repeat scroll 0 0 !important;
	padding:1px 5px 5px 22px;
}

.shareThis a, .tweetThis a
{
	color:#444;
	font-family: georgia, 'lucida grande', arial,sans-serif;
	font-size:10px;
	text-decoration:none;
}

.shareThis a:hover, .tweetThis a:hover
{
	text-decoration:underline;	
}

.userSummaryTagsContainer {
	width: 310px;
}

.userSummaryTags a{
	color:#444;
	font-family: georgia, 'lucida grande', arial,sans-serif;
	font-size:10px;
	font-weight: none;
	font-style: italic;
	text-decoration:none;
	padding: 1px 4px;
	line-height: 1.8em;
	background: #ddebc1;
	clear: both;
	}
	
	
.userSummaryTags a:hover{
	border-bottom: 1px solid #9fc54e;
	}