/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/
.inputtext
{
BACKGROUND-COLOR: white;
BORDER-BOTTOM: black 1pt solid;
BORDER-LEFT: black 1pt solid;
BORDER-RIGHT: black 1pt solid;
BORDER-TOP: black 1pt solid;
FONT-FAMILY: Verdana;
FONT-SIZE: 8pt
}

a {
color: #000099;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #d04000;
text-decoration: underline;
}

body {
background-color: #BDD3EF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
background-image: url(img/fondo.gif);
background-position: right top;
background-repeat: no-repeat;
background-attachment: fixed;
}

blockquote {
	font-style: italic;
}

h1 {
	font-size: 115%;
	margin-top: 0px;
}

h2 {
  font-size: 110%;
  margin-top: 0px;
}

h3 {
  font-size: 105%;
}

h4 {
  font-size: 100%;
}

input, textarea {
  background-color: #fff0d0;
  border-color: #ffd0a0 #e0b080 #e0b080 #ffd0a0;
  border-width: 1px;
  padding: 2px;
}

input:focus, textarea:focus {
  background-color: #ffffd0;
}

input.button {
  background-color: #d0a070;
  border-style: solid;
  border-color: #f0e0c0 #703000 #703000 #f0e0c0;
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: .2em;
}

input.button:focus {
  color: #ffffd0;
}

label {
  font-weight: bold;
}

textarea {
  font-family: "Courier New", Courier, monospace;
}

td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 500px;
}

#titleBar, #copyright {
  background-color: #a07050;
  border-color: #c09070 #704020 #704020 #c09070;
  border-style: solid;
  border-width: 2px;
  color: #fff0d0;
  font-size: 120%;
  font-weight: bold;
  padding: 2px .5em;
}

#copyright {
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

#content {
  background-color: #f0c090;
  border-color: #ffe0b0 #b08050 #b08050 #ffe0b0;
  border-style: solid;
  border-width: 2px;
  padding: .5em 1em .25em 1em;
}

#validation {
  padding: 1em 0em;
  text-align: right;
}

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

.menuBar,
.menuBar a.menuButton,
.menu,
.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  line-height: 5pt;
  color: #000000;
}

.menuBar {
  background-color: #003399;/*#c09070;*/
  border: 2px solid;
  border-color: #003399; /*#e3f1ff #1c5c99 #1c5c99 #e3f1ff;*/
  padding: 5px 2px 5px 2px;
  text-align: left;
  z-index: 100;
}

.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #003399;
  color: #ffffff;
  cursor: default;
  font-weight: bold;
  left: 0px;
  margin: 0px 0px 0px 0px;
  padding: 1px 6px 1px 5px;
  position: relative;
  text-decoration: none;
  top: 0px;
  
}

.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #99ccff #99ccff #99ccff #99ccff;
}

.menuBar a.menuButtonActive,
.menuBar a.menuButtonActive:hover {
  background-color: #ccddff;
  border-color: #224488 #224488 #115599 #115599;
  color: #000000;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #003399/*ccddff*/;
  border: 1px solid;
  border-color: #eeffff #115599 #115599 #eeffff;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.menu a.menuItem,
.menu .menuItemHdr {
  padding: 3px 1em;
}

.menu a.menuItem:hover, .menu a.menuItemHighlight {
  background-color: #ccddff/*29498C*/;
  color: #000000/*fff0d0*/;
}

.menu a.menuItem .menuItemText {
}

.menu a.menuItem .menuItemArrow {
  margin-right: -.75em;
  padding-left: .25em;
}

.menu .menuItemHdr {
  font-weight: bold;
}

.menu .menuItemSep {
  border-top: 1px solid #e3f1ff;
  border-bottom: 1px solid #1c5c99;
  margin: 4px 2px;
}

/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-color: #f0d0b0;
  border: 1px solid #000000;
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 1em 0em 0em;
  width: 10em;
}

.sideBarHdr {
  background-color: #d0a070;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  font-weight: bold;
  padding: 0px .5em 0px .5em;
}

.sideBarTxt {
  padding: 4px .5em 4px .5em;
}

.sideBarSep {
  border-top: 1px solid #d0a070;
  margin: 2px 0px 2px 0px;
}

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  a {
    color: #808080 !important;
    font-weight: normal !important;
  }

  body, input, textarea, #titleBar, #copyright, #content, .menuBar {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  input, input.button, textarea, #titleBar, #copyright, #content, .menuBar {
    border: 1px solid #000000 !important;
  }

  input.button {
    background-color: #e0e0e0 !important;
    color: #000000;
  }

  #main {
    border-width: 0px !important;
  }

  #titleBar, #content, .menuBar {
    border-bottom-width: 0px !important;
  }

  #titleBar, #copyright {
    background-color: #c0c0c0 !important;
  }

  #validation {
	display: none !important;
  }

  .menuBar {
    background-color: #e0e0e0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;

  }

  .menuBar a.menuButton, .menuBar a.menuButtonActive {
    background-color: #e0e0e0 !important;
    border-width: 0px !important;
    color: #e0e0e0 !important;
    font-family: "MS Sans Serif", Arial, Tahoma, sans-serif !important;
    font-size: 8pt !important;
    font-style: normal !important;
    font-weight: bold !important;
    left: 0px !important;
    top: 0px !important;
  }

  .menu {
    display: none !important;
  }

  img {
    display: none !important;
  }

  .errorMsg {
    color: #000000 !important;
  }

  #sideBar {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
  }

  .sideBarHdr {
    background-color: #c0c0c0 !important;
    color: #000000 !important;
  }

  .sideBarSep {
    border-color: #000000 !important;
    color: #000000 !important;
  }
}

.contenuto-stampa {
background-color: white;
}

/******************************************************************************
 * Stili delle categorie.                                                     *
 ******************************************************************************/

.note {
text-align: center;
font-weight: bold;
font-size: 12px;
color: #000099;
}

.lnkblu, .blu, .verde, .rosso {
color: #000099;
font-weight: normal;
font-size: 11px;
margin-right: 20px;
padding-left: 5px;
}

.lnkblu {
font-size:9px;
}

.login {
color: #000099;
font-weight: normal;
font-size: 9px;
margin-right: 20px;
padding-left: 5px;
}

.numero {
font-weight: bold;
font-size: 12px;
text-align: center;
}

.articolo {
font-size: 12px;
}

.titolo {
font-weight: bold;
font-size: 14px;
margin: 20px 0px 20px 0px;
}

.titolo h1 {
text-align: center;
font-family: Garamond;
}

.autore {
font-style: italic;
text-align: center;
font-weight: normal;
}

.sottotitolo {
margin: 0.5cm 0cm 0.5cm 0cm;
}

a#amministrazione {
font-weight: 900;
font-size:0.8em;
border: #c00 solid;
margin: 20px 0px 20px 0px;
text-decoration: none;
color:#555;
}

a#amministrazione:hover
{
color:#c00;
border: white solid;
}

.testo {
text-align: justify;
font-family: Garamond;
font-size: 1.0em;
}

#num {
font-size: 11px;
font-weight:bold;
}

.lnk_adista img{
border: 0;
width: 200px;
height: 45px;
}

.data {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
}

.path {
font-family: Verdana;
font-weight:normal;
}

.path a {
font-family: Verdana;
}

.path a:hover {
font-family: Verdana;
text-decoration:underline;
}

.bottoni {
BACKGROUND-COLOR: #dd9900;
BORDER: white 0pt solid;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 8pt;
font-weight: bold;
font-variant: small-caps;
color: #FFFFFF;
}

.radio {
BACKGROUND-COLOR: white;
}

#arcoTV tr td{font-weight:bold; color:#fff; text-align:center;}
#arco{background-color:#DCECCD; text-align:left;}
#arco a{font-weight:lighter; padding:0px; color:#275;}
#arco a:hover{color:#c63;}
#scadAbb{font-size:10px;}
#scadData{font-size:11px;font-weight:bold;}

/*****************************************************************************
 * Stampa articolo / invia articolo a un amico.                              *
 *****************************************************************************/

.dati-invio {
font-size: 0.8em;
border: #c00 solid;
margin: 1em 5em 1em 5em;
padding: 1em 1em 1em 1em;
}

.dati-invio-titolo {
font: normal small-caps 900 12px/14px arial ultra-expanded;
color: white;
background-color: gray;
padding: 0em 1em 0em 1em;
}

/*****************************************************************************
 * Modulo abbonamenti                                                        *
 *****************************************************************************/

.abb-tutto {
max-width: 730px;
background-color: white;
border-style: none;
padding: 1em;
margin: 1em;
}

.abb-modulo {
margin: 1em;
padding: 0.5em;
border: 2px solid #FF9900;
}

.abb-modulo-titolo {
font: normal small-caps 900 12px/14px arial;
text-align: center;
color: white;
background-color: gray;
}

.abb-modulo-sezione {
background-color: #FF9900;
margin: 1em 0.5em 0.2em 0em;
padding-left: 1em;
font: normal small-caps 900 12px/14px arial;
}
