/* Page Shout */
#page_shout_wrapper{
	overflow:hidden;
	position:absolute;
	height:30px;
	border:0px solid #FFFFFF;
	z-index:0;
	top:139px;
	width:959px;
	cursor:pointer;
	background:#fefafc url(../../../assets/images/backgrounds/shout_ticker_x_tile.gif) repeat-x;
	background-position:0 -5px;
}

#page_shout_wrapper #shout_left,
#page_shout_wrapper #shout_right,
#page_shout_wrapper #shout_left_fast,
#page_shout_wrapper #shout_right_fast,
#home_shout_content{
	float:left;
	display:block;
	height:27px;
	padding-top:3px;
	display:inline;	
}

#page_shout_wrapper #shout_left,
#page_shout_wrapper #shout_right{
	width:85px;
	border:0px solid blue;
	text-align:center;
	font-size:11px;
	line-height:24px;
	font-weight:normal;
	border:0px solid red;
	position:relative;
	cursor:pointer;
}

#page_shout_wrapper #shout_left{
	display:none;
}

#page_shout_wrapper #shout_left_fast,
#page_shout_wrapper #shout_right_fast{
	width:21px;
	border:0px solid blue;
	font-size:14px;
	font-weight:bolder;
	height:30px;
	text-align:center;
	position:relative;
	border:0px solid red;	 
}

#page_shout_wrapper a.arrow_left,
#page_shout_wrapper a.arrow_right{
	background:url(../../../assets/images/backgrounds/shout_ticker_arrow_bg.gif) repeat-x;
	background-position:0 -10px;
	font-weight:bolder;
	display:block;
	float:left;
}

#page_shout_wrapper a.arrow_left:hover,
#page_shout_wrapper a.arrow_right:hover{
	background-color:inherit;
	color:#b00054;
	cursor:pointer;
}

/*
#page_shout_wrapper a.arrow_left:hover{
	background:url(../../../assets/images/icons/shout_point_left_red.gif) no-repeat;
	background-position:-2px 3px;	
		
}

#page_shout_wrapper a.arrow_right:hover{
	background:url(../../../assets/images/icons/shout_point_right_red.gif) no-repeat;
	background-position:-2px 3px;
}
*/

#page_shout_wrapper #shout_left_fast span,
#page_shout_wrapper #shout_right_fast span{
	line-height:24px;
}

#home_shout_content{
	width:832px;
	/*807*/
	position:relative;
	border:0px solid blue;
	line-height:26px;
	text-align:right;
}

#home_shout_content #move_shout_content{
	margin:0;
	padding:0;
}

#home_shout_content .shout_ticker_item{
	display:block;
	float:left;
	padding-right:10px;
}

#home_shout_content .shout_ticker_item span{
	padding-left:2px;
}

#home_shout_content .shout_ticker_item .ticker_item_user{
	font-weight:bold;	
}

#home_shout_content .shout_ticker_item .ticker_item_user,
#home_shout_content .shout_ticker_item .ticker_item_message,
#home_shout_content .shout_ticker_item .ticker_item_spacer{
	background-color:inherit;
	color:#484848;
}

#home_shout_content .shout_ticker_item .ticker_item_spacer{
	padding:0 4px 0 3px;
}

#home_shout_content .shout_ticker_item .ticker_item_number{
	font-weight:bold;	
}

#home_shout_content .shout_ticker_item .ticker_item_date{
	background-color:inherit;
	color:#333;
}

#home_shout_content a{
	text-decoration:none;
	color:inherit;
}

#home_shout_content a img{
	border:0px;
}

#home_shout_content img{
	display:none;
}

#left_shouts_wrapper{
	display:block;
	margin:10px 0 0;
	min-height:50px;
	overflow:hidden;
	padding:0;
}

#left_shouts_wrapper #shouts_box{
	padding-top:10px;
	line-height:16px;
	overflow:hidden;
}

#left_panel #left_shouts_wrapper .shouts_item_wrapper{
	border-bottom:1px solid #e3e3e3;
	padding:0px 0 10px 0;
	margin-bottom:5px;
}

.shouts_item_wrapper .updated_shout_top{
	clear:both;
	height:20px;
	line-height:15px;
	overflow:hidden;
}

.shouts_item_wrapper .updated_shout_top div{
	border:0px solid red;
}

.updated_shout_top .updated_shout_username{
	padding-left:15px;
	float:left;
	width:94px;
	overflow:hidden;
}

.updated_shout_top .updated_shout_number{
	float:right;
	text-align:right;
	width:88px;
	background:none;
}

.shouts_item_wrapper .updated_shout_bottom{
	clear:both;
	line-height:15px;
	overflow:hidden;
}

.shouts_item_wrapper .updated_shout_bottom div{
	border:0px solid red;
}

.shouts_item_wrapper .updated_shout_bottom a .updated_shout_photo{
	display:block;
	float:left;
	width:50px;
	height:50px;
	border:1px solid #999999;
}

.shouts_item_wrapper .updated_shout_bottom .updated_shout_message{
	width:141px;
	margin-left:5px;
	float:left;
	background-color:inherit;
	color:#333333;
}

.updated_shout_message .updated_shout_date{
	background-color:inherit;
	color:#676767;
	display:block;
	padding-top:2px;
}


.updated_all_shouts{
	position:relative;
	text-align:center;
	background-color:#fff;
	padding-top:10px;
	top:-10px;
	z-index:9;
}
