﻿@charset "UTF-8";
/*
 * Example of Twitter Ticker Styling
 *
 * Version: 1.1.1
 * (c) Copyright 2011-2012, Zazar Ltd
 *
 */

.twitterFeed p
{
font-size: 1em !important;}
.twitterFeed
{
	font-family: Arial, Helvetica, sans-serif;	
	width: 217px;
	margin-bottom: 0px;
}
.twitterFeed a
{
	color: #003399;
	text-decoration: none;
}
.twitterFeed a:hover
{
	color: #000;
	text-decoration: underline;
}
.twitterFeed a img { border: none; }
.twitterFeed img
{
	float: left;
	margin: 0px;
	display:none;
}

.twitterHeader { display:none; }
.twitterHeader span
{
	font-weight: bold;
	font-size: 2.2em;
	display:none;
}

.twitterBody
{
	
	clear: left;
	
}	
.twitterRow p a { text-decoration: underline; padding:0px !important }
.twitterRow {
	height:auto !important;
}
.twitterRow p a:hover { text-decoration: none; }
.twitterRow img, .twitterRow h4, .twitterRow div
{
	margin: 0;
	padding: 0 !important;
}
.twitterRow p { margin-left: 0px; padding-bottom: .5em; }
.twitterRow {
	color: black !important;
}
.tweetName a, .tweetTime
{
	font-weight: bold;
	color: #444;
	display:none;
}
.tweetName
{
	float: left;
	font-size: 1.2em;
	display:none;
}
.tweetTime { text-align: right; display:none;}

.tabs .twitterBody{
	max-height: 150px;
}