@charset "iso-8859-1";
/*
body
  {
  font-family: arial,sans-serif;
  font-size: 12pt;
  background-color: #770000;
  }

img.logo
  {
  }

td
  {
  font-family: arial;
  color: #000000;        
  }
  
td.menu
  {
  padding: 5px;
  border: 1px dashed #ff0000;
  background-color: #630000;      	
  font-family: arial,sans-serif;
  font-size: 9pt;
  }
  
td.menu h1
  {
	font-size: 16pt;
	margin-bottom: 5px;
  border-bottom: 1px solid #4a8ec6;
	font-family: trebuchet ms, arial, sans-serif;
	padding: 5px;
	color: #fb8331;
  }

td.text
  {
  padding: 5px;
  border: 1px dashed #ff0000;
  background-color: #630000;      	
  font-family: arial,sans-serif;
  font-size: 11pt;
  width: 550px;
  }

h1,h2,h3,h4,h5,h6
  {
	font-family: trebuchet ms, arial;
	color: #fffc00;
  text-align: left;
  margin-left: -20px;
  }

h1
  {
	font-size: 20pt;
  }

h2
  {
	font-size: 16pt;      	
  }

h3
  {
	font-size: 14pt;      	
  }

a
  {
  font-weight: bold;
  color: #ffcc00;
  text-decoration: none;
  }
  
a:hover
  {
  color: #fb8331;
  }

div.abstract
  {
  width: 60%;
  font-style: italic;
  margin-bottom: 20px;
  text-align: left;
  }
  
div.author
  {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 9pt;
  }

div.breadpath
  {
  font-size: 9pt;
  margin-left: -20px;
  }
  
  
table.maintable
  {
  width: 750px;
  }

div.unprintable
  {
  text-align: left;
  padding-left: 30px;
  }

div.article
  {
  padding-left: 40px;
  padding-right: 20px;
  width: 500px;
  text-align: justify;
  }

div.user
  {
  margin-left: -40px;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  }
  
div.copyright  
  {
  color: #ffffff; 
  font-size: 9pt;
  }

div.topmenu
  {
  color: #ffffff; 
  font-size: 9pt;
  }

td.topmenu
  {
  }

td.copyright
  {
  }

div.address
  {
  text-align: center;
  font-size: 9pt;
  color: #ffffff;
  }

td
  {
  color: #ffffff;
  }
  
a.thumb
  {
  border: none;
  }

span.selected
  {
  font-size: 14pt;
  }

td.toptext
  {
  padding: 5px;
  border: 1px dashed #4a8ec6;
  background-color: #204878;      	
  font-family: arial,sans-serif;
  font-size: 6pt;
  color: #dddddd;
  }

.printtitle
  {
  display: none;
  }
div.image_left
  {
  font-size: 9pt;
  float: left;
  margin-right: 10px;
  }
  
div.image_right
  {
  font-size: 9pt;
  float: right;
  margin-left: 10px;
  }

div.image_center
  {
  font-size: 9pt;
  text-align:center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 500px;
  }
  
div.image_normal
  {
  font-size: 9pt;
  margin-top: 20px;
  margin-bottom: 20px;
  }
*/



/* -------------------------------- CSS ORIGINALE DEL FESTIVAL -------------------------------------- */


img.simple
{	margin:10px;
}
    body  
      {
      background-image: url('./../img/festival-5.jpg');
	  background-repeat: no-repeat;
      background-color: rgb(73,115,161);
      font-size: 11pt;
      color: #031c7f;
      }
	img.foto
	{	margin:10px;
	}
	img.rounded
	{	margin:10px;
	}
	
	td.bottom
	{	background-image:url('./../img/bottom.png');
		height:19px;
	}
	td.bottomleft
	{	background-image:url('./../img/bottomleft.png');
		height:19px;
		width:19px;
	}
	td.bottomright
	{	height:19px;
		width:19px;
		background-image:url('./../img/bottomright.png');
	}
	td.right
	{	height:310px;
		background-image:url('./../img/right.png');
	}
	td.left
	{	height:310px;
		background-image:url('./../img/left.png');
	}
	td.didascalia
	{	font-family: arial;
	    font-size: 9pt;
		color:blue;
		margin:10px;
	  	text-align:justify;
	}
	td.texts
	{
	  background-color:#fcffad;
	  padding-right:7px;
	  margin:0px;
	  font-family: arial;
      font-size: 10pt;
	  text-align:justify;
	}
   div.menu
      {
      position: absolute;
  	  left:112px;
	  top:147px;
      }
	td.menu img
	{	border:none;
	}

	div.corpo
      {
      position: absolute;
      left: 120px;
      top: 182px;
	  width:677px;
	  }
    h1.titolopagina
      {
      text-align: center;
      color: #ff0000;
      font-size: 20pt;
      font-family: times new roman;
      }
	h3
	{	text-align:center;
	}

	td.didascalia
	{	padding-left:20px;
		padding-right:20px;
      	padding-top:0px;
      	font-size: 9pt;
		text-align:justify;
	}
	table.foto
	{	margin-top:0px;
		padding-top:0px;
	}
/*    a
      {
      color: #ffffff;
	  font-family: arial;
      text-decoration: none;
      font-size: 10pt;
      }
      
    a:hover
      {
      color: #0000ff;
      }
*/
a
{     color: #ff0000;
      font-size: 20pt;
	  font-weight:bold;
      font-family: times new roman;
      text-decoration: none;
}

a.editlink
  {
  color: #000000;
  font-size:12pt;
  background-color: #ffcc00;
  border: 1px solid #000000;
  text-decoration: none;
  }

div.controls
{	text-align: right;
	width: 550px;
	position: absolute;
/*	top:10px;*/
}

table.sheet
{	width: 600px;
	position: absolute;
	top:30px;
}

td.titolo
{	text-align: center;
	color: #ff0000;
	font-size: 20pt;
	font-family: times new roman;
	font-weight:bold;
}

td.sottotitolo
{	text-align: center;
	font-size: 15pt;
	font-family: times new roman;
	font-weight:bold;
}

h1
{     text-align: center;
      color: #ff0000;
      font-size: 20pt;
      font-family: times new roman;
}

h1 a
{   font-family: Times new roman;
    font-size: 20pt;
    text-align: center;
    color: #ff0000;
}
h1 a:hover
{	color: rgb(79,113,251);
	text-align: center;
	font-family: Times new roman;
	font-size: 20pt;
}

h3
{	text-align:center;
}

h1 a.menulink
{   font-family: Times new roman;
    font-size: 20pt;
    text-align: center;
    color: #ff0000;
}
h1 a:hover.menulink
{	color: rgb(79,113,251);
	text-align: center;
	font-family: Times new roman;
	font-size: 20pt;
}
