/****************************************/
/*** contenuti pagina hp - col sx     ***/
/****************************************/
/* contenitore generale della col sx della hp */
div.cont_hpsx {
	width:360px;
	margin:auto; 
	padding:0 10px;
	font-size:10px;
	color:#777;
	clear:left;
}

div.cont_hpsx img {
	float:left;
	margin:0 10px 10px 0;
}

/****************************************/
/*** form per aforismi                ***/
/****************************************/
/* contenitore rounded form */
div.cont_stdform { 
	margin:10px 0px 10px 10px;
	/* background: #4A8AFF;*/
	width:345px;
	color:#777;
	/*
	filter: alpha(opacity=65);
	opacity: .65;
	*/
}
                                                                                

/****************************************/
/*** contenuti pagina hp - news       ***/
/****************************************/
/* contenitore generale delle news */
div.cont_news {
	width:360px;
	margin:7px 0;
	clear:left;
	background:#f0f7ff;
}

/* titolo delle singole news */
h1.tit_news {
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0 0 0 20px;
	color:#00a;
}
/* titolo delle singole news */
h2.tit_news { 
	font-size:9px;
	color:#999;
	padding:0 0 0 20px;
	margin:0;
}
/* link sul titolo delle singole news */
h1.tit_news a {
	color:#00a;
}

/* link sul titolo delle singole news */
h1.tit_news a:hover {
	color:#2588CD;
	background-color:#BBD0DF;
}
/* testo delle singole news */
p.text_news { 
	padding:0 5px 0 20px;
	color:#777;
	margin:0
}
form#hom_categorie {
	float:left;
	clear:right;
	margin-left:90px;
	margin-bottom:10px;
}
form#hom_categorie p {
	margin:0;
}
form#hom_categorie select {
	font-size:10px;
}

#form_afo_risp {
	border:1px solid #ccc;
	width:327px;
	padding:8px;
}

#form_afo {
	width:550px;
	padding:15px;
	height:350px;
	margin:auto;
}
#form_afo p {
	width:160px;
}
#form_afo textarea {
	margin-right:30px;
	height:170px;
}

#form_afo .col1 {
	float:left;
	width:260px;
	margin-top:5px;
}
#form_afo .col2 {
	width:200px;
	float:left;
	margin-top:10px;
}
#form_afo .col2 input {
	width:150px;
}

#form_news {
	width:550px;
	padding:15px;
	height:270px;
	margin:auto;
}
#form_news .line_form  {
	width:100%;
}
#form_news p  {
	width:450px;
}
#form_news textarea {
	margin-right:30px;
	height:170px;
}
#form_utenti {
	width:700px;
	padding:15px;
/*	height:690px; calcolato dinamicamente*/
	margin:auto;
	border:1px solid #ccc;
}
#form_utenti .line_form  {
	height:32px;
}
#form_utenti .line_form p {
	width:480px;
}
#form_reg_utenti {
        width:360px;
        padding:10px;
        /*margin:0 10px;*/
	border:1px solid #ccc;
}
#form_reg_utenti h1 {
	font-size:14px;
	color:#888;
	text-align:center;
	margin:0;
	width:351px;
	height:20px;
	background:#eee;
}
#form_reg_utenti .line_form span {
        width:135px;
	text-align:right;
	background:#fea;
}
#form_reg_utenti .line_form  {
	height:30px;
}
#form_reg_utenti .line_form p {
        width:210px;
	background:#fed;
}
#form_reg_utenti .line_form p select{
        font-size:11px;
	width:205px;
}

/*** impostazione delle caselle di tipo INPUT ***/
.std_form input, .std_form select, .std_form textarea {	font-size:13px;  /*serve per IE */}

/******************/
/*** button bar ***/
/******************/
.button_bar { clear:left;
	      height:25px;
	      margin: 0.2em 0 0 0;
}

/* pulsanti di submit */
.button_bar input, .button_bar button { 
	font-size: 11px;
	font-family:sans-serif;
	border:1px #fff outset;
	color:#fff;
	background-color:#8FAFEA;
	padding:2px;
	vertical-align:middle;
	cursor: pointer;
}
/*link a forma di bottone*/
a.button_link { font-size: 12px;
		/* padding:0.15em 0.7em; */
		padding:0.12em 1em 0.12em 1em;
		margin: 0 0 0 0.4em;
		border:1px #777 outset;
		background-color:#8FAFEA;
		vertical-align:middle;
		cursor: pointer;
		color:#fff;
}

a.button_link:hover { background-color: #5db2e7;
		      color:#fff;
}

/*** contenitore immagini nascoste per evitare ritardi negli effetti  di transizione ***/
.hiddenPic {display:none;}

table#tab_risposte {
	margin:auto;
	width:70%;
	background:#fef;
}
table#tab_risposte th {
	background:#ffc;
}
table#tab_risposte caption {
	margin:auto;
	text-align:left;
}
table#tab_risposte caption em {
	color:green;
}
table#tab_aforismi {
	clear:left;
	margin:5px auto;
	
}
table#tab_aforismi th {
	background:#ffc;
}
table#tab_news {
        clear:left;
        margin:5px auto;
	background:#fef;
}
table#tab_news th {
        background:#ffc;
}
table#tab_utenti {
        clear:left;
        margin:5px auto;
        background:#fef;
}
table#tab_utenti th {
        background:#ffc;
}
table#tab_utenti img.iute {
        width:100px;
}

a.adm {
	background:#ccc;
	text-align:center;
	float:left;
	width:80px;
	padding:2px 5px;
	margin:0 0 5px 10px;
	border:1px outset #aaa;
	display:block;
}
img.titolo {
	display:block;
	clear:left;
}

div#pagRss {
	text-align:center;
	margin:0 20px;
}
div#pagRss img.titolo {
	margin:15px 0;
}
div#pagRss h2 {
	margin-bottom:15px;
	text-align:left;
	color:#ccc;
}
div#pagRss p {
	text-align:justify;
	color:#777;
	background:#f0f7ff;
	font-size:13px;
	margin:0;
	padding:5px 15px;
}

div#pagRss table {
	width:100%;
}
div#pagRss table th{
	background:#ccc;
}
div#pagRss table td{
	background:#f0f7ff;
	color:#777;
	text-align:left;
}
div#pagRss ul{
	background:yellow;
	text-align:left;
	list-style-position:outside;
}
div#pagRss li{
	background:#eee;
	margin:3px 0 3px 25px;
	line-height:25px;
	vertical-align:middle;
	color:#777;
	padding:5px;
}
div#pagRss li img{
	vertical-align:middle;
	margin-left:10px;
}
