/* @override http://localhost/forum/styles/prosilver/theme/electroportal.css */

#corpo_forum #search-box{
	margin-top: -50px !important;
}

#corpo_forum #wrap{
	padding: 0;
}

#corpo_forum .forabg.recent_topics {
	background-image:url(/forum/styles/prosilver/theme/images/bg_list_grigio.gif) !important;
	background-color: #595959;
}

#corpo_forum #frm_search .badge {
	position: absolute;
	top:  -20px;
	left: -75px;
	z-index: 100000000;
}

#corpo_forum img.userPhoto{
	margin-right: 5px;
	margin-left: 2px;
	vertical-align: -3px;
}

.post .postprofile img.userPhoto,
.forums dt img.userPhoto,
ul.topiclist dt img.userPhoto,
#users_list img.userPhoto,
#corpo_forum .moderators_list img.userPhoto{
	display: none;
}

#corpo_forum ul, #corpo_forum ol, #corpo_forum dl {
    line-height:1.5em;
}

#corpo_forum a, #corpo_forum a:hover{
    border: none;
}

#corpo_forum dt{
    font-weight: normal;
}

#corpo_forum span.corners-bottom {
	clear: both;
}

#corpo_forum #page-header span.corners-bottom {
	clear: none;
}

#corpo_forum ul.rightside, #corpo_forum ul.leftside  {
	float: none;
}

#corpo_forum ul.rightside{
	margin-left: 0;
}

#corpo_forum #page-header{
	margin-bottom: 10px;
}

#corpo_forum div.buttons a span {
	text-indent: -1000em;
}

#corpo_forum ul li{
	list-style-type: none;
}

#corpo_forum .forum-image img{
    margin-right: 5px;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
}
#corpo_forum .unread .forum-image img{
    border-left: 3px solid #FFA5A5;
}

#corpo_forum ul.topiclist dl dt{
    width: 55%;
}

#corpo_forum ul.topiclist dl.icon dt{
    width: 40%;
}

#corpo_forum ul.profile-icons li.edit-icon{
    width: 73px !important;
}

#corpo_forum dd.votes{
    width: 5%;
}

#corpo_forum dd.votes.positive {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    font-family: Helvetica, Arial;
}