.tweet,
.query {
	font: 120% Georgia, serif;
	color: #085258;
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
height: 260px;
		background-color: #DEDEDE;
		-moz-box-shadow: 0 1px 3px #797979;
-webkit-box-shadow: 0 1px 3px #797979;
box-shadow: 0 1px 3px #797979;
behavior: url(./scripts/PIE.htc);
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #007FC1;
			}
		
		.tweet_list .tweet_even {
			background-color: #F9F7F7;
		}
		
				.tweet_list .tweet_odd {
			background-color: #DEDEDE;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
			
			div.tweetcontainer 
			{
			    margin-top: 15px;
			    padding: 10px;
position: relative;
top: 0px;
right: 0px;
width: 220px;
height: 290px;
float: right;
background: url("../images/siteimages/bgStrip-scroller.png") repeat-y;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-box-shadow: 0 1px 2px #797979;
-webkit-box-shadow: 0 1px 2px #797979;
box-shadow: 0 1px 2px #797979;
behavior: url(./scripts/PIE.htc);
}

div.twitter_heading 
{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #4f5050;
    
}

div.twitter_heading a:hover
{
    color: #00AAF0;
    text-decoration: none;
}

div.twitterimage 
{
   position: absolute;
   z-index: 1;
   height: 40px;
   width: 40px; 
   right: 5px;
   top: 5px;
}

div.twitterimage:hover
{
   position: absolute;
   
   z-index: 1;
   height: 50px;
   width: 50px; 
   transition:0.5s;
   -moz-transition:0.5s; /* Firefox 4 */
   -webkit-transition:0.5s; /* Safari and Chrome */
   -o-transition:0.5s; /* Opera */
   transition-timing-function: linear;

}