/*PROPRIETA' GENERALI
  dei principali block elements
*/

body{ 
  background-color: #E0E5FF;
  padding:30px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size:small;
  color:#320;  
 }

body.bgim{ 
  background-image:url("images/channel.gif");
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: center center;
  padding:20px 10% 5px 15%;
 }

p { 
margin:2px 0px 5px 0px;
text-align:justify; }


h1 { 
  margin:10px 0px 20px 0px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size:x-large;
  font-weight:bold;
  text-align:center;
  border-bottom:2px solid black;
 }

h1#titolissimo { 
  margin:0px;
  background-color: #136;
  letter-spacing:2pt;
  color:white;
 }

h2 { 
  color: #555;
  margin: 8px 5px 3px 0px;  
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight:normal;
  font-size:large;
  text-decoration:underline;
 }

h3 { 
  color: #555;
  margin: 6px 5px 1px 0px;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight:bold;
  font-size:normal;
 }

a { 
  color:#005;
 }

a:hover { 
  color:#55E;
 }

a img { 
  border-width:1px;
}


/*seminari*/
table.seminar{
  margin:10px 0px 10px 0px;
  clear:both;
  padding:0px;
  width:auto;
  border-spacing:0px;
 }
 table.seminar td {
 	padding:2px;
	vertical-align:top;
	text-align:left;
	font-size:x-small;
 }

table.seminar td.date{ 
  width:10%;
 }

table.seminar td.hour{ 
  width:5%;
 }

table.seminar td.place{ 
  width:15%;
 }

table.seminar td.speaker{ 
  width:20%;
 }
 
table.seminar td.text{ 

 }
 
/*layout a due colonne*/
table.twocols{ 
  margin:10px 0px 10px 0px;
  clear:both;
  padding:0px;
  width:auto;
  border-spacing:0px;
 }

table.twocols td{
	width:50%;
	padding:0px;
	vertical-align:top;
	text-align:justify;
	font-size:small;
	padding-left: 10px;
}

table.twocols td.left{ 
  padding-right:30px;
 }

table.twocols td.right{ 
  padding-left:30px;
 }

table.twocols * h1 { 
  margin-top:100px;
  letter-spacing:1px;
  font-weight:normal;
 }

table#gallery{ 
 width=100%;
 }

table#gallery td{
  text-align:center;
}

table#gallery h3{
  margin:0px;
  background-color:#136;
  text-align:justify;
  margin-bottom:3em;
  padding:10px;
  font-size:normal;
  font-weight:normal;
  color:#FFFFFF;
  text-decoration:none;
}

table#gallery img { 
  display:inline;
  margin:5px;
 }
/*popups*/
body.full { 
  margin:5px;
  padding:5px;
 }

body.full table {
  font-size:small;
 }

body.full table td { 
  padding:2px;
 }

/*menus*/
body.menu { 
  background-color: #136;
  padding:0px;
  margin:0px;
  border-right:3px solid #07B;
 }

body.menu * td{ border-color:#07B; border-style:solid; border-width:0px; }

td#icon{ 
  border-bottom-width:3px;
  margin:0px;
  padding:0px;
  width:159px;
  height:100%;
} 

td#header{ 
  padding:0px;
  margin:0px;
  border-left-width:3px;
  border-bottom-width:3px;
  height:100%;
  width:auto;
 } 

div#links {
  width:100%;
  height:100%;
 }

div#links a { 
  display:block;
  padding:4px;
  margin:0px 0px 10px 0px;
  text-align:left;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  border:2px solid #07B;
  border-right:0px;
  font-size:small;
  font-weight:bold;
  color: white;
  background-color: #8AD;
  text-decoration:none;
 }

div#links a.selected { 
  background-color:#E0E5FF;
  color:black;
 }

div#links a:hover { 
  background-color: #FFF;
  color:black;
  cursor:pointer;
 }




.Stile3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

