div.pagina_messages_center{width:75%}

/*Testo delle colonne*/
div.pagina_messages_center div.elementi_elenco{ 
   height: 35px;
   font-size:9px;
   border:1px dotted #222;
   
}

.pagina_messages_center {

    width: 80%;
    margin: 0 auto;
    border-radius: 0px 0px 0px 0px;
}
/*************************/
/*Visualizzazione del messaggio singolo*/
div.read_message_box{
   width: 498px;
   height: 100%;
   margin-left: auto;
   margin-right: auto;  
   background-image:none;
   background-repeat: no-repeat;
}

div.read_message_box div.infos{ 
   clear: both;
   text-align: right;
   background-image:none;
   width:490px;
   margin-top:10px;
   margin-bottom:20px;
}

#riccy{
    font-size: 17px;
    text-align: center;
    font-family: Cambria;
    text-transform: uppercase;
    color: #716561;
    font-weight: light;
    opacity: 0.9;
    background: none;
    border: 0px solid #191813;
    width: 100%;
    margin: auto;
}
/*************************/
/*Visualizzazione del messaggio singolo*/
div.read_message_box{
   width: 498px;
   height: 100%;
   margin-left: auto;
   margin-right: auto;  
   background-image:url(/themes/advanced/imgs/textureCS.jpg);
   background-repeat: no-repeat;
}

div.read_message_box div.infos{ 
   clear: both;
   text-align: right;
   background-image:url(/themes/advanced/imgs/textureCS.jpg);
   width:490px;
   margin-top:10px;
   margin-bottom:20px;
}

div.read_message_box div.infos span.title{ 
  font-style: tahoma;
}
div.read_message_box div.infos span.body{ 
  color:#76724d;
}

div.read_message_box_text{
  border: 1px dotted #222;
  width:430px;
  background-color: black;
  padding: 20px;
  margin: 40px 10 5px 10;
  text-align:justify;
 color: #606060;
} 
div.read_message_box_forms{
  clear: both;
  margin-bottom: 40px;
  

}

div.read_message_box_form{
  float: right;
  margin-top:10px;
  
}

div.read_message_box_form input {
  height: 16px; 
  width: 16px;
}

td.title_msg_on{
	font-size: 14px;
    font-family: Poiret One;
    color: #76724d;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top:20px;
    padding-bottom:20px;
}

td.title_msg_off{
	font-size: 14px;
    font-family: Poiret One;
    color: #76724d;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top:20px;
    padding-bottom:20px;
}

.btn_msg{
	float:right;
    width:20px;
    height:20px;
    background-color: transparent;
    border: none;
    font-size: 17px;
    font-family: Poiret One;
    color: #76724d;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.msg_hide{
	display:none;
}

.msg_show{
	display:block;
}