/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin: 0 auto;
	background-image: url(immagini/sfondopagina.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
}

#container{
	/*height:auto;
	min-height:100%;*/
	/*position:relative;*/	
	width:770px;
	margin:0 auto;
	/*text-align: center;*/
	
}

#header{
	text-align: left;
	height: 175px;
}

#testa {
	margin-top: 20px;
	margin-bottom: 0px;
}

#block {
	vertical-align: top;
}

#content_sx{
	width: 270px;
	float: left;
}

#centrale {
	clear: right;
	height: 410px;

	/*text-align: left;
	height: auto;*/
}

#cont {
	background-image: url(immagini/sfondo_testa.gif);
	color: #FFFFFF;
}

#page {
	background-image: url(immagini/sfondo_testa.gif);
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;

}


#footer{
	
}



#spacer {
	height: 30px;
}

#chiude {
	clear: both;
	/*border: 0,0,0,0;
	padding: 0,0,0,0;
	margin: 0,0,0,0;*/
	height: 40px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #FF9900;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.form {
	font-size: 9px;
	text-decoration: none;
}

/*link*/
a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#m_frame {
	clear: both;
}
#subpage {
	background-image: url(immagini/sfondo_testa.gif);
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}






 table {
	border-collapse: collapse;
	width: 100%;
    }
    
    th {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 18px;
    }
  
    td, th {
      text-align: left;
      padding: 2px;
    }
    
    td {
      color: #999;
    }
    
    td.name {
	background: url('immagini/twistyplus.gif') no-repeat 5px 50%;
	padding-left: 22px;
	color: #FFCC00;
	cursor: pointer;
    }
    
    tr.inforow td {
      padding: 0;
    }
    
    div.infodiv {
	/*border: 1px solid #666666;*/
	padding: 10px;
    }
    
    div.summary {
	text-align: justify;
	color: #E0E0E0;	/*float: left;
	width: 450px;
	height: 100%;*/
    }
    
    a.see_prj {
	color: #FFFF00;
	text-decoration: none;
    }
    a.see_prj:hover {
	color: #FF6600;
	text-decoration: none;
    }

