.TB_Time {
    white-space:nowrap;
    font-size:85%
} 

div.TB_Picture {
    text-decoration: none;
}

/* This style only applies when the form is initised it's dropped once the data is loaded */
.TB_Loading {
    background:url(Loading.gif);
    background-repeat:no-repeat;
    text-indent:20px;
    height: 20px;
}

/* Wide theme for banner shaped widgets */
div.TB_Wide{
    overflow: hidden;
    width: 100%;
}

div.TB_Wide div.TB_Picture{
    float: left;
    padding: 5px;
    width: 61px;
    height: 23px;
    background:url(twitter-a.png);
    background-repeat:no-repeat;
}

div.TB_Wide div.TB_Status{
    float: left;
    overflow: hidden;
    width: 60%;
}

div.TB_Wide div.TB_Status ul li,span{
    padding: 0px;
    margin: 0px;
    line-height: 100%;
}

div.TB_Wide div.TB_Follow{
    display: block;
    overflow: hidden;
    width: 25%;
}   

/* Narrow/Default theme */
div.TB_Narrow{
    overflow: hidden;
    width: 100%;
}

div.TB_Narrow div.TB_Picture{
    float: left;
    width: 22px;
    height: 22px;
    background:url(t_small-a.png);
    background-repeat:no-repeat;
}

div.TB_Narrow div.TB_Status{
    float: right;
    overflow: hidden;
    width: 100%;
}

div.TB_Narrow div.TB_Follow{
    display: block;
    overflow: hidden;
    padding: 5px;
    width: 80%;
}   