	
	/* banner */
	#right_banner {
		background:#297b7f url(/nb/features/tweetcentral/images/bg_banner.png) repeat-x;
		padding:0 0 10px 0;
	}
	
	#chickadee {
		background:url(/nb/features/tweetcentral/images/bg_chickadee.gif) no-repeat 0 120px;
	}
	
	#h2_tweet_central {
		background:url(/nb/features/tweetcentral/images/tweet-central.gif) no-repeat;
		height:143px;
		text-indent:-9999px; margin:8px 0 0 8px;
	}
	
	#right_banner p { color:#fff; margin-top:185px; }




	/* wrapper */	
	#tweetcentral {
		padding:10px 0;
	}


	span.rbox {
		-webkit-border-radius:3px; -moz-border-radius:3px;
		background:#0F4D4F; color:#fff;
		padding:0 2px;
	}

	/* tabs */	
	
	.tabs_wrapper {
		-webkit-border-radius:5px; -moz-border-radius:5px;
		background-color:#ECECEC;
		margin:0 0 10px 10px; padding:10px 10px 0 10px;
	}
	
	.tabs_wrapper h3 {
		margin:0 0 10px 0; 
		font-size:13px; line-height:15px; 
		color:#333;
	}
	
	#tweet_tabs {
		width:200px;
		float:left;
	}
	
	#tweet_tabs ul {
		margin:0 0 10px 0; padding:0;
		list-style-type:none;
	}

	#tweet_tabs ul li {
		 margin:0 0 1px 0; padding:0;
	}
	
	#tweet_tabs ul li a  {
		padding:4px;
		background:#666; color:#fff;
		-webkit-border-radius:3px; -moz-border-radius:5px;
		display:block;
		width:120px;
	}
	
	#tweet_tabs ul li a:hover  { background:#9FFAFF; color:#000; width:130px; }
	
	#tweet_tabs ul li a.active  { 
		background:#e2300f url(/nb/features/tweetcentral/images/bg_arrow.gif) no-repeat 158px 7px; 
		color:#fff;
		width:162px;
	}
	
	
	/* tweets */
	#tweet_wrapper {
		width:394px;
		float:left;
		margin:0 0 0 10px;
	}

	#juitterContainer{}
	
	#juitterContainer ul {
		margin:0; padding:0;
	}

	#juitterContainer ul li {
		padding:4px 0; margin:0 0 1px 0;
		background:#ececec;
		-webkit-border-radius:3px; -moz-border-radius:5px;
	}
	


	/* avatar */
	#juitterContainer .juitterAvatar{
		border:1px solid #D3EECA;
		padding:1px; margin:0 0 0 3px;
		width:48px; height:48px;
	}
	
	#juitterContainer div.twitter-image {
		width:60px; float:left;
	}
	
	#juitterContainer div.twitter-content {
		width:325px; float:left;
	}
	
	


	/* wrapper */
	#juitterContainer .twittList a {
		color:#000099; text-decoration:none;
	}
	
	#juitterContainer .twittList span.time{
		color:#777; font-size:0.9em; 
	}
	
	a.JRM { color:#999!important;float:right; }
	
	a.JRM:hover { color:#e2300f!important;  }
	
	#juitterContainer .extLink{
	} /*CSS for the external links*/
	
	#juitterContainer .hashLink{
	} /*CSS for the hash links*/
	

	#intro { background:#9DF7FC; font-size:11px; }
	
	