/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Trebuchet MS,Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0 0 0 0;
    background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Trebuchet MS,Arial;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:red;
	}	
		
H4	{	
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		

A:link	
{
    color: #D00016;
	text-decoration:	none;
	}	
		
A:visited	
{
    color: #D00016;
	text-decoration:	none;
	}	
		
A:active	
{
    color: #D00016;
	text-decoration:	none;
	}	
		
A:hover	
{
    color: red;
	text-decoration:	underline;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

/*Portal.aspx*/
.TblPortal
{
   text-align:center;
     
    }
    
.RetiWeb
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:18px;
    color:#D00016;
    }

.retiWebTr:hover
{
    background-color:#cccccc;
    }
   
.Azienda
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:15px;
    color:#00008B;
    }
.footer
{
    font-family:Trebuchet MS;
    color:#00008B;
    }
    
.img
{
    height:auto;
    width:auto;
    }

.versione
{
    color:Red;
    font-family:Trebuchet MS;
    font-size:12px;
    font-weight:bold;
    }

.checkVersione {
    color: blue;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
}

.errorVersione {
    color: Red;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
}
/* pagina di stampa appuntamenti */

.Main
{
    width:793px;
    margin-left:auto;
    margin-right:auto;
    height:100%;
    display:block;
}

.venditore
{
    display:block;
    float:left;
    font-weight:bold;
    margin-top:10px;
    margin-left:15px;
}

.Intestazione
{
    display:block;
    float:right;
    min-height:60px;
    text-align:right;
    margin-right:15px;
    margin-top:10px;   
}


.cliente
{
    margin-left:50px;
}

.tblField
{
    border-collapse:collapse;    
}

.tblField tr td
{
    padding:2px 5px 3px 5px;
    text-align:center;
    color:Black;
    border: solid 1px Black;
}


.ContenutoCentrale
{
    display:block;
    margin-top:150px;
}

