@charset "utf-8";

/*-- TWITTER PAGE --*/
a#followOnTwitter img {
	float:right;
	border:0px;
	margin-top:20px;
}
div#mainContent_twitter {
	margin:10px auto 0;
	width:870px;
}
table.twitterTbl {
	color:#61464D;
}
table.twitterTbl tr td {
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:2px dashed #E3E0CF;
}
span.twitterName {
	color:#46262B;
	font:bold italic 14px/22px	 Arial, Helvetica, sans-serif;
}
span.twitterName a {
	text-decoration:none;
}
span.twitterName a:hover {
	text-decoration:underline;
}

/*staff profiles*/
div#staffProfiles {
	background:url(/images/structure/twitterPage/staffProfilesBG.jpg) no-repeat;
	width:180px;
	height:750px;
	text-align:left;
	padding-top:40px;
	padding-left:10px;
}
div.staffImg {
	width:55px;
	float:left;
}
div.staffName {
	width:110px;
	margin-left:55px;
	height:48px;
}
div.staffName table {
	height:48px;
}
img.staffPicture {
	width:48px;
	height:48px;
	float:left;
	margin-right:10px;
}
div#staffProfiles hr {
	background-color:#BF00A5;
	border:medium none;
	width:170px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:25px;
	clear:both;
}
span.twitterName_Staff a {
	color:#FFF;
	font:bold italic 14px/22px	 Arial, Helvetica, sans-serif;
	text-decoration:none;
}
span.twitterName_Staff a:hover {
	text-decoration:underline;
}
.yui-tt { /*tooltip background color*/
	background-color:#fff;
}
div.toolTip {
	text-align:left;
	width:200px;
}
span.toolTip_Desc {
	font-size:11px;
}