#shareItContent a:link{
	text-decoration: none;
}
#shareItContent a:hover{
	text-decoration: underline;
}

.threadTitle {
	text-align: center;
	padding: 0px 300px 5px 300px;
}
#threadLink1, #threadLink2 {
	color: blue;
	font-weight: bold;
}

.shareItContent {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #E6E6E6;	
}

.userContent {
	text-align: center;
	width: 13%;
	float: left;	
}

.userContent em {
	display: block;
	margin: 2px 0px 0px;
	font-style: normal;
	font-size: .8333em;
	line-height: 1.3333;
	position: relative;
	color: #555;
}	

.userAvatar {
	display: block;
	width: 130px;
	background: transparent url(https://digikeytest.digikey.com/techxchange/4.5.4/images/jive-thread-arrow-grey.gif) no-repeat right 42px;
}

.avatarImage {
	margin: 10px 0px 2px !important;
}

.commentArea {
	border: 1px #EEF4F9;
	margin: 14px 5px;
	width: 80%;
	float: left;
	height: auto;
	background-color: #F9F9F9;
}

.commentDate {
	padding: 7px 5px 9px 5px;
	color: #555;
}

.post {
	margin: 0px 10px 20px 10px;
	height: auto;
	min-height: 19px;
	overflow: auto;
}

.reply {
	float: right;
	padding: 0px 10px 5px 0px;
	font-size: .8889em;
}

#postDialog {
	display: none;
	height: auto !important;
}

#postDialog .title {
	padding: 10px 0px;
}

#messageTitle {
	width: 83%;
	margin-left: 12%;
	font-weight: bold;	
}

.icon-small {
	background-image: url(https://digikeytest.digikey.com/techxchange/4.5.4/images/jive-icon-sprites-sml.png);
	height: 12px !important;
	width: 12px !important;
	margin: -1px 3px 0px 0px;
}

.icon-comment-add {
	float: left;
	background-position: -144px -143px;
}

.characterTrack {
	font-size: .85em;
	font-style: normal;
	font-weight: normal;
	color: #777;
	padding-left: 3px;
}

label.error {
	color: red;
}