/* CSS Style Document */

body,
table
{
  font-size: 12px;
  font-family: Arial, san-serif;
	color: #505050;
	font-weight: normal;
}

/* Titoli H1 - da sostituire con immagini */
h1{
  font-weight: normal;
  font-family: Atilla, Arial, sans-serif;
  letter-spacing: 0px;
  font-size: 24px; 
  color: #06582f;
}

h1 span{
  color: #abd99a;
}

/* Titoli H2 - sottotitoli */

h2 {
  font-weight: 400;
  font-family: Arial,sans-serif;
  letter-spacing: 0px; 
  font-size: 16px; 
  color: #06582f;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddfdd;
  text-align: justify;
  font-weight: 550;
}

h2 span{ 
  color: #abd99a;
  font-weight: normal;
}

#leftColumn h2{
  border: 0;
}

/* Titoli H3 - menu  */

h3{
  font-family: Arial, san-serif;
  line-height: 30px;
  height: 30px;
  font-size: 11px;
  font-weight: normal; 
  color: #abd99a;
  float:left;
  vertical-align: center; 
  margin-right: 5px;
}

h3 span{
  color: black;
}

h3 a,
h3 a:link,
h3 a:visited{
  color: rgb(6,88,47);
  text-decoration: none;
  font-weight: bold;
}

/* Titoli H4 - da usare */

h4{
  font-weight: normal;
  font-family: Arial,sans-serif;
  letter-spacing: 0px;
}

.lightgreen{ color: rgb(196,229,184); }
.green{ color: rgb(6,88,47); }
.white{ color: #FFFFFF; }

img.left
{
  float:left;
  margin-right: 5px;
  margin-bottom: 5px;
}

img.right
{
  float:right;
  margin-left: 5px;
  margin-bottom: 5px;
}

img.edged
{
  border:3px solid rgb(239,239,239);
  padding:1px;
}

.small
{
  font-size: 10px;
}

h4
{
  font-size:12px;
  line-height:15px;
  color: rgb(6,88,47);
  font-weight:bold;
  border-bottom: 1px solid rgb(221,223,221); 
}

hr
{
  height:0;
  font-size:0;
  line-height:0;
  border-top:1px solid rgb(221,223,221);
  margin:5px 0px 5px 0px;
  _margin:0;
  #margin:0;
}

a.link,
a.link:hover,
a.link:focus,
a.link:link,
a.link:visited
{
  text-decoration: none;
  /*color:rgb(80,80,80);*/
}

a.link:hover,
a.link.roll
{
  text-decoration: none;
  /*color:rgb(80,80,80);*/ 
}

.justify{ text-align:justify; }

ul.simplelist
{
  /*list-style-type:circle;*/
  list-style-type:square;
  list-style-position:inside;
}

.dino
{
  display:none;
}

#rightColumn p{
  text-align: justify;
}

/* Menu laterale in area verde */

#rTab{
  margin-left: 10px;
  width: 170px;  
}

#rTab .bgText
{
  width: 170px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 5px;
  background: transparent url(../images/bgInput.png) no-repeat 0 0;
}

#rTab .divLine{
  border-top: 1px solid #c9f6b7;
  border-bottom: 1px solid #96ba88;
  margin-top: 10px;
  margin-bottom: 10px;
}

#rTab .divLineT{
  margin-top: 10px;
  margin-bottom: 10px;
}

#rTab .bgText input{
  margin-left: 5px;
  width: 160px;
  height: 18px;
  margin-top: 5px; 
}

#rTab p{
  color: #06582f;
  text-align: justify;
  font-size: 11px;
}

#rTab img{
  margin-bottom: 5px;
  border: 0;
}

#rTab a{
  font-weight: bold;
  margin-top:10px;
  font-size: 11px; 
  height: 20px; 
  line-height: 20px;
  background: url(../images/pointer2.png) no-repeat center left ; 
  padding-left: 15px;   
}

#rTab form a{
  font-weight: normal;
  background: url(../images/pointer.png) no-repeat center left ;  
}

#rTab .aimg{
  background: transparent;
  padding-left: 0;
  background: url(../images/login.png) no-repeat center left ;
  display: block;
  width: 66px;
  height: 23px;   
}

#rTab a.aimg:focus,
#rTab a.aimg:hover
{
  background: url(../images/loginHover.png) no-repeat center left ; 
}

#rTab a,
#rTab a:focus,
#rTab a:link,
#rTab a:visited
{
  text-decoration: none;
  color: #06582f; 
}

#rTab a:hover{
  text-decoration: underline;
  color: #06582f;
}

#leftColumnMiddle ul{
  list-style-type: none;
  margin-top: 10px;
  margin-left: 5px;
  
}

#leftColumnMiddle ul li{
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px; 
  line-height: 15px;
  height: 15px;
}

#leftColumnMiddle ul.inside{
  margin-left: 40px;
  list-style-type: square;
}

#leftColumnMiddle ul.inside li{
  background-image: none;
   padding-left: 0px;
}

#leftColumnMiddle ul a:hover,
#leftColumnMiddle ul a:active{
  text-decoration: underline;
  cursor: pointer;
}