#twitter-ticker h1,#twitter-ticker h2,#twitter-ticker h3,#twitter-ticker p,#twitter-ticker quote,#twitter-ticker small,#twitter-ticker form,#twitter-ticker input,#twitter-ticker ul,#twitter-ticker li,#twitter-ticker ol,#twitter-ticker label{
	margin:0px;
	padding:0px;
}

#twitter-ticker h2.tut{
	font-weight:normal;
	color:white;
	font-size:12px;
	padding:12px 0 0 58px;
}

#twitter-ticker{
	width:200px;
	height:300px;
	background:url(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;
	*width:195px;
}

#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}

#top-bar{
	height:45px; 
	background-image:url("Images/top_bar.png");
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	-moz-border-radius:6px 6px 0 0;
}

#twitter-ticker .tweet{
	padding:5px;
	margin:0 8px 8px;
	
	border:1px solid #cfcfcf;
	background:url("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
{
	_width:160px;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

#twitter-ticker a, #twitter-ticker a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

#twitter-ticker a:hover{
	text-decoration:underline;
}

#twitter-ticker #loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

#twitter-ticker p{
	padding-top:7px;
}

#twitter-ticker{
	margin:40px auto 20px 15px;
	float:left;
}

#twitter-ticker{

	font-size:13px;
	background: #f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	border:solid 1px  #ededed;
}


#twitter-ticker h1{
	color:white;
	font-size:36px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}
