/* Titolo dei moduli */
.TitoloModulo {
  background: url('../images/logo_moduli.png') 1px center no-repeat scroll;
  border: #0066ff 4px solid;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 3px;
    padding-left: 35px;
    font-size: 16px;
}
.mod_rquote_quote_text_file{
 	color: blue;
	font-style: italic;
}

.noprint
{display: none;}

.blink {
  animation:1s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
  color: red;
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.button {
}

.button_pren{ 
font-family: Arial, Helvetica, sans-serif; 
font-size: 8px; 
font-weight: bold; 
text-decoration: none;
color: #000000; 
cursor: pointer;
padding: 2px 3px 2px 3px;
background: #00FF66; 
border: 2px solid #000000;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
height: 29px;
width: 100%
}

.table {border-collapse: collapse;}
.th, td {border: 1px solid black;
          padding: 8px; }
.align-left   {text-align: left;}
.align-right  {text-align: right;}
.align-center {text-align: center;}
