﻿body 
{
    background-color :#FFFFFF
}
.style1
    {
        width: 72px;
        font-weight: 700;
        font-family: Arial;
        font-size:small; 
        color: #606060;  
        background-color:#D3D3D3;  
    }
    
 .style1Menu
{
    width: 72px;
    font-weight: 700;
    font-family: Arial;
    font-size: 11px;
    color: black;
    background-color: #F7F6F3;
}
.style1B
    {
        width: 72px;
        font-weight: 700;
        font-family: Arial;
        font-size:small; 
        color: black;  
        background-color:#FFFFFF;  
    }    
    .style4
    {
        width: 70px;
        font-weight: 700;
        font-family: Arial;
        font-size: small;
        color: black;  
    }
    .style5
    {}
    .styleTitolo
    {
        font-family: Arial ;
        font-size:large; 
        font-weight: 700; 
        color:White ;
        background-color: #DC143C;
    }     
    
    .popupControl 
    {
        background-color:#AAD4FF;
        position :absolute;
        visibility:hidden ;
        border-style:solid;
        border-color:Black;
        border-width:2px;        
    }
    
           
          
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	
}

.modalPopup 
{
	background-color:#F3F3F3;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.modalPopup2
{
    background-color: #FAFAFA;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

    
.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}    

.styleMsgAvviso
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #FF0000;
    font-weight :bold; 
}

.stylePanel
{
    background:yellow;
    border-color:Red;
    border-width:thin;          
    border-style:solid; 
}
.stylePanelTitoli
{
    font-family: Arial;
    font-size: 11pt;
    color: Gray;  
    background-color: Aqua; 
}

.LabelMenu
{
    font-size:8pt; 
    font-family:"Tahoma";
    background-color:#D3D3D3; 
    color:#606060;
}