﻿/*  TWITTER FRIENDS PAGE*/

#TwitterFriendsTable tr td
{
    padding-right           : 1em;
    padding-bottom          : 2.5em;
}

.TwitterFriend .TwitterBalloon .message
{
    padding                 : 1em;
    height                  : 65px;
    border                  : solid 0.5em #BFD29F;
    background-color        : #FFFFFF;
}

.TwitterFriend .TwitterBalloon .datetime
{
    background-image        : url("../images/arr2.gif");
    background-repeat       : no-repeat;
    background-position     : 25px 0;
    text-align              : right;
    font-size               : 0.8em;
    color                   : #666666;
    padding-right           : 0.5em;
}

.TwitterFriend .TwitterUser
{
    padding-left            : 1em;
}

#BannerTwitterFriends
{
    background			    : url("../images/bannerTwitterFriends.png") 100% center no-repeat;
	height				    : 150px;
}

pre 
{
	background-color		:#EEEEEE;
	font-family				:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
	margin-bottom			:10px;
	max-height				:600px;
	overflow				:auto;
	padding					:5px;
	width					:auto;
}


