.tut{
	color:white;
	font-family:Arial;
	font-size:19px;
	position:absolute;
	top:10px;
	left:74px;	
	text-shadow:2px 1px 6px #333;
	text-decoration: bold;
}

.tam{
	color:#E4EDF0;
	font-family:Arial;
	font-size:16px;
	text-shadow:2px 1px 6px #333;
	text-align:right;
	padding-right:10px;
	padding-top:13px;
	text-decoration: bold;
}

#twitter-ticker{
	width:100%;
	height:300px;
	background:url(https://cybercemetery.unt.edu/oilspill/20130213202709oe_/http://www.flu.gov/images/slickbg.png) no-repeat #f5f5f5;
	color:#666666;
	display:none;
	
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	text-align:left;
}

#tweet-container{
	height:230px;
	width:auto;
	overflow:hidden;
}

#twitIcon{
	position:absolute;
	top:-20px;
	left:14px;
	width: 48px;
	height: 48px;
}

#top-bar{
	height:45px;
	background:url(https://cybercemetery.unt.edu/oilspill/20130213202709oe_/http://www.flu.gov/images/top_bar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	
	-moz-border-radius:6px 6px 0 0;
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	
	border:1px solid #F0F0F0;
	background:url(https://cybercemetery.unt.edu/oilspill/20130213202709oe_/http://www.flu.gov/images/transparent.png);
	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

#twitter-ticker{
	margin:40px auto 20px;
}
