﻿.tweet
{
display: block;
text-align:left;
width: 850px;
clear: both;
padding: .6em;
margin: .3em;
overflow: hidden;
position:relative;
border-top: 1px dotted #666;
}

.tweetSeparator
{
display: block;
background: whiteSmoke;
clear: both;
padding: .6em;
margin: .3em;
overflow: hidden;
position:relative;
color: black;
text-align: center;
font-weight: bold;
}

.tweet img
{
float: left;
margin-right: 1em;
border: 2px solid #222;
background: #444;
}

.tweet div
{
color: #000000;
margin: 0;
padding: 0;
margin-left: 60px;
}

.tweet span.twAuthor
{
    color: #000000;
}

.tweet span.twDate
{
    position:absolute;
    right: 1em;
    bottom: .5em;
    color: #666;
    font-weight:bold;
}

.monitter 
{
float: left;
/*width: 280px;*/
margin-bottom: 10px;
border-bottom: 0px dotted #666;
overflow:hidden;
}

.tweet a 
{
font-family: verdana;
font-size: 11px;
color: #ffffff;
}

#tweets
{
font-family: verdana;
font-size: 11px;
color: #efefef;
}

/* This class is dynamically added to the search input box */
.searchbox
{
    margin: .3em;
    width: 225px;
    color: #ffffff;
    background-color:#999999;
    border:solid whiteSmoke 1px;
    padding:3px;
}

.twSearch a, .twSearch a:link, .twSearch a:active, .twSearch a:visited
{
    background-color:#333333;
    color: #cccccc;
    text-decoration:none;
    font-weight:bold;
    padding:4px;
}

.twSearch a:hover
{
    background-color:#660000;
    color: #cccccc;
    font-weight:bold;
    padding:4px;
}
