/*
Tweet Blender CSS

general container*/
#tweetblender
{
	padding: 5px 0;
	margin-bottom: 12px;
}
/*header*/
DIV.tb_header
{
	height: 25px;
	width: 100%;
}
IMG.tb_twitterlogo
{
	width: 86px;
	height: 20px;
	margin-bottom: 5px;
	float: left;
	border: none;
}
DIV.tb_tools
{
	float: right;
	height: 22px;
	width: 28px;
	background-repeat: no-repeat;
}
A.tb_refreshlink
{
	display: inline;
	float: right;
	height: 16px;
	width: 16px;
	-moz-opacity: .30;
	filter: alpha(opacity=30);
	opacity: .30;
	margin-right: 5px;
	margin-top: 3px;
	margin-right: 7px;
}
A.tb_refreshlink:hover, A.tb_refreshlink.loading
{
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
A.tb_refreshlink IMG
{
	border: none;
}
A.tb_infolink
{
	display: none;
	float: right;
	height: 16px;
	width: 16px;
	-moz-opacity: .30;
	filter: alpha(opacity=30);
	opacity: .30;
	margin-bottom: 10px;
	margin-right: 7px;
	margin-top: 3px;
}
A.tb_infolink:hover
{
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
/*messages below header and above list*/
#tb_loading
{
	text-align: center;
	clear: right;
}
/*tweets list*/
DIV.tb_tweetlist
{
	margin: 23px 15px 0 6px;
	padding: 0;
}
DIV.tb_tweet
{
	padding: 2px;
	min-height: 60px;
	list-style: none;
	background: none;
	overflow: hidden;
}
DIV.tb_tweet-tools
{
	text-align: right;
	clear: both;
}
A.tb_photo
{
	display: block;
	float: left;
	border: none;
}
A.tb_photo IMG
{
	margin-right: 4px;
	width: 48px;
	padding: 3px;
	border: 1px solid #DDD;
}
.tb_author
{
	font-weight: normal;
}
DIV .tb_msg
{
	min-height: 40px;
	color: #E7E7E7;
	clear: right;
	/*[disabled]padding:5px;*/
	font-size: 15px;
}
.tb_tweet-info
{
	color: #CCC;
	font-style: italic;
	font-size: 9px;
	float: right;
}
.tb_tweet-info A
{
	color: #CCC;
	text-decoration: none;
}
.tb_tweet-info A:hover
{
	text-decoration: underline;
}
.tooltip
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	display: none;
	background-color: #FFFFCC;
	padding: 2px 8px;
}
/*footer*/
DIV.tb_footer
{
	margin-bottom: 4px;
}
A.tb_archivelink
{
	margin-left: 5px;
	float: right;
}
