﻿body
{
	font-family: Verdana;
	font-style: normal;
	font-size: 13px;
	margin:0;
	padding:0;
}

.labels 
{
	font-weight: bold;
	display: inline-block;
	width: 160px;
}

#header, #insertPanel
{
	float:left;
	width:100%;
	padding-bottom: 20px;
	padding-top: 20px;
}

.notesText
{
	border: 1px solid gray;
	width: 99%;
	height: 100px;
}

#grids
{
	float:left;	
	font-size:x-small;
}

#SiteHeader 
{
	background-image: url(image/bg-head.jpg);
	background-repeat: repeat;
	float:left;
	width:100%;
	margin-bottom: 20px;
}

#SiteHeader div
{
	margin: 20px;
}

#cont
{
	float:left;
	width: 97%;
	padding: 20px;
}

#invoiceHeader, #insertPanel2
{
	width: 40%;
	float: left;
}

#insertPanel3, #invoiceAmount
{
	width: 59%;
	float: left;
}

.midbr
{
	height: 4px;
	line-height: 4px;
	border: 1px solid red;
}

.tdLabel
{
    width: 200px;
}

.tdContent
{
    width: 380px;
}

.txtImporto
{
    text-align: right;
    background-color: White;
    color: Black;
    width: 70px;
}

.ddl_speds
{
    width: 380px;
}

.selMotivo
{
    width: 250px;
}

.txtMax
{
    color:Red;
}

.nrFatt
{
    width:100px;
}

.annoFatt
{
    width:60px;
}

.fattoDaList
{
    font-weight:bold;
}

.errorLabel
{
    color:Red;
    font-size:x-small;
    font-weight:bold;
}

.modalPopup
{
    background-color: White;   
    border-width: 1px;   
    border-style: solid;   
    border-color: Gray;   
    padding: 33px;   
    width: 450px;
    height: 100px; 
    z-index: 6001;   
}

.modalBackground   
{   
    background-color: Black;
    filter: alpha(opacity=50);   
    opacity: 0.5;
    z-index: 999;   
}  