@import url('./reset.css');
@import url('./grid.css');
@import url('./form.css');
@import url('./screen.css');
@import url('./copy.css');
@import url('./autocompleter.css');
@import url('./home.css');



/* ========== */
/* ! extras   */
/* ========== */


.translation_missing {
  background-color: darkred !important;
  color: white !important; 
}


/* TEMP */

.expander{
	height:12px;
	width:12px;
	background: url("/images/expand.png") no-repeat center
	
}
.expander.expand {
	background: url("/images/collapse.png") no-repeat center
}

.list-activities {
	color :#666;
}



.event form.undo {
	margin: 0;
	padding: 0;
}


/* ================ */
/* ! post-profile   */
/* ================ */


.post-profile {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    
    border-top: 1px dotted #999;
}

.post-profile .group.lead  {
    margin: 10px 0 0 0;
}

.post-profile .group.lead .content {
    margin: 0 0 0 10px;
}


.post-profile .group.lead>.name {
    text-transform: uppercase;
    color: #666;
}


.post-profile .group,
.post-profile .tag {

}

.post-profile .tag {
	margin-left: 10px;
    font-size: 13px;	
}

.profilation {
  font-size: 12px;
}

.profilation .content {
	margin-left: 5px;
}


.profilation .group a {
    border: none;
}

/* Stili per il messaggio di errore dentro la lightbox della richiesta di connessione,
   copiati da #flash
*/

.flash p {

	border: 1px solid #999;
	
	padding: 5px 10px;
	margin: 0 0  20px 0;
	
	background: #fff;
	
}


.flash p.error {

  border: 2px solid #c77b88;  
  background: #fae6e9;
  
  padding: 10px 15px;
}

/* ============ */
/* ! CKEDITOR   */
/* ============ */

.cke_skin_office2003 .cke_bottom {
  display: none;
}