.tweet
{
	background-color: #f9e1a2;
	color: #085258;
	font-family: Georgia, serif;
	font-size: 100%;
}
.tweet .tweet_list
{
	background-color: #f9e1a2;
	list-style-type: none;
	margin: 0;
	padding: 0;
	webkit-border-radius: .5em;
}
.tweet .tweet_list li
{
	overflow: auto;
	padding: .5em;
}
.tweet .tweet_list li a
{
	color: #0C717A;
}
.tweet .tweet_list .tweet_even
{
	background-color: #f9e1a2;
}
.tweet .tweet_list .tweet_avatar
{
	float: left;
	padding-right: .5em;
}
.tweet .tweet_list .tweet_avatar img
{
	vertical-align: middle;
}
.tweet_baloon
{
	border: 0;
	z-index: 0;
}
.tweet_table
{
	position: relative;
	top: -20;
	visibility: hidden;
}
.tweet_table_cell_left
{
	background-color: #f9e1a2;
	BORDER-BOTTOM: 1px solid #b79249;
	BORDER-LEFT: 1px solid #b79249;
	BORDER-TOP: 1px solid #b79249;
}
.tweet_table_cell_right
{
	background-color: #f9e1a2;
	BORDER-BOTTOM: 1px solid #b79249;
	BORDER-RIGHT: 1px solid #b79249;
}
