﻿.twitter-wrapper
{
    margin-bottom:10px;
    margin-top:10px;
    width:322px;
}

.tweet-collection-wrapper
{
    margin-bottom:10px;
    width:322px;
    background:none repeat scroll 0 0 #F8F8F8;
    padding:10px;
}

.tweet-wrapper
{
    margin-bottom:10px;
    width:322px;
}

.tweet-collection-wrapper h2 {
    background:url("images/control_header.jpg") repeat scroll 0 0 transparent;
    color:White;
    font-size:105%;
    font-weight:bold;
    height:40px;
    line-height:40px;
    margin-left:-9px;
    margin-right:-9px;
    margin-top:-9px;
    padding:5px;
    vertical-align:middle;
}

.tweet-collection-wrapper img{
    vertical-align:middle;
}

.tweet-image
{
    float:left;
    margin-right:10px;
}

.tweet-username
{
    font-weight:bold;
}

.tweet-text
{
    
}

.tweet-date
{
    font-style:italic;
}

.tweet-text-data
{
    float:left;
    margin-right:5px;
    width:242px;
}


.twitter-scrollable
{
    background-color:Transparent !Important;
    border:1px solid #CCCCCC;
    float:left;
    height:298px;
    overflow:hidden;
    position:relative;
    width:320px;
}

.tweet-items
{
    padding:10px;
}

.next-tweet-button
{
    float:right;
    cursor:pointer;
    height:9px;
    width:11px;
    display:block;
}

.previous-tweet-button
{
    float:right;
    cursor:pointer;
    height:9px;
    width:11px;
    display:block;
}

.tweet-header
{
    line-height:48px;
    vertical-align:middle;
}