.jta-tweet-list
{
	list-style: none;
	padding: 0;
}
.jta-tweet-list-item
{
	_background: #fafafa;
	_border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 8px 0px 8px 0px;
}
.jta-tweet-list-item:first-child
{
	_border-top: 1px solid #e4e4e4;
}
.jta-tweet-profile-image
{
	display: inline;
	float: left;
	width: 75px;
}
.jta-tweet-profile-image-link
{
}
.jta-tweet-profile-image img
{
	height: 65px;
	width: 65px;
}
.jta-tweet-body
{
}
.jta-tweet-text
{
	font-size: 14px;
}
.jta-tweet-body-list-profile-image-present
{
	margin-left: 58px;
}
.jta-tweet-user-name
{
	display: block;
}
.jta-tweet-user-screen-name
{
	font-weight: bold;
}
.jta-tweet-user-full-name
{
	color: #999;
	font-size: 11px;
}
.jta-tweet-user-screen-name-link,
.jta-tweet-a,
.twitter-anywhere-user
{
	color: #900;
	text-decoration: none;
}
.jta-tweet-user-screen-name-link:hover,
.jta-tweet-a:hover,
.twitter-anywhere-user:hover
{
	color: #900;
	text-decoration: underline;
}
.jta-tweet-user-full-name-link
{
	color: #999;
	text-decoration: none;
}
.jta-tweet-user-full-name-link:hover
{
	color: #666666;
	text-decoration: underline;
}
.jta-tweet-link
{
}
.jta-tweet-link:hover
{
}
.jta-tweet-hashtag
{
}
.jta-tweet-hashtag:hover
{
}
.jta-tweet-attributes
{
	color: #999;
	display: block;
	font-size: 11px;
	margin-top: 3px;
	padding-left: 17px;
}
.jta-tweet-twitter-bird
{
}
.jta-tweet-twitter-bird-icon
{
	background-color: transparent;
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/bird/bird_gray/bird_16_gray.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	width: 19px;
}
.jta-tweet-twitter-bird-icon:hover
{
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/bird/bird_black/bird_16_black.png);
}
.jta-tweet-timestamp
{
}
.jta-tweet-source
{
}
.jta-tweet-inreplyto
{
}
.jta-tweet-location
{
}
.jta-tweet-retweeter
{
}
.jta-tweet-timestamp-link,
.jta-tweet-source-link a,
.jta-tweet-inreplyto-link,
.jta-tweet-location-link,
.jta-tweet-retweeter-link
{
	color: #999;
	text-decoration: none;
}
.jta-tweet-timestamp-link:hover,
.jta-tweet-source-link a:hover,
.jta-tweet-inreplyto-link:hover,
.jta-tweet-location-link:hover,
.jta-tweet-retweeter-link:hover
{
	color: #999;
	text-decoration: underline;
}
.jta-tweet-actions
{
	color: #999;
	display: block;
	margin-top: 5px;
	padding-left: 17px;
}
.jta-tweet-action-reply,
.jta-tweet-action-retweet,
.jta-tweet-action-favorite
{
	padding-right: 1em;
}
.jta-tweet-action-reply a,
.jta-tweet-action-retweet a,
.jta-tweet-action-favorite a
{
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #999;
	padding-left: 19px;
	padding-top: 3px;
	text-decoration: none;
}
.jta-tweet-action-reply a
{
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/reply.png);
}
.jta-tweet-action-retweet a
{
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/retweet.png);
}
.jta-tweet-action-favorite a
{
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/favorite.png);
}
.jta-tweet-action-reply a:hover,
.jta-tweet-action-retweet a:hover,
.jta-tweet-action-favorite a:hover
{
	color: #666666;
	text-decoration: underline;
}
.jta-tweet-action-reply a:hover
{
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/reply_hover.png);
}
.jta-tweet-action-retweet a:hover
{
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/retweet_hover.png);
}
.jta-tweet-action-favorite a:hover
{
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/favorite_hover.png);
}
.jta-tweet-list-controls
{
	margin-top: 20px;
}
.jta-tweet-list-controls-button
{
	border: 1px solid #999;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.jta-tweet-list-controls-button:hover
{
	background-color: #999;
	color: black;
	cursor: pointer;
}
.jta-tweet-list-controls-button-more
{
}
.jta-tweet-list-controls-button-prev
{
}
.jta-tweet-list-controls-button-next
{
	margin-left: 10px;
}
.jta-tweet-list-autorefresh-trigger
{
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 8px 0px 8px 0px;
	text-align: center;
}
.jta-tweet-list-autorefresh-trigger:hover
{
	background-color: #999;
	color: black;
	cursor: pointer;
}
.jta-tweet-list-autorefresh-trigger-content
{
}
.jta-follow-button
{
}
.jta-tweet-box
{
}
.jta-connect-button
{
}
.jta-login-info
{
}
.jta-login-info-profile-image
{
	display: inline;
	float: left;
	width: 48px;
}
.jta-login-info-profile-image img
{
	height: 48px;
	width: 48px;
}
.jta-login-info-block
{
	margin-left: 58px;
}
.jta-login-info-screen-name
{
}
.jta-login-info-sign-out
{
	border: 1px solid #999;
	margin-top: 2px;
	padding: 1px;
	text-align: center;
	width: 97px;
}
.jta-login-info-sign-out:hover
{
	background-color: #999;
	color: black;
	cursor: pointer;
}
.jta-loading
{
	margin: 0;
	padding: 8px 0px 8px 0px;
}
.jta-error
{
	background-color: #f00;
	color: #000;
	margin: 0;
	padding: 8px;
}
.jta-nodata
{
	margin: 0;
	padding-bottom: 8px;
	padding-top: 8px;
}
.jta-clear
{
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}