﻿        label 
        {
            text-align: right;
        }
        
        .sx
        {
            text-align: left;
        }
        
        #loading {
            width: 200px;
            height: 100px;
            background-color: White;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -50px;
            margin-left: -100px;
            border: solid 1px blue;
            text-align: center;
        } 
        
        .paginacalc
        {
            text-align: center;
            background-image: url('App_Images/sfondo3.jpg');
            background-repeat: no-repeat;
            background-position: top center;
            background-attachment: fixed;
            background-color: #95743F;
        }
        
        .web_main_form
        {
            width: 100%;
            height: 100%;
            text-align: center;
            margin-top: 0px;
            margin-bottom: 0px;
        }
        
        .web_main_table
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            width: 700px;
            height: 100%;
            margin-top: 0px;
            margin-bottom: 0px;
            margin: auto;
            border-style: none;
            border-color: White;
        }
        
        .web_ilc
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            margin-top: 0px;
            margin-bottom: 1px;
        }
        
        .web_ilc_white
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            width: 700px;
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: White;        
        }
        
        .web_ilc_white_indent
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: White;
        }
        
        .web_ilc_black
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            width: 700px;
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: #ffffff;
        }
        
        .web_ilc_red
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            width: 700px;
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: Red;
        }
        
        .web_ilc_yellow
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            width: 700px;
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: #FFFFFF;
        }
        
        .web_ilc_yellow_indent
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: Yellow;
        }
        
        .style1
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: center;
            width: 1234px;
            margin-top: 0px;
            margin-bottom: 0px;
        }
        
        .style2
        {
            font-family: Verdana;
            font-size: xx-small;
            text-align: right;
            width: 1234px;
            margin-top: 0px;
            margin-bottom: 0px;
            font-weight: bold;
        }