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

    border-bottom: 1px solid #dfdfdf;
 */

.jta-tweet-list,.e-entry-content,customisable-highlight
{
	margin:0;
    padding: 0;
    list-style: none;
    font-size: 10px!important;
   *font-size: 11px!important;
}

li .jta-tweet-list-item,span {
	margin:0;
    padding: 0;
	}
.jta-tweet-list-item{
background: url(../imgs/tw.png) no-repeat left top;
border-bottom: 1px solid #ededed;
padding-left: 18px;
margin:10px 2px 10px 2px;
*margin:10px 0px 10px 3px;
color : #333;
font-size: 10px;
*font-size: 11px;
line-height:15px;
}

.jta-tweet-list-item:first-child
{
font-size: 10px;
*font-size: 11px;
}


.jta-tweet-body
{
	margin:0;
    padding: 0;
    font-size: 10px;
   *font-size: 11px;
}


.jta-tweet-text
{
	margin:0;
    padding: 0;
    font-size: 10px;
   *font-size: 11px;
}
/*
#jTweetsAnywhereEndlessScrollingSample .jta-tweet-list
{
    height: 400px;
    overflow:auto;
}*/

.jta-tweet-user-screen-name-link,
.jta-tweet-user-full-name-link,
.jta-tweet-a,
.twitter-anywhere-user
{
	display: inline;
    color: #d30000;
	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
{
	display: inline;
    color: #2273A3;
	text-decoration: none;
}

.jta-tweet-link
{
	margin:0;
    padding: 0;
	display: inline;
color : #999 !important;
}

.jta-tweet-link:hover
{
	margin:0;
    padding: 0;
color : #2273A3 !important;
}

.jta-tweet-hashtag
{
	margin:0;
    padding: 0;
	display: inline;
color : #999 !important;
}

.jta-tweet-hashtag:hover
{
	margin:0;
    padding: 0;
	display: inline;
color : #2273A3 !important;
}

.jta-tweet-attributes
{
	margin:0;
    padding-left: 10px;
	display: inline;
    color: #333;
    font-size: 10px;
    *font-size: 11px;
}

.jta-tweet-timestamp
{
	margin:0;
    padding: 0;
	display: inline;
}


.jta-tweet-timestamp-link,
.jta-tweet-source-link a,
.jta-tweet-inreplyto-link,
.jta-tweet-location-link,
.jta-tweet-retweeter-link
{
	display: inline;
margin:0;padding:0;
    color: #2273A3 !important;
	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: #2d9cde !important;
	text-decoration: none;
}
.jta-tweet-list-controls-button
{
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
    border: 1px solid #999;
}
.jta-tweet-list-autorefresh-trigger
{
	text-align: center;
    border: 1px solid #999;
}

.jta-tweet-list-autorefresh-trigger: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;
}

.jta-clear
{
	margin: 0;
    padding: 0;
}

