.tweet, .query {
	color: #FFCCFF;
	font-family: 'Carrois Gothic', Verdana, Geneva, sans-serif;
	font-weight: 400; 
	font-size: 12pt;
	line-height: 24px;
}

.tweet_list {
	list-style: none;
	overflow-y: hidden;
	margin-top: 5;
	margin-right: 40;
	margin-bottom: 5;
	margin-left: 20;
	line-height: 24px;
}
	
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
}
		
.tweet_list li a {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: 400; 
}
		
.tweet_list .tweet_even {
		}
		
.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

#ticker ul.tweet_list {
	height: 380px;
	overflow-y: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#ticker .tweet_list li {
	height: 12em;
}

.tweet_time {
	display: block;
	font-weight: 400; 
	text-decoration: none;
	color: #FFF;
	font-family: 'Carrois Gothic', Verdana, Geneva, sans-serif;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BF567F;
	letter-spacing: .05em;
	padding-bottom: 6px;
}
.tweet_time a {
	display: block;
	font-weight: 400; 
	text-decoration: none;
	color: #FFF;
}
.tweet_time a:link {
	color: #FFF;
	font-weight: 400; 
	text-decoration: none;
	display: block;
}
.tweet_time a:visited {
	color: #FFF;
	font-weight: 400; 
	text-decoration: none;
	display: block;
}
.tweet_time a:hover {
	color: #FFDE7B;
	font-weight: 400; 
	text-decoration: none;
	display: block;
}
