@CHARSET "UTF-8";

.TwitterBox {
	background-color: #f9f9f9;
	border-bottom: 1px solid #e6e7e8;
}

.scrollControlsContainer {
	position: absolute;
	top: 11px;
	right: 14px;
}


.TwitterBox .scrollControlsContainer .up {
	background-image: url("img/btn_up.gif");
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 2px;
	display: block;
	float:left;
}

.TwitterBox .scrollControlsContainer .down {
	background-image: url("img/btn_down.gif");
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 2px;
	display: block;
	float: left;
}

.TwitterBox .scrollControlsContainer .down.disabled {
	background-image: url("img/btn_down_off.gif");
	cursor: default;
}

.TwitterBox .scrollControlsContainer .up.disabled {
	background-image: url("img/btn_up_off.gif");
	cursor: default;
}


.twitterBoxContainer {
	margin: 7px 17px 0px 15px; 
	
	height: 140px;
	overflow: hidden;
	position: relative;
}

.twitterBoxContainer .twitterItems {
	position: absolute;
	height: 2000em;
	width: 100%;
}


.TwitterBox .twitterItem {
	overlfow: hidden;
	height: 140px;
}


.TwitterBox .twitterItem a {
	text-decoration: none;
	color: #bcaa2a;
}

.TwitterBox .twitterItem a:hover {
	text-decoration: underline;
	color: #bcaa2a;
}


.TwitterBox .twitterItem .tweetText {
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 2px;
	padding-top: 5px;
	
	color: #231f20;
	
	height: 110px;
	
	overflow: hidden;
}

.TwitterBox .twitterItem .tweetDate {
	text-align: right;
	font-size: 11px;
	line-height: 17px;
	
	color: #808184;
}

.TwitterBox .twitterBoxFooter {
	display: block;
	color: #bcaa2a;
	background-image: url("img/twitter_icon.gif");
	background-repeat: no-repeat;
	
	height: 30px;
	text-align: right;
	text-decoration: none;
	font-size: 11px;
	
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 17px;
	
}

.TwitterBox .twitterBoxFooter:hover {
	text-decoration: underline;	
}

