#content_bottom_left {
  border: 0px solid fuchsia;
  float: left;
  width: 800px;
}

#content_bottom_right {
  border: 0px solid red;
  float: left;
  width: 190px;
}

.box {
  margin-left: 100px;  
  width: 700px;  
  margin-bottom: 10px;
}

.topicPreview {
  color: black;
  border-left: 1px solid #6699CC;
  border-right: 1px solid #6699CC;
  background-color: #f2f2f4;/*grigio chiaro*/
  padding-left: 10px;
  padding-top: 2px;
  padding-right: 10px;
  margin-left: 2px;
  width: 674px;
}

.tpTop {
  background: url("../images/channel_top_background.png");
  background-repeat: no-repeat;
}

.tpTitle {
  font: bold 14px arial, sans-serif;
}

.tpDetails {
  /*font-weight: bold;*/
  font-size: 11px;
  float: right;
  padding-right: 10px;
}

.topicPreview p {
  margin: 2px;
  text-indent: 4px;
  overflow: auto;
}

.tpControls {
  background-color: #f2f2f4;
  float: right;
  text-align: right;  
  /*border: 1px solid #6699CC;*/
}

.tpBottom {
  background: url("../images/channel_bottom_background.png");
  background-repeat: no-repeat;
  height: 20px;
}

.spacer { clear: both; height: 1px; font-size: 1px; }

/*.center è utilizzato dai bottoni della community*/
.centerCommunityButton {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

.box_utente {
	border: 1px solid #8acf47;
	margin: auto;   
	text-align: center;
	padding: 10px;
    padding-left: 8px;
    padding-right: 8px;
    width: 140px;
}

.immagine_utente {
    margin: auto;   
    position: relative;
    width: 64px;
}

.nome_utente {
    margin-top: 5px;
}
