html {
  height: 100%
}

body {
  margin: 0px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

table, td, th {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  font-family: Arial;
  font-size: 13px;
  color: #888888;     
}

#tab_main {
  width: 100%;
  height: 100%;
}

.testo-titolo{
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.link_menu_2 {
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  color: #888888;  
}

.testo_footer {
  font-family: Arial;
  font-size: 11px;
  color: #888888;  
}

.testo_periodo {
  font-family: Arial;
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
}

.testo_titolo  {
  font-family: Arial;
  font-size: 12px;
  color: #888888;
  font-weight: bold;
}

.testo_descrizione  {
  font-family: Arial;
  font-size: 11px;
  color: #888888;
  font-weight: normal;
}

.sezione_modulo_insegnanti {
  width: 100%;
  height: 25px;
  margin-top: 3px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2px;
  background-color: #bbbbbb;
  color: #ffffff;
  font-size: 16px;
}

#marqueecontainer {
  position:relative;
  width: 575px;  
  height: 155px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  border: 1px solid #cccccc;
 
}

#marqueecontainer h2 {
  display: inline;
  position: relative;
  top: -20px;
  left: 5px;
  color: #85002b;
  margin: 0 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
}

#vmarquee {
  position: relative; 
  width: 575px; 
  height: 120px;
}

#vmarquee ul {
  margin-left: 5px;
  padding: 0px;
}

#vmarquee li {
  list-style-type:none;
}

#div_testo_avviso {
  font-size: 14px;
  margin: 5px
  text-align: center;
  color: #ff0000;
  font-weight: bold;
  text-decoration: blink;
}