﻿/* =====================< Twitter Feed Reader Styling >================== */

#MainTwitterFeedWrapper
{
    border: 1px solid #CCCCCC;
    margin-top: 8px;
    width: 466px;
    height: 220px;
    background-color: #F3DCBC; /* background-image: url( '../SiteImages/TwitterFeed_Background.jpg' ); */
    padding: 10px;
}

.Twitter
{
	font-family: Arial;
	font-size: 14px;
	width: 99%;
	max-height: 150px;
	overflow: auto;
	margin: auto;
	text-align: left;
}

.Twitter a, .Twitter a:link, .Twitter a:visited
{
    color: #257074;
}
.Twitter a:hover
{
	color: Green;
	text-decoration: underline;
}

.Tweet
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B4B4B4;
	line-height: 20px;
}

#MainTwitterFeedWrapper h2
{
    font-size: 22px;
    font-family: Arial;
}


.TweetDateTime
{
    color: #A68E33;
}

.TweetText
{
    color: #996600;
}

.Twitter
{
scrollbar-arrow-color: #C6C6C6;
scrollbar-3dlight-color: #C6C6C6;
scrollbar-darkshadow-color: #C6C6C6;
scrollbar-face-color: #F2F2F2;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #ffffff;
}
