﻿@charset "utf-8";
/* CSS Document */


.styleTabellaContenitore
{
    width: 900px;
}
        
.styleTitoloPagina
{
	width: 80%;
	text-align: center;
	vertical-align: top;
	height: 49px;
	font-size: xx-large;
	font-weight: 700;
}

.styleSottoTitoloPagina
{
	width: 80%;
	text-align: center;
	vertical-align: top;
	height: 49px;
	font-size: x-large;
	font-weight: 700;
}


.styleTabella
{
	width: 98%;
	text-align: center;
	vertical-align: top;
	font-family: Sans-Serif;
}

.styleTabellaStretta
{
	/*width: 1000px;*/
    width: 70%;
	text-align: center;
	vertical-align: top;
	font-family: Sans-Serif;
}

.styleTabellaStrettaPerc
{
	width: 70%;
	text-align: center;
	vertical-align: top;
	font-family: Sans-Serif;
}

.styleTDRiquadro
{
	text-align: center;
	height: 45px;
	border-style: solid;
	border-width: 1px;
}

.styleTDRiquadroAlto
{
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 90px;
    border-style: solid;
    border-width: 1px;
}
        
.styleTabellaDettaglio
{
	width: 100%;
	border: 1px solid #c0c0c0;
	vertical-align: top;
}

.styleTDMoltoPiccolo
{
	text-align: center;
	width: 100px;
	height: 20px;
}

.styleTDPiccolo
{
	text-align: center;
	width: 150px;
	height: 20px;
}

.styleTDMedio
{
	text-align: center;
	width: 250px;
	height: 20px;
}

.styleTDGrande
{
	text-align: center;
	width: 350px;
	height: 20px;
}

.styleTDMoltoGrande
{
	text-align: center;
	width: 500px;
	height: 20px;
}

.styleTDEnorme
{
	text-align: center;
	width: 800px;
	height: 20px;
}

.styleSpazio
{
    height: 50px;
    text-align: center;
    vertical-align: bottom;
}
        
.styleColSpazio
{
    width: 200px;
    text-align: center;
}

.styleTDTestaMeccanici
{
    height: 25px;
    background-color: #EEE5D6;
}

.styleTDCorpoMeccanici
{
    height: 250px;
    background-color: #F4F0EC;
}