

body {
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	9pt;
	margin: 0;
	background-color:	#D9E6F6;
}

#container {
		background-color:	#FFF;
		padding-bottom:	10px;
		min-height: 650px;
		border-bottom:	1px solid #99BBE8;
}
a {
	color: #4980C7;
}
a:hover {
	color: #CC0000;
}
p {
	margin: 10px 0;
}
.app-top {
	position: relative;
	height: 70px;
	text-align: center;
	border-bottom:	1px solid #99BBE8;
	
}

#app-logo {
	height: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/logo_small.png);
}
#app-logo.azienda{
	height: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: none;
	text-align: center;
	font-family:	Trebuchet MS, 'Lucida Sans Unicode','Lucida Grande', Arial, Helvetica, sans-serif;
	font-family:	Georgia,Palatino,'Times New Roman',Times,serif;
	line-height: 50px;
	letter-spacing: 1px;
	font-size:	15pt;
	font-weight:	bold;
	color: #3263A2;
}
#app-title {
	font-family:	Trebuchet MS, 'Lucida Sans Unicode','Lucida Grande', Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #3263A2;
	font-size:	10pt;
}
#footer {
	margin-top:	5px;
	text-align: center;
	font-size:	8pt;
	clear: both;
}

ul.list {
	margin: 0; padding: 0;
	list-style: none;
}
h1,h2,h3 {
	margin: 0; padding: 0;
	font-family:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	9pt;/* reset */
}
h1 {
	font-family:	'Lucida Sans Unicode','Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:	13pt;
	color: #3263A2;
	margin: 5px 0;
	border-bottom:	#99BBE8 1px solid;
}


h3 {
margin: 0; padding: 0;
font-family:	Trebuchet MS, 'Lucida Sans Unicode','Lucida Grande', Arial, Helvetica, sans-serif;
	color: #4980C7;font-size:	10pt;
	border-bottom:	1px solid #EEE;
}
form {
	margin: 0; padding: 0;
}
.form-item {
	clear: both;	
	margin: 5px 0;
}
.form-item label {
	display: block;
}

.form-item-float{
	display: inline;
	margin-left:	10px;
}

h2 {
	margin: 8px 0;
	background: transparent url(images/mark.gif) no-repeat left center;
	color: #15428B;
	padding-bottom:3px;
	padding-left:	10px;
	margin-bottom:	3px;
}
.form-toolbar {
	border-top:	#99BBE8 1px solid;
	padding-top:10px;
	margin-top:	10px;
	text-align: right;
}
.tool-button {
	border: none;	
	height: 20px;
	width: 20px;
	margin: 2px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
	cursor: pointer;
}
.tool-close {
	background-image:	url(images/admin/close_16.png);	
}
.app-top .tool-close ,
.server_message .tool-close {
	position: absolute;top:0px;right:0px;
}
.submit {
	border: 1px solid #15428B;
	background: #99BBE8 url(images/menu.jpg) repeat-x left center;
	margin: 4px;
	color: #FFFFFF;
	font-weight:	bold;
	font-family:	Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.submit:hover {
	background: #99BBE8 url(images/selectedMenu.jpg) repeat-x left center;
}
a.submit {
	padding: 4px;
	font-family:	Arial, Helvetica, sans-serif;
	text-decoration:	none	
}
.server_message {
	position: relative;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-family:	Tahoma;
	font-size:	9.25pt;
	background-color: #FFFFCC;
	border-bottom:	#D4D0C8 1px solid;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
}
.textbox {
	border:	#888 2px solid;
	width: 150px;
}
.textbox-over {
	border:	#99BBE8 2px solid;
}
table.price-list {
	margin: 0 0 10px 0;
}
table.price-list .price-row td {
	padding-top:	10px;
}
.explain-row td,
.explain-td
 {
	color: #666;
	font-size: .9em;
	white-space: normal!important	;
}
table.price-list .explain-row td {
	border-bottom:	#99BBE8 2px dotted;
		
}
table.price-list .price {
	font-weight:	bold;
	color: #3263A2;
}
span.step {
	background-color: #3263A2;
	font: bold italic 12pt Georgia,Palatino,'Times New Roman',Times,serif;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
	margin: 1px 5px;
}
.cite {
	border: 2px dotted #99BBE8; 
	padding: 10px;
}
.file-list {
	border: none;
	border-top:	1px solid #3263A2;
}
.file-list ul {
	margin: 5px;
	padding: 0;
	
}
.li-icon {
	list-style: none;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:	24px;
	height: 24px;
	line-height: 24px;
}
.box {
	border: 1px solid #15428B;
}
table.spaced-right td {
	padding-right:	10px;
	white-space: nowrap;
}
.required {
	font-weight:bold;
	color: #FF0000;
	font-family:"Courier New", Courier, monospace;
	font-size:	11pt;
}
.number {
	text-align: right;
	padding-right:	2px;
	font-family:"Courier New", Courier, monospace;
	font-size:	11pt;
}
.hlist li {
	margin: 0 5px;
	display: inline;
}
.checklist {
	margin: 0; padding: 0;
	list-style: none;
}
.checklist li {
	margin:	10px;
}
.checkpoint {
	border: none;
	border-top:1px solid #99BBE8;
	padding-left:	40px;
	background: transparent none no-repeat 5px center;
}
a.mark,
.checkpoint a {
	padding-left:	16px;
	background: transparent url(images/admin/right.png) no-repeat left center;
}

.checklist .warn {
	background-image:	url(images/admin/BallYellow.png);
}
.checklist .good {
	background-image:	url(images/admin/BallGreen.png);
}
.checklist .failed {
	background-image:	url(images/admin/BallRed.png);
}
.checklist legend {
	padding:2px 20px;
	font-weight:	bold;
	color: #15428B;
	background: transparent none no-repeat 2px center;
	/*border:1px solid #15428B;	*/
}
.alert,
.checklist .warn legend{
	background-image:	url(images/admin/alert.png);
}
.ok,
.checklist .good legend{
	background-image:	url(images/admin/ok.png);	
}
.napproved,
.checklist .failed legend{
	background-image:	url(images/admin/napproved.png);
}

.checkpoint .explain {
	margin:10px 0;
	padding: 5px;
	background-color: #D9E6F6;
	font-size:	90%;
	border:1px solid #666;
}
.clear {
	clear: both;
	font-size:1px;	
	line-height: 1px;
	
}
.center {
	text-align: center;
}
.menutop {
	background-color:	#D9E6F6;
	text-align: center;
	margin-bottom:	10px;
	font-size:	8pt;
	padding:8px 0;
	border-bottom: 1px solid #99BBE8;
}
.lex br{
	margin-bottom:	10px;
}
.margin1 {
	margin-left:	1cm;
}
