#twitterHashContainer {
	position:relative;
	width: 280px;
/*	height: 480px; */
	height:100%;
	width:100%;
	overflow:auto;
}
#twitterHashContainer a:link, #twitterHashContainer a:visited {
	text-decoration:none;
/*	color: #999;*/
}
#twitterHashContainer a:hover, #twitterHashContainer a:active {
	text-decoration:underline;	
/*	color: #000;*/
}
.twitterWaiter {
	position:relative;
	font-family: Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
	font-size: 15px;
	text-align:left;
	padding:5px;
	padding-top:8px;
	color:#999;
}	
.twitterHashTweet {
	position:relative;
	margin: 10px 20px 10px 10px;
}
.tweetContainer {
	position:relative;
	margin: 10px 10px 10px 10px;
	margin:0px;
	margin-bottom:5px;
	border:0px solid red;
	font-family: Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
	font-size: 11px;
	text-align:left;
	background-color: #cccccc;	
}
.tweetHtml {
	position:relative;
	padding: 5px;
}
.tweetText {
	position:relative;
/*	font-style:italic;*/
	color: #787878;
	margin: 10px 0px;
}
.tweetUserImage {
	width:24px;
	height:24px;
	vertical-align:middle;
}
.tweetUserImageLink {
	display:inline-block;
	text-decoration:none;
}
a.tweetUserImageLink:link, a.tweetUserImageLink:visited {
	color: #fff;	
}
a.tweetUserImageLink:hover, a.tweetUserImageLink:active {
	color: #3399ff;
	text-decoration:underline;	
}

.tweetUserLink {
	text-decoration:none;
	font-size: 13px;
}
a.tweetUserLink:link, a.tweetUserLink:visited {
	color: #fff;
}
a.tweetUserLink:hover, a.tweetUserLink:active {
	color: #f34d2c;
	text-decoration:underline;	
}
.tweetRetweetContainer {
	position:relative;
	text-align:right;
}
.tweetRetweetLink, .tweetReplyLink {
	text-decoration:none;
}
a.tweetRetweetLink:link, a.tweetRetweetLink:visited, a.tweetReplyLink:link, a.tweetReplyLink:visited {
	color: #999999;
}
a.tweetRetweetLink:hover, a.tweetRetweetLink:active, a.tweetReplyLink:hover, a.tweetReplyLink:active {
	color: #f34d2c;
}

a.tweetHashNow {
	padding: 10px 20px;
	text-decoration:none;
	font-weight:bold;
	font-size: 16px;
}
a.tweetHashNow:link, a.tweetHashNow:visited {
	color: #454545;
}
a.tweetHashNow:hover, a.tweetHashNow:active {
	background-color: #454545; 
	color: #fff;
}