@charset "utf-8";
/* CSS Document */
img{
border:0;
}
input{
margin-bottom:2px;
}
.user_info{
margin-bottom:3px;
}
#contenitore_menu{
width:100%;
height:30px;
}
#nome_ub{
width:540px;
margin-top:3px; 
font-weight:bold; 
color:#00556e;
text-align:right;
float:left;
}
#menu_blog{
float:right; 
width:145px;
}
#menu_blog a{
font-weight:bold;
text-decoration:none;
color:#54929f;
}

#menu_blog .profilo{
background-color:#00556e; 
width:70px;
height:20px;
float:left;
}
#menu_blog .profilo .link_profilo{
margin:1px 0px 0px 18px; 
}
#menu_blog .blog{
background-color:#00556e;
width:70px; 
height:20px;
float:right
}
#menu_blog .blog .link_blog{
margin:1px 0px 0px 20px;
}

.user_name img{
vertical-align:middle;
}

.commento_container{
margin-bottom:15px;
line-height:23px;
border-bottom:1px dashed #CCCCCC;
}
.topic_container{
width:680px;
margin-top:15px;
background-color:#f4f9fb;
padding:5px;
border:1px dashed #aacfdc;
}
.topic_container p{
line-height:25px;
margin:0;
padding:0;
}
.campo_testo_cerca{
font-size:10px;
border:1px solid #CCCCCC;
}
.leggi{
text-align:right;
clear:both;
}
.leggi a{
font-size:10px;
clear:both;
}

.user_container{
width:680px;
margin-top:15px;
background-color:#f4f9fb;
padding:5px;
border:1px dashed #aacfdc;
}
.user_container_little{
width:335px;
background-color:#5890a1;
padding:5px;
border:4px solid #ededed;
}

.avatar_container{
float:left;
}
.user_info_container{
width:590px;
float:right;
}
.user_info_container_little{
width:250px;
float:right;
color:#FFFFFF;
}
.utente_cancellato{
color:#999999;
}

/*DHTMLTOOLTIP*/
#dhtmltooltip_OK{
position: absolute;
width: 150px;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
}
#dhtmltooltip{
position: absolute;
visibility: hidden;
z-index: 100;
}

/*BACHECA*/
#bacheca{
width:675px; 
padding-left:15px;
}
.postit{
position:relative; 
float:left; 
width:220px; 
height:208px; 
background-image:url("../images/altro/postit.jpg");
}
.postnome{
position:absolute; 
top:45px; 
right:35px
}
.postbody{
width:162px; 
position:absolute; 
top:83px; 
right:33px;
}
.posttitolo{
width:100%; 
height:12px; 
overflow:hidden; 
font-size:9px; 
position:relative;
font-style:italic;
}
.posttitolo a{
font-size:9px;
text-decoration:none;
}
.posttitolo a:hover{
text-decoration:underline;
}
.postabstract{
width:150px; 
height:50px; 
overflow:hidden; 
font-size:9px; 
position:relative;
margin-top:5px;
line-height:10px;
}
.postabstract a{
font-size:9px;
text-decoration:none;
}
.postabstract a:hover{
text-decoration:underline;
}