@charset "utf-8";

#network_timeline, #global_timeline{
	float:left;
	width:960px;
	margin-top:10px;
	z-index:2;
}

#global_timeline #tagactivity_select{
	float:right;
	margin-right:20px;
	position:relative;
	margin-top:17px;
}

#network_timeline #tagsactivity_select{
	float:right;
	margin-right:20px;
	position:relative;
	margin-top:17px;
}

#global_timeline .activity_tab, #network_timeline .activity_tab{
	background-image: url("/images/layout/timeline/activity_tab.png");
	float: left;
	position:relative;
	height: 66px;
	margin-left: 39px;
	width: 331px;
	z-index: 2;
}

#global_timeline .shout_tab, #network_timeline .shout_tab{
	background-image: url("/images/layout/timeline/shout_tab.png");
	float: left;
	height: 66px;
	position:relative;
	margin-left: -35px;
	margin-top: 0px;
	width: 225px;
	z-index: 0;
}
#global_timeline .shout_tab:hover, #network_timeline .shout_tab:hover{background-image: url("/images/layout/timeline/shout_tab_selected.png");}

#global_timeline .header,#network_timeline .header{
	float:left;
	width:960px;
	height:102px;
	background-image:url('/images/layout/timeline/header.png');
}

#global_timeline .content, #network_timeline .content{
	float:left;
	width:960px;
	background-image:url('/images/layout/timeline/repeat.png');
}

#global_timeline .content .content_header, #network_timeline .content .content_header{
	background-image: url("/images/layout/timeline/content_header.png");
	float: left;
	height: 97px;
	margin-left: 40px;
	margin-top: -20px;
	width: 892px;
}

#global_timeline .content .content_container, #network_timeline .content .content_container{
	float:left;
	width:892px;
	margin-left:40px;
	background-image:url('/images/layout/timeline/content_repeat.png');
}





#global_timeline .line, #network_timeline .line{
	float:left;
	width:830px;
	height:7px;
	margin-left:30px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:15px;
	background-image:url('/images/layout/timeline/line.png');
}

#global_timeline #timeline_list, #network_timeline #timeline_list{
	float:left;
	width:840px;
	margin-left:26px;
}

#global_timeline .entry, #network_timeline .entry{
	float:left;
	width:840px;
	margin-bottom:20px;
}

#global_timeline .entry .user_frame_35, #network_timeline .entry .user_frame_35{
	float:left;
	margin-left:10px;
}

#global_timeline .entry .date, #network_timeline .entry .date{
	float: left;
	margin-left:10px;
	margin-top:5px;
}

#global_timeline .entry .details, #network_timeline .entry .details{
	float:left;
	margin-left:10px;
	margin-top:5px;
	width:742px;
}

#global_timeline .entry .details .username, #network_timeline .entry .details .username{
	color:#000;
	text-transform:uppercase;
}
#global_timeline .entry .details .username:hover, #network_timeline .entry .details .username:hover{color:#e15c00;}


#global_timeline .content .content_footer, #network_timeline .content .content_footer{
	float:left;
	width:892px;
	margin-left:40px;
	height:42px;
	background-image:url('/images/layout/timeline/content_footer.png');
}

#global_timeline #entry_num_comments, #network_timeline #entry_num_comments{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#global_timeline #entry_more_comments, #network_timeline #entry_more_comments{
	float: right;
	margin-right: 35px;
	margin-top: 5px;
}

#global_timeline .timeline_comments, #network_timeline .timeline_comments{
	float:right;
	margin-right:25px;
	width:742px;
}

#global_timeline .timeline_comments .comments_header, #network_timeline .timeline_comments .comments_header{
	float:left;
	width:742px;
	height:16px;
	background-image:url('/images/layout/timeline/comments_header.png');
}

#global_timeline .timeline_comments .comments_content, #network_timeline .timeline_comments .comments_content{
	float:left;
	width:742px;
	background-image:url('/images/layout/timeline/comments_repeat.png');
}

#global_timeline .timeline_comments .comments_footer, #network_timeline .timeline_comments .comments_footer{
	float:left;
	width:742px;
	height:14px;
	background-image:url('/images/layout/timeline/comments_footer.png');
}

#global_timeline .timeline_comments_list, #network_timeline .timeline_comments_list{
	float:left;
}

#global_timeline .more_comments, #network_timeline .more_comments{
	float:left;
	margin-left:10px;
	display:none;
	margin-bottom:10px;
	margin-top:10px;
}

#global_timeline .more_comments img, #network_timeline .more_comments img{float:left;}
#global_timeline .more_comments div, #network_timeline .more_comments div{float:left; margin-left:5px;}

#global_timeline .comment, #network_timeline .comment{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:705px;
}

#global_timeline .comment .remove, #network_timeline .comment .remove{
	background-image: url("/images/layout/comments/remove.png");
	float: right;
	height: 16px;
	margin-right: 5px;
	margin-top: 0px;
	width: 20px;
	display:none;
}
#global_timeline .comment .remove:hover, #network_timeline .comment .remove:hover{background-image: url("/images/layout/comments/remove_over.png");}

#global_timeline .comment_photo, #network_timeline .comment_photo{
	float:left;
	width:35px;
	height:35px;
}

#global_timeline .comment_username, #network_timeline .comment_username{
	float:left;
	color:#000;
	text-transform:uppercase;
	margin-left:15px;
}
#global_timeline .comment_username:hover, #network_timeline .comment_username:hover{color:#e15c00;}

#global_timeline .comment_date, #network_timeline .comment_date{
	float:left;
	margin-left:5px;
	margin-top:4px;
}

#global_timeline .comment_text, #network_timeline .comment_text{
	float:left;
	margin-left:15px;
	width:650px;
}

#global_timeline .comment_composer_photo, #network_timeline .comment_composer_photo{
	float:left;
	width:35px;
	height:35px;
	margin-left:10px;
	margin-bottom:10px;
}

#global_timeline .comment_composer, #network_timeline .comment_composer{
	float:left;
	margin-left:15px;
	width:650px;
	height:25px;
	padding:5px;
}

#timeline_more{
	float:left;
	width:146px;
	height:57px;
	margin-left:365px;
	display:none;
	background-image:url('/images/layout/timeline/more.png');
}
#timeline_more:hover{background-image:url('/images/layout/timeline/more_over.png');}

#global_timeline .footer, #network_timeline .footer{
	float:left;
	width:960px;
	height:59px;
	background-image:url('/images/layout/timeline/footer.png');
}

#global_timeline #global_header, #network_timeline #global_header{
	float:left;
	width:840px;
	height:79px;
	margin-left:25px;
	display:none;
	margin-top:35px;
	background-image:url('/images/layout/timeline/global_header.png');
}

#global_timeline #global_header .label, #network_timeline #global_header .label{ float:left; margin-left:50px; margin-top:25px; }

#global_timeline .news_frame, #network_timeline .news_frame{
	width:222px;
	height:143px;
	background-image:url('/images/layout/news/frame.png');
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
#global_timeline .news_image, #network_timeline .news_image{float:left;margin-top:10px;margin-left:10px;}

#global_timeline #individual_header, #network_timeline #individual_header{
	float:left;
	width:840px;
	height:52px;
	margin-left:25px;
	margin-top:35px;
	display:none;
}

#global_timeline #individual_header .back, #network_timeline #individual_header .back{
	float:right;
	width:160px;
	height:52px;
	margin-right:30px;
	background-image:url('/images/layout/timeline/back.png');	
}
#global_timeline #individual_header .back:hover, #network_timeline #individual_header .back:hover{background-image:url('/images/layout/timeline/back_over.png');}