#tdm-container {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
}
#tdm a {
	background: none;
	text-decoration: none;
}
#tdm a:hover {
	text-decoration: underline;
}
.tdm-copyright {
	border-top: 1px #ccc solid;
	text-align: center;
}
.tdm-copyright a {
	color: #999;
	font-size: 9px;
	text-decoration: none;
}
#tdm-header {
	border-bottom: 1px #ccc solid;
	padding: 5px;
}
#tdm-header a {
	background: none;
	color: #333;
}
#tdm-header a:hover {
	text-decoration: none;
}
a .tdm-display-name {
	font-weight: bold;
	color: #333;
}
a:hover .tdm-display-name {
	text-decoration: underline;
}
a .tdm-screen-name {
	color: #999;
	text-decoration: none;
}
a:hover .tdm-screen-name {
	color: #666;
}
.tdm-avatar {
	border: 0px;
	float: left;
	margin-right: 5px;
}
#tdm-tweets a {
	color: #0084B4;
	text-decoration: none;
}
.tdm-tweet-container {
	border-bottom: 1px #ccc solid;
	padding: 8px;
}
.tdm-last {
	border: none;
}
.tdm-tweet-data {
	font-size: 10px;
	text-align: center;	
}
#tdm-twitter-icon a {
	background: url('../images/twitter-icon.png') no-repeat;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
}