/* Anthony's stuff */
.tweet_view {
}
.tweet_list {
}
.tweet_user {
}
.tweet_time {
}
.tweet_text {
	color: #666;
}
.tweet_reply, .tweet_link {
	border-bottom: 0px !important;
	display: inline !important;
	padding: 0px !important;
	background-image: none !important;
}

.tweet_quote {
        font-style: normal;
        background-color: #d99f62;
        color: #f0f0f0;
        width: 27.0em;
        height: 60px;
}
.tweet_quote A {
       color: #0000ff;
}
.tweet_quote .tweet_text {
	color: inherit;
	text-align: left;
}
.tweet_quote .tweet_icon {
	width: 48px;
	height: 48px;
}

UL.tweet_list {
	margin: 0px 0px 0px 0px;
	padding: 0;
}
UL.tweet_list LI {
	list-style: disc;
	margin: 0px 0px 10px 10px;
}
UL.tweet_list LI A {
	display: block;
	color: #ff7800;
	text-decoration: none !important;
	margin-left: 0px;
}
UL.tweet_list LI .tweet_time {
	color: #666;
}
UL.tweet_list LI .tweet_text {
	margin: 0px 0px 0px 0px;
}


.alignleft {
        float: left;
}
.alignright {
        float: right;
}
