﻿.twitted {
	margin: 0 auto 10px;
	border: 1px solid #e99400;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0;
	text-align: center;
	font-size: 0.9em;
	background-image: url(/Content/Images/Twitter-24.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("/Content/Images/preloader16-t.gif") 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px dotted #7a7a7a;
	background: none;
	font-size: 0.8em;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	overflow: hidden;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink 
{
	font-size: 0.7em;
	display: block;
	margin: 0;
	padding: 0.3em 0.5em;
	color: #fff;
}