.tweet 
{
	  width: 200px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 100%;
	  color: #000000; 
	  background-color: inherit;
}

.tweet .tweet_list 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: inherit;
	background-color: #CBBC8A; 
}

.tweet .tweet_list li 
{
	overflow: auto;
	padding: .5em; 
}

.tweet .tweet_list li a 
{
        color: #0C717A; 
        background-color: inherit;
}

.tweet .tweet_list .tweet_even 
{
	color: inherit;
	background-color: #FFFFCC; 
}

.tweet .tweet_list .tweet_avatar 
{
      padding-right: .5em;
}

.tweet .tweet_list .tweet_avatar img 
{
	vertical-align: middle; 
}
