/* Default CSS Stylesheet for a new Web Application project */
body { background-color: black; font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: normal; letter-spacing: normal; text-transform: none; word-spacing: normal; color: White; }

body {	
	text-align: center;
	margin: 3px 3px 3px 3px;
	scrollbar-3dlight-color: silver; 
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: silver; 
}
a { color: green /*#4777DC Blue*/; text-decoration: none; }

#layout { border: solid 0px silver; text-align: center; width: 100%; height: 100%; }
#layoutordine { border: solid 0px silver; text-align: center; width: 780px; height: 100%; }

#intestazione { margin-top: 15px; margin-bottom: 15px; }
#intestazione table { width: 100%; }
#intestazione h1.caption { font-size: 20px; font-weight: bold; }
#intestazione td.caption { text-align: center; border: 0px; border-bottom: dashed 2px silver; }
#intestazione td { font-size: 11px; vertical-align: top; width: 50%; padding-left: 5px; padding-right: 5px; border: solid 1px white; height: 100px; }

#corpo table { width: 100%; border-collapse: collapse; }
#corpo th { font-size: 9px; border-bottom: solid 1px white; text-align: center; }
#corpo td { font-size: 11px; padding: 2px; }

#corpo input { border: 1px solid silver; font-size: 11px; }
#corpo textarea { border: 1px solid silver; font-size: 11px; }
#corpo a { color: green /*#4777DC Blue*/; text-decoration: none; }
#corpo h1 { font-size: 20px; font-weight: bold; }
#corpo select { border: 1px solid silver; font-size: 11px; }
#corpo option { border: 1px solid silver; font-size: 11px; }
#corpo .checkbox { border: 0px; font-size: 11px; }

#corpo .System75 { background-color: #B2B2B2; color: black; border-bottom: solid 1px black; }
#corpo .Accessori { background-color: #C2C2C2; color: black; border-bottom: solid 1px black;  }
#corpo .FaiDaTe { background-color: #D2D2D2; color: black; border-bottom: solid 1px black;  }
#corpo .Universale { background-color: #E2E2E2; color: black; border-bottom: solid 1px black;  }

#corpo .footertemplate tr { background-color: black; }
#corpo .footertemplate tr { font-weight: bold; }

#corpo .registrati { text-align: right; }

span.articolo {  width: 85px; height: 60px; float: left; padding: 5px; font-size: 11px; }
span.procedi { text-align: center; width: 100%; }
span.procedi input { background-color: Yellow; }

.lblordine { width: 150px; margin-right: 3px; font-size: 9px; }
.ordine { width: 70px; text-align: right; color: Black; background-color: White; font-size: 9px; }

.prefattura { color: Black; background-color: White; width: 100%; }