/*
// JoomlaWorks "Latest Tweets" Module for Joomla! 1.5.x - Version 1.1
// Copyright (c) 2006 - 2009 JoomlaWorks Ltd.
// Released under the GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
// More info at http://www.joomlaworks.gr
// Designed and developed by the JoomlaWorks team
// ***Last update: November 4th, 2009***
*/

/* Container */
div.ltBlock {clear:both;}

/* List */
div.ltBlock ul.ltBlockList {padding:0;margin:0;list-style:none;}

div.ltBlock ul.ltBlockList li.ltBlockListLoader {background:url(../images/loadingIcon.gif) no-repeat 50% 50%;width:100%;height:100px;margin:auto;}
div.ltBlock ul.ltBlockList li.ltBlockListLoader span {display:none;}

div.ltBlock ul.ltBlockList li {padding:4px;border-bottom:1px dotted #ccc;}
	.ltOdd {background:#fff;}
	.ltEven {background:#fffff0;}
	span.ltUserStatus {}
	a.ltStatusTimestamp {font-size:10px;}

/* "Follow us" link */
div.ltFollowUsLink {clear:both;padding:4px;}
div.ltFollowUsLink a {display:block;text-align:right;text-decoration:none;}
div.ltFollowUsLink a span {background:url(../images/twitter_16x16_8bit.png) no-repeat left center;padding:2px 0 2px 20px;}
