/* Start of CMSMS style sheet 'Twitter' */
#tweetbox {
	background-color: #24355d;
	padding: 0px 0px;
}
#twit_header {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 5px 5px 0px;
	height: 48px;
	width: 100%;
}
#twit_icon {
	float: left;
	padding: 0px 5px;
}
#twit_user {
	font-size: 20px;
	color: #D3DD19;
	display: block;
}
#twit_followers {
	font-size: 14px;
	color: #BC3E23;
	display: block;
	padding-top: 4px;
}
#twit_page {
	display: block;
}
#twit_page a {
	font-size: 14px;
	text-decoration: none;
	color: #D3DD19;
	outline: none;
}
#twit_page a:hover {
	color: #BC3E23;
}
#tweets {
}
.onetweet {
	color:#24355d; 
	position:relative;
	background-color: #ffffff;
	margin:5px;
}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:8px; height:8px; color:#ffffff; background:#3C2415; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.onetweet em b {position:absolute; font-size:60px; font-family:arial; color:#ffffff; line-height:19px; font-weight:normal;}
#ctl b {left:-3px; top:-1px;}
#ctr b {left:-10px; top:-1px;}
#cbl b {left:-3px; top:-8px;}
#cbr b {left:-10px; top:-8px;}
.onetweet p {
	position:relative;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin: 5px;
	padding: 3px 0px;
}
.onetweet p a {
	text-decoration: none;
	color: #24355d;
	outline: none;
}
.onetweet p a:hover {
	text-decoration: none;
	color: #82941B;
}
.tweet_date {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
a.tweet_reply {
	background-image: url(/images/twitter_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 7px;
	display: block;
	position: absolute;
	right: 5px;
	bottom: 2px;
	outline: none;
}
a.tweet_reply:hover {
	background-position: right top;
}
#twitter_logo {
	text-align: right;
	margin: 10px 5px 5px 5px;
	background-image: url(/images/twitter_logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 16px;
}
/* End of 'Twitter' */

