﻿body 
{
    scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #586C7E;
	scrollbar-shadow-color: #586C7E;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #586C7E;   /*frecce*/
	scrollbar-track-color:  #586C7E;
	scrollbar-darkshadow-color:  #586C7E; /*sfondo*/
     color:#586C7E;
     font-family: Arial;
     font-size:12px;
     text-align:justify;

}
td
{
 overflow:auto;    
}
th
{
  background-color:#586C7E;
   font-weight:bold;
   color:#DCEDBB;
   text-align:center;
}
table
{
     border-width:0px;
     padding: 0px 0px 0px 0px;
    }
html { height:100%;margin:0 }

a
{
  color:#586C7E;
  font-weight:bold;      
}

a:link 	{
	
	text-decoration: none;
}

a:visited {
	
	text-decoration: none;
	}

a:active {
	
	text-decoration: none;
}

a:hover {
	
	text-decoration: underline;
}


.tablecentrata
{
	height:570px;
	width:770px;
	position:absolute;

	left:50%;
	margin:0 0 0 -385px;
	
}

.bordato
{
    border-right: #dcedbb 4px solid;
    border-top: #dcedbb 4px solid;
    border-left: #dcedbb 4px solid;
    border-bottom: #dcedbb 4px solid;
}

.bordato2
{
    border-right: 2px solid;   
    border-left: 2px solid;
}
.bordato3
{
    border-top: 1px solid;   
    border-bottom: 1px solid;
}

.bordato_green
{
    border-right: #c8d6e4 2px dashed;
    border-top: #c8d6e4 2px dashed;
    border-left: #c8d6e4 2px dashed;
    border-bottom: #c8d6e4 2px dashed;
}

.title
{
    color: #2E5E2B;
    font-size: 13px;
    font-weight: bold;
    font-family:Arial;
}

.textsmall
{
    font-size:12px;    
}


.handover
{
    cursor: hand;
}

.fixedheader
{
   position: relative;
/*   z-index: -0;
   top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);*/
}

.sfondocolorato
{
     background-color:#EBE8E6;
    }
.label
{
     font-weight:bold;
      color:#586C7E;
    
    }
.textbox 	
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #274E74;
    width: 100px;
    text-align: left;
    border: 1px solid #586C7E;
}