/*
 * jTweetsAnywhere V1.3.1
 * http://thomasbillenstein.com/jTweetsAnywhere/
 *
 * Copyright 2011, Thomas Billenstein
 * Licensed under the MIT license.
 * http://thomasbillenstein.com/jTweetsAnywhere/license.txt
 */

.tweet-list
{
    padding: 0;
    list-style: none;
	width:100%;

}

.tweet-list-item
{
    /* background: #fafafa; */
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 0px 8px 0px;
	overflow: hidden;
}

.tweet-list-item:first-child
{
    border-top: 1px solid #e4e4e4;
}

.tweet-profile-image
{
	width: 48px;
	display: inline;
	float: left;
	margin-right:2px;
}

.tweet-profile-image-link
{
}

.tweet-profile-image img
{
	width: 48px;
	height: 48px;
}

.tweet-body
{
}

.tweet-main {
	width:650px;
	float:left;
}

.tweet-text
{
}

.tweet-body-list-profile-image-present
{
	margin-left: 58px;
}

.tweet-user-name
{
	display: block;
}

.tweet-user-screen-name
{
	font-weight: bold;
}

.tweet-user-full-name
{
	font-size: 11px;
    color: #999;
}

.tweet-photo {
	
}

.tweet-photo img {
margin-left:auto;
margin-right:auto;
	width:99%;
	border:1px solid #999;
}

.tweet-user-screen-name-link,
.tweet-a,
.twitter-anywhere-user
{
    color: #900;
	text-decoration: none;
}

.tweet-user-screen-name-link:hover,
.tweet-a:hover,
.twitter-anywhere-user:hover
{
    color: #900;
	text-decoration: underline;
}

.tweet-user-full-name-link
{
    color: #999;
	text-decoration: none;
}

.tweet-user-full-name-link:hover
{
    /* color: #666666;
	text-decoration: underline; */
}

.tweet-link
{
}

.tweet-link:hover
{
}

.tweet-hashtag
{
}

.tweet-hashtag:hover
{
}

.tweet-attributes
{
	display: block;
    color: #999;
    font-size: 11px;
    margin-top: 3px;
}

.tweet-twitter-bird
{
}

.tweet-twitter-bird-icon
{
	float: left;
	width: 19px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/bird/bird_gray/bird_16_gray.png);
}

.tweet-twitter-bird-icon:hover
{
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/bird/bird_black/bird_16_black.png);
}

.tweet-timestamp
{
}

.tweet-source
{
}

.tweet-inreplyto
{
}

.tweet-location
{
}

.tweet-retweeter
{
}

.tweet-timestamp-link,
.tweet-source-link a,
.tweet-inreplyto-link,
.tweet-location-link,
.tweet-retweeter-link
{
    color: #999;
	text-decoration: none;
}

.tweet-timestamp-link:hover,
.tweet-source-link a:hover,
.tweet-inreplyto-link:hover,
.tweet-location-link:hover,
.tweet-retweeter-link:hover
{
    color: #999;
	text-decoration: underline;
}

.tweet-actions
{
	display: block;
    color: #999;
    font-size: 11px;
    margin-top: 3px;
}

.tweet-action-reply,
.tweet-action-retweet,
.tweet-action-favorite
{
	padding-right: 1em;
}

.tweet-action-reply a,
.tweet-action-retweet a,
.tweet-action-favorite a
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 19px;
	padding-top: 3px;
	color: #999;
	text-decoration: none;
}

.tweet-action-reply a    { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/reply.png); }
.tweet-action-retweet a  { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/retweet.png); }
.tweet-action-favorite a { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/favorite.png); }

.tweet-action-reply a:hover,
.tweet-action-retweet a:hover,
.tweet-action-favorite a:hover
{
    color: #666666;
	text-decoration: underline;
}

.tweet-action-reply a:hover    { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/reply_hover.png); }
.tweet-action-retweet a:hover  { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/retweet_hover.png); }
.tweet-action-favorite a:hover { background-image: url(http://si0.twimg.com/images/dev/cms/intents/icons/favorite_hover.png); }

.tweet-list-controls
{
	margin-top: 20px;
}

.tweet-list-controls-button
{
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
    border: 1px solid #999;
}

.tweet-list-controls-button:hover
{
	color: black;
	background-color: #999;
	cursor: pointer;
}

.tweet-list-controls-button-more
{
}

.tweet-list-controls-button-prev
{
}

.tweet-list-controls-button-next
{
	margin-left: 10px;
}

.tweet-list-autorefresh-trigger
{
	padding: 8px 0px 8px 0px;
	margin-bottom: 10px;
	text-align: center;
    border: 1px solid #999;
}

.tweet-list-autorefresh-trigger:hover
{
	color: black;
	background-color: #999;
	cursor: pointer;
}

.tweet-list-autorefresh-trigger-content
{
}

.follow-button
{
}


.tweet-box
{
}


.connect-button
{
}


.login-info
{
}

.login-info-profile-image
{
	width: 48px;
	display: inline;
	float: left;
}

.login-info-profile-image img
{
	width: 48px;
	height: 48px;
}

.login-info-block
{
	margin-left: 58px;
}

.login-info-screen-name
{
}

.login-info-sign-out
{
	width: 97px;
	margin-top: 2px;
	padding: 1px;
	text-align: center;
    border: 1px solid #999;
}

.login-info-sign-out:hover
{
	color: black;
	background-color: #999;
	cursor: pointer;
}


.loading
{
	margin: 0;
    padding: 8px 0px 8px 0px;
}

.error
{
	margin: 0;
    padding: 8px;
    color: #000;
    background-color: #f00
}

.nodata
{
	margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
