﻿html, body
{
    height: auto;
}
body
{
    margin: 5px 0px 5px 0px;
    color: Black;
    font-size: 1.2em;
}
p
{
    margin-top: 11px;
    margin-bottom: 10px;
}
#cBody
{
    display: block;
    /*width: 706px;*/
    padding: 0px;
}
.panels
{
    width: 100%;
}

.aspNetHidden
{
    display: none;
}

#container
{
    margin: 0px;
    margin-left: 8px;
    padding: 8px 14px 8px 14px;
    width: 698px;
    background-color: White;
}

#container h3
{
    color: #006e8d;
    font-size: 1.3em;
}

#cHeader 
{
    height: 47px;
    text-align: center;
}

#cHeader h2
{
    display: inline;
    margin: 10px 30px 0px 30px;
}

#cHeader img
{
    vertical-align: middle;
}

#cBody
{
    height: 268px;
    overflow: auto;
}


#cFooter
{
    padding-top: 6px;
    height: 21px;
    border-top: 1px solid #555555;
}

.back
{
    color: #aa0000;
    text-decoration: none;
    font-weight: bold;
    float: left;
    margin-top:4px;
}

.panels
{
    display:none;
    width:auto;
}

.dataform *
{
    vertical-align: text-top;
}
.dataform span
{
    padding-top: 4px;
}

#tableServizi
{
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
#tableServizi, #tableServizi td, #tableServizi th
{
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    padding-left: 4px;
    padding-right: 4px;
}
 th
{
    font-size:1.1em;
    padding: 4px;
    background-color: #32597d;
    color: White;
}
.txtQta
{
    width: 26px;
    text-align: right;
    float: left;
}
.servQta, #servQta
{
    width: 78px;
    text-align: left;
}

.servNome, #servNome
{
    width: 340px;
    text-align: left;
}
.servPrezzoU, #servPrezzoU
{
    width: 108px;
    text-align: right;
}
.servPrezzoT, #servPrezzoT
{
    width: 108px;
    text-align: right;
}
.totale
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    padding: 4px;
    height: 24px;
}

#tableServizi #totDesc /* L'id della tabella prima di quello specifico forza l'override degli stili */
{
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-right: 12px;
}

.inc
{
    background-image: url('/images/common/btn_Up.jpg');
}
.dec
{
    background-image: url('/images/common/btn_Down.jpg');
}
.button
{
    background-repeat:no-repeat;
    background-position:0px 1px;
    float:right;
    color:transparent;
    width:16px;
    height:19px;
    margin-left: 1px;
    margin-right: 2px;
    cursor:pointer;
    font-size: 0px;
}
.required, .messages
{
    font-weight: bold;
    font-size: 1.1em;
    color:#32597d;    
}
#piva, #lblRagSoc, #lblCitta, #lblIndirizzo, #lblTel, #lblNote
{
    margin-left:15px;
}

#valPIva
{
    margin-left: 10px;
}
.validator
{
    color: #aa0000;
    font-weight: bold;
    display: none;
}
#messages .validator
{
    font-size:1.1em;
    display: inline;
}

#txtPIva
{
    width: 110px;
}

#lblTel, #lblFax, #lblMail, #lblRagSoc, #lblIndirizzo, #lblCitta, #lblProv, #lblCap, #lblNote
{
    display: inline-block;
}

#lblRagSoc
{
    width: 116px;
}
#txtRagSoc
{
    width: 526px; /*544px;*/
}
#lblTel
{
    width: 30px;
}
#txtTel
{
    width: 100px;
}

#lblFax
{
    width: 30px;
    margin-left: 36px; /*40px;*/
}
#txtFax
{
    width: 100px;
}

#lblMail
{
    width: 42px;
    margin-left: 36px; /*40px;*/
}
#txtMail
{
    width: 244px; /*254px;*/
}

.servQta
{
    height:auto;
}

#lblIndirizzo
{
    width: 75px;
}
#txtIndirizzo
{
    width: 567px; /*585px;*/
}

#lblCitta, #lblNote
{
    width: 42px;
}
#txtCitta
{
    width: 330px; /*340px;*/
}

#lblProv
{
    width: 42px;
    margin-left: 36px; /*40px;*/
}
#txtProv
{
    width: 42px;
}

#lblCap
{
    width: 30px;
    margin-left: 36px; /*40px;*/
}
#txtCap
{
    width: 60px;
}
#txtNote
{
    width: 600px; 
    height: 60px;
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: Black;
}
#txtNote.idle
{
    color: #aaaaaa;
}

.cliente > h3
{
    margin:0px;
}
.cliente
{
    padding: 4px;
    border-bottom:1px solid #cccccc;
    cursor:pointer;
    list-style: none;
}
.selezionato
{
    background-color: #dce8ff;
}

#divElencoClienti
{
    margin:28px 6px 36px 6px;
}
