/* v.d'andrea */
/* aggiungo una classe "novideo" non visibile per le cose da mostrare solo in stampa */

body {
    background-image: url("bg.jpg");
    background-attachment:fixed;
    background-color: "#555555"; 
    color: black; 
    font-family: Times New Roman; 
    font-size: 11pt;
}
hr {
    height: 2px; 
    width: 40%; 
    margin-left: 0px; 
    margin-right: auto;
}
#logo { 
    position: absolute; 
    background-color:#999999; aa:#8c9fc0;
    top: 10px; 
    left: 10px ;
    width: 200px; 
    height: 80px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    font-family: Verdana;
    font-size: 24pt;
    font-weight:normal;
}
#menu { 
    position: absolute; 
    background-color:#c0c0c0; aa:#5975a5; nn:#cccccc; 
    top: 120px; 
    left: 10px; 
    width: 200px;
    not_height: 245px; 
    padding: 10px 10px 10px 10px;
    font-family: Verdana;
    font-size: 14;
}
#menu a:link { 
    color: #000000; 
    font-size: 1em; 
/*    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; */
    text-decoration: none 
}
.selected { 
    background-color:#E0E0E0;
    color: #ffffff; 
    font-size: 1em; 
/*    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; */
    text-decoration: none 
    font-weight: bold; 
}
#menu a:visited { 
    color: #000000; 
    font-size: 1em; 
/*    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; */
    text-decoration: none 
}
#menu a:hover { 
    background-color:#E0E0E0;
    color: #ff0000; 
    font-size: 1em; 
/*    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; */    
    text-decoration: none
    font-weight: bold; 
}
#menu h2 {
    background-color:#E0E0E0;
    color:#777777;
    font-size: 14;
}
#menu .news { 
    font-size: 10;
}
#menu .new {
    color:red;
    font-weight:bold;
}
#menu .newnews {
    font-size: 10;
    color:red;
    font-weight:bold;
}

#contenuti  { 
    position: absolute; 
    background-color:transparent; as:#cccccc; aa:#8c9fc0;
    color:white;
    top: 10px; 
    left: 240px; 
    width: 600px;
    padding: 10px 10px 10px 10px;
    border-bottom: 10px;
    font-family: Times New Roman;
}
#contenuti h1 {
    text-align: center;
}
#contenuti h2 {
    background-color:#E0E0E0;
    color:#777777;
}
#contenuti dt {
    font-weight:bold;
    font-size:13pt;
}
#contenuti a:link { 
    background-color:transparent; as:#E0E0E0;
    color:cyan;
}
#contenuti a:visited { 
    background-color:transparent; as:#E0E0E0;
    color:white;
}
#contenuti a:hover { 
    background-color:transparent; as:#E0E0E0;
    color: #ff0000; 
    not_font-weight: normal; 
}
#contenuti table {
    text-align: left;
    vertical-align: bottom;
    border-width: 0px;
    width: 600px;
    color: white;
}
/*    height: 148px; */
#contenuti .new {
    text-align: center;
    padding-left: 100px;
    color:red;
    font-weight:bold;
    font-style:oblique;   
}

#main {
    display: block;
}
#topics {
    display: none;
}
#chairs {
    display: none;
}
#keynotes {
    display: none;
}
#short {
    display: none;
}
#dates {
    display: none;
}
#papers {
    display: none;
}
#panels {
    display: none;
}
#preprogramme {
    display: none;
}
#accepted {
    display: none;
}
#hotels {
    display: none;
}
#venue {
    display: none;
}
#tutorials {
    display: none;
}
#pc {
    display: none;
}
#links {
    display: none;
}
#grants {
    display: none;
}

