input, textarea, select
{
	background-color: #f6f6f6; 
	font-family: Tahoma, Andale Mono; 
	font-size: 10 pt; 
	color: #000000; 
	border: 1 solid #0099CC;
}

div.paging{
	width:610px;
	height:20px;
	margin:0 auto;
	text-align:right;
}

div.area_post{
	width:600px;
	\\background-color:red;
	overflow:hidden;
}

div.foto{
	\\background-color:yellow;
	width:76px;
	height:60px; /*ALTEZZA MINIMA POST*/
	text-align:center;
	float:left;
}

div.contenuto{
	\\background-color:blue;
	width:500px;
	float:left;
	overflow:hidden;
}

div.nome{
	background-color: white;
	width:400px;
	float:left;text-align:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;font-weight:bold;
	color:#090;text-decoration:none;
}
div.nome a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;font-weight:bold;
	color:#090;text-decoration:none;
}
div.nome a:hover{
	color:black;
}

div.data{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color: white;
	width:400px;text-align:left;
	float:left;
}

div.post{
	\\background-color: #F90;
	width:500px;text-align:left;
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;	color:#08c;font-weight:bold;
}

div.image_or_video{
	\\background-color: #0CF;
	width:250px;
	float:left;
	text-align:left;
	
}

div.area_stato{
	\\background-color: #999;
	width:500px;
	float:left;
	text-align:left;
}

div.area_commenti{
	background-color:#F9F9F9;
	width:500px;height:18px;
	text-align:left;
	float:left;
	overflow:hidden;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;	
}
div.area_commenti a.show_hide{
	color:black;
	line-height:18px;
}
div.area_commenti a.nome_commento{
	font-weight:600;
	color:#069;
	vertical-align:top;
	text-decoration:none;
}
div.area_commenti a.commento{
	vertical-align:top;
}
div.area_commenti form{
	margin:4px 0 0 0;
}
div.area_commenti form input{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;	
	height:16px;
	margin:0 0 0 4px;
}

div.area_stato a.nome_approvazione{
	font-weight:500;
	color:#093;
	line-height:15px;
}
div.area_stato a.azione_approvazione{
	font-weight:bold;
	color:#093;
	line-height:15px;
}
div.area_stato a.nome_disapprovazione{
	font-weight:500;
	color:#900;
	line-height:15px;
}
div.area_stato a.azione_disapprovazione{
	font-weight:bold;
	color:#900;
	line-height:15px;
}

div.spacer{
	width:240px;
	float:left;
	font-size:0px;
	height:4px;
}



div.contenuto div.post_image{
	width:auto;
	float:left;
}

div.contenuto div.post_image_comment{
	width:290px;
	float:left;
	overflow:hidden;
	font-family:Tahoma, "Trebuchet MS", Geneva, sans-serif;
	font-size:11px;
	color:red;
}

div.spacer{
	width:400px;
	height:4px;
	line-height:0; /*FOR EXPLORER*/
	font-size:0; /*FOR EXPLORER*/
}
div.spacer_rid{
	width:100px;
	height:4px;
	line-height:0; /*FOR EXPLORER*/
	font-size:0; /*FOR EXPLORER*/
}

img.face {
	border:1px solid #cccccc;
}


a.data{
	font-family:Tahoma, "Trebuchet MS", Geneva, sans-serif;
	font-size:9px;
	color: black;
}

a.post_text{
	font-family:Tahoma, "Trebuchet MS", Geneva, sans-serif;
	font-size:11px;
	color:#060;
	font-weight:bold;
	}
a.commento_nome{
	font-family:Tahoma, "Trebuchet MS", Geneva, sans-serif;
	font-size:10px;
	color:#c00000;
	font-weight:normal;
	}
a.commento_testo{
	font-family:Tahoma, "Trebuchet MS", Geneva, sans-serif;
	font-size:10px;
	color:black;
	font-weight:normal;
	}

img.post_image{
	border-style:double;
	border-color:#cccccc;
	border-width:3px;
}



