@charset "utf-8";

#shoutbox{
	float:left;
	width:960px;
	margin-top:10px;
}

#shoutbox .activity_tab{
	background-image: url("/images/layout/shout/activity_tab.png");
	float: left;
	height: 66px;
	margin-left: 37px;
	width: 336px;
	z-index: 0;
}
#shoutbox .activity_tab:hover{background-image:url('/images/layout/shout/activity_tab_over.png');}

#shoutbox .shout_tab{
	background-image: url("/images/layout/shout/shout_tab_selected.png");
	float: left;
	height: 58px;
	margin-left: -35px;
	margin-top: 8px;
	width: 228px;
	z-index: 1;
}

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

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

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

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

#shoutbox .shout_container{
	float: left;
	margin-left: 40px;
	margin-top: -50px;
	width: 825px;
}

#shoutbox .shout_container .frame{
	position:relative;
	float:left;
	width:105px;
	height:105px;
	background-image:url('/images/layout/registration/frame.png');
}

#shoutbox .shout_container .frame img{
	float:left;
	margin-top:12px;
	margin-left:12px;
	width:80px;
	height:80px;
}

#shoutbox .shout_container #shout_input{
	background: url("/images/layout/shout/input.png") transparent;
	border:none;
	float: left;
	padding-left:20px;
	padding-right:20px;
	height: 74px;
	margin-left: 10px;
	position: relative;
	width: 657px;
}
body.ie8 #shoutbox .shout_container #shout_input{
	padding-top:25px;
	height:49px;	
}

#shoutbox .shout_container .shout_button{
	background-image: url("/images/layout/shout/submit.png");
	float: right;
	height: 41px;
	margin-right: 40px;
	width: 126px;
}
#shoutbox .shout_container .shout_button:hover{background-image:url('/images/layout/shout/submit_over.png');}

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

#shoutbox #shout_list{
	float:left;
	width:840px;
	margin-left:26px;
}

#shoutbox .shout{
	float:left;
	width:840px;
	height:79px;
	margin-bottom:5px;
	background-image:url('/images/layout/shout/shout.png');
}

#shoutbox .shout .user_frame_35{
	float:left;
	margin-left:20px;
	margin-top:15px;
}

#shoutbox .shout .details{
	float:left;
	margin-top:10px;
	width:740px;
}

#shoutbox .shout .details .username{
	float:left;
	color:#000;
	text-transform:uppercase;
}
#shoutbox .shout .username:hover{color:#e15c00;}

#shoutbox .shout .details .troll{
	float:left;
	margin-left:5px;
	margin-top:5px;
	width:16px;
	height:16px;
	background-image:url('/images/layout/shout/troll.gif');
}

#shoutbox .shout .details .date{
	float: right;
	margin-right: 15px;
	margin-top: 7px;
}

#shoutbox .shout .details .text{
	float:left;
	width:740px;
	clear:both;
}

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

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

#shoutbox .shout_no_login_container { float:left; width:860px; margin-left:26px; margin-top:-70px;}

#shoutbox .shout_no_login_container .enter { float: right; height: 50px; width: 138px; background-image:url('/images/layout/comments/enter.png'); margin-top: 20px; }
#shoutbox .shout_no_login_container .enter:hover { background-image:url('/images/layout/comments/enter_over.png');}

#shoutbox .shout_no_login_container .fbAlternateLogin { float: right; height: 13px; width: 12px; background-image:url('/images/layout/shout/info_help.png'); margin: 37px 10px 0 10px; }
#shoutbox .shout_no_login_container .fbAlternateLogin:hover { background-image:url('/images/layout/shout/info_help_over.png');}

#shoutbox .shout_no_login { float:left; background-image:url('/images/layout/shout/no_login_shout.png'); width:685px; height:75px}
#shoutbox .shout_no_login .warning { float:left; margin:30px 0 0 30px; }