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

.jta-tweet-list
{
    padding: 0;
    list-style: none;
}

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

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

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

.jta-tweet-profile-image-link
{
}

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

.jta-tweet-body
{
}

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

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

.jta-tweet-user-screen-name
{
}

.jta-tweet-user-full-name
{
    color: #900;
}

.jta-tweet-text
{
}

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

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

.jta-tweet-link
{
}

.jta-tweet-link:hover
{
}

.jta-tweet-hashtag
{
}

.jta-tweet-hashtag:hover
{
}

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

.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-list-controls
{
    margin-top: 10px;
	height:30px;
	margin-left:50px;
}

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

.jta-tweet-list-controls-button:hover
{
    color: black;
    background-color: #999;
    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
{
    padding: 8px 0px 8px 0px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #999;
}

.jta-tweet-list-autorefresh-trigger:hover
{
    color: black;
    background-color: #999;
    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
{
    width: 48px;
    display: inline;
    float: left;
}

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

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

.jta-login-info-screen-name
{
}

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

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


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

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

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

.jta-clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
a, .jta-tweet-a, .twitter-anywhere-user
{
    color: #0062C4;
    text-decoration: none;
}

a:hover, .jta-tweet-a:hover, .twitter-anywhere-user:hover
{
    color: #0062C4;
    text-decoration: underline;
}

.jta-tweet-list-item
{
    color: #4b4b4b;
    background-color:#ffffff;
    border-bottom: 1px dotted #E0E0E0;
}

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

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

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

.jta-tweet-source, .jta-tweet-retweeter, .jta-tweet-location
{
    color: #D1C7BA;
}

.jta-tweet-retweeter-link, .jta-tweet-user-screen-name-link, .jta-tweet-user-full-name-link
{
    color: #0062C4;
    text-decoration: none;
}

.jta-tweet-retweeter-link:hover, .jta-tweet-user-screen-name-link:hover, .jta-tweet-user-full-name-link:hover
{
    color: #0062C4;
    text-decoration: underline;
}

.jta-tweet-user-full-name
{
    color: #0062C4;
}

.jta-tweet-list-controls-button, .jta-tweet-list-autorefresh-trigger
{
    border: 2px solid #2786C2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    background-color: #2786C2;
	display:block;
	float:left;
	width:45px;
}

.jta-tweet-list-controls-button:hover, .jta-tweet-list-autorefresh-trigger:hover
{
    color: white;
    background-color: #e84278;
    border-color:#e84278;
}
.jta-tweet-list-item{
    font-size: 14px;
}