body {
  font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
  color: #000000;
  background-color: #ffffff;
  background-image : url(./img/trovalavoro_sfondo.gif);
  background-repeat : repeat-x;
  font-size: 0.8em;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:4px;
  margin-left:4px;
}

h1 {
	font-size : 2em;
	margin-top:6px;
	margin-bottom:3px;
}
h2 {
	font-size : 1.6em;
	margin-top:6px;
	margin-bottom:3px;
}
h3 {
	font-size : 1.2em;
	margin-bottom:0px;
}
h4 {
	font-size : 0.8em;
	font-style:italic;
	font-weight:lighter;
	margin-bottom:0px;
}

table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


td.header {
  font-size: 0.6em;
  line-height:100%;
  color:#014FAD;
}

img {
  border: 0;
}

p {
  margin :  8px;
}

select {
  font-size: 10px;
}

input {
  font-size: 10px;
}

a:link {
  color : #009;
  font-weight : bold;
  text-decoration : none;
}

a:visited {
  color : #009;
  font-weight : bold;
  text-decoration : none;
}

a:hover {
  color : #009;
  font-weight : bold;
  text-decoration : underline;
}




.logo {
   width:400px;
   height:61px;
}

.riquadroMenu {
  font-size:0.8em;
  border: 1px solid #D3232E;
  padding: 2px 5px 2px 5px;
  background-color: #C9C9C9;
}

.riquadro {
  border: 1px solid #DDD;
  padding: 4px 5px 4px 5px;
  background-color: #EEE;
  margin: 8px 0;
}

.left {
    position: relative;
    float: left;
    width: 45%;
}

.right {
    position: relative;
    float: right;
    width: 45%;
}

.riquadro2 {
  border: 1px solid #9FF;
  padding: 4px 5px 4px 5px;
  background-color: #CFF;
}

.riquadro3 {
  border: 1px solid #FF0;
  padding: 4px 5px 4px 5px;
  background-color: #FFC;
}

.riquadro4 {
  border: 1px solid #F9F;
  padding: 4px 5px 4px 5px;
  background-color: #FCF;
}

.riquadro5 {
  border: 1px solid #3F3;
  padding: 4px 5px 4px 5px;
  background-color: #CF9;
}

a.Menu:link {
  color : #000;
  background-color: #DDD;
  font-weight : bold;
  text-decoration : none;
}

a.Menu:visited {
  color : #000;
  background-color: #DDD;
  font-weight : bold;
  text-decoration : none;
}

a.Menu:hover {
  color : #FFF;
  background-color: #DDD;
  font-weight : bold;
  text-decoration : underline;
}

.Titolo {
  color : #000;
  font-weight : bold;
  font-size: 18px;
}

.Sottotitolo {
  color : #000;
  font-weight : bold;
  font-size: 14px;
}

.Testo {
  color : #000;
  font-size: 14px;
}

.Footer {
  text-align:center;
  font-size: 0.8em;
  color:#c0c0c0;
  margin-top:14px;
}

.NomeCampo {
  background-color: #fcfcfc;
  font-size: 10px;
}

.Campo {
  background-color: #fafafa;
  font-size: 10px;
  text-align: left;
}

.Errore {
  color: #FF0000;
  background-color: #FFFFFF;
}

.Conferma {
  color: #669900;
  background-color: #FFFFFF;
}

.erroreA {
  color: #FF0000;
  background-color: #FFFFFF;
  border:2px dashed #D3232E;
}

.Centrato {
  text-align: center;
}

.Home {
  font-family: Arial;
  font-size: 10px;
}

.Rosso {
  color: #FF0000;
  background-color: #FFFFFF;
  font-size: 14px;
}

.TitoloSezione {
  color : #000;
  font-weight : bold;
  font-size: 14px;
}

.mostra {
	display:inline;
}
.nascondi {
	display:none;
}

/* Foto */
div#Foto {
    width: 150px;
    height: 200px;
    top: 0px;
    left: 0px;
    position: relative;
    float: right;
    border: 2px dashed #DDDDDD;
    text-align: center;
} 

/***** STILI DI DEXTER ******/
.hruler {
	margin-top:8px;
	margin-bottom:8px;
	height:9px;
	background: url(./img/hruler.gif);
	background-position:center;
}

