/* Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;	font-weight:normal; }
ol,ul {	list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
q:before,q:after { content:''; }
abbr,acronym { border:0; }


/* Elementi Generici */
a:link { text-decoration: none; color : #aa002d; border: 0; -moz-outline-style: none; }
a:active { text-decoration: underline; color : #aa002d; border: 0; -moz-outline-style: none; }
a:visited { text-decoration: none; color : #aa002d; border: 0; -moz-outline-style: none; }
a:hover	{ text-decoration: underline; color : #aa002d; border: 0; -moz-outline-style: none; } 
a:focus { outline: none;-moz-outline-style: none; }


/* Body */
body {
	font-family: Verdana, Arial;
	color: #000;
	font-size: 11px;
}


/* Struttura */
div#int {
	background: #FFF;
	top: 0;
	left: 0;
	height: 48px;
	width: 100%;

}


div#pag {
	/*background: url(images/bg1.png) #FFF;*/
	background: #FFF;

	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
	bottom: 21px;
	width: 100%;

	height:expression(this.parentNode.offsetHeight-21-49);
}

div#foo {
	background: #07448d;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 100%;
	margin-top: 20px;
}


/* Intestazione */
div#menuDx {
	text-align: left;
	float: left;
	padding-left: 9px;
}
div#menuSx {
	text-align: right;
	float: right;
	margin-top: 13px;
	padding-right: 9px;
}


/* Fondo */
div#bottomSx {
	float: left;
	width: 45%;
	text-align: left;
	padding: 5px 8px 0 8px;
}
div#bottomSx span.fooSxCp{
	color: #FFF;
}
div#bottomSx span.fooSxCp a{
	color: #FFF;
}
div#bottomDx {
	float: right;
	width: 45%;
	text-align: right;
	padding: 5px 8px 0 8px;
}
div#bottomDx span.fooDxMenu{
	color: #FFF;
}
div#bottomDx span.fooDxMenu a{
	color: #FFF;
}


/* Tabelle */
table.autotable {
	border: 0px solid #555;
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
}
table.autotable thead {
	background : #555;
	color: #FFF;
}
table.autotable caption {
	font-weight: bold;
	color: #000;
	padding: 2px 0 3px 0;
}
table.autotable caption img{
	margin: 0 2px 0 0;
	vertical-align: middle;
}
table.autotable td, th{
	border-right: 1px ridge #555;
	padding: 4px;
}
table.autotable th a,
table.autotable th a:active,
table.autotable th a:visited,
table.autotable th a:hover,
table.autotable th a:focus{
	color: #FFF;
	text-decoration: none;
}
table.autotable tr.even{
	background : #FFF;
}
table.autotable tr.odd{
	background : #EFEFEF;
}
table.autotable td.left{
	text-align: left;
}
table.autotable td.right{
	text-align: right;
}


/* Data Picker */
div.datepicker {
 position: absolute;
 text-align: center;
 border: 1px #C4D5E3 solid;
 font-family: arial;
}
div.datepicker-header {
 font-size: 12px;
 font-weight: bold;
 background: #e9eff4;
 border-bottom:1px solid #c4d5e3;
 padding: 2px;
}
div.datepicker-footer {
 font-size: 10px;
 background: #e9eff4;
 border-top:1px solid #c4d5e3;
 cursor: pointer;
 text-align: center;
 padding: 2px;
}
div.datepicker-calendar {
 font-size: 10px;
 background:#FFFFFF;
 padding: 2px;
 text-align: center;
}
div.datepicker-calendar table {
 font-size: 10px;
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker-calendar table td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table td:hover, 
div.datepicker-calendar table td.outbound:hover,
div.datepicker-calendar table td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #e9eff4;
 cursor: pointer;
}
div.datepicker-calendar table td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker-calendar table td.outbound {
 background: #e8e4e4;
}
div.datepicker-calendar table td.today {
 border: 1px #16518e solid;
 background: #c4d5e3;
}


/* Titoli */
h1{
	color: #1060B8;
	font-size: 14px;
	padding: 6px 4px 2px 4px;
	border-bottom: 1px solid #000;
}
h2{
	color: #1060B8;
	font-size: 12px;
	padding: 4px 4px 3px 2px;
	margin: 0 0 6px 0;
}
h3{
	color: #10427A;
	font-size: 12px;
	padding: 4px 4px 3px 2px;
	margin: 0 0 6px 0;
}
p{
	line-height: 1.3em;
}

.formauto h1 a{
	color: #FFF;
}

span.color1 {
	color: #99FF00;
}


/* Form */
.formauto{
}

.formauto td{
	padding: 4px;
	vertical-align: top;
}

.formauto .text {
	border: 1px solid #a0abb7;
	font-size: 12px;
	color: #0b2a4b;
	background: #d9dee4;
	padding: 2px;
}

.formauto .textarea {
	border: 1px solid #a0abb7;
	font-size: 12px;
	color: #0b2a4b;
	background: #d9dee4;
	padding: 2px;
	font-family: Helvetica, Verdana, Arial;
}

.formauto .select {
	border: 1px solid #a0abb7;
	font-size: 12px;
	color: #0b2a4b;
	background: #d9dee4;
}

.formauto .bottone1 {
	border: 1px solid #10427A;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	color: #fff;
	background: #1060B8;
	margin: 0 0 16px 0;
}

.formauto .disabled {
	background: #dedede;
	color: #717171;
}


A#vbUL_hf5i7a{display:none}


/* Intestazione - menuSx */
div#menuSx ul#menuSw{
	float: left;
}

div#menuSx ul#menuSw li{
	float: left;
	border: 0px solid #FFF;
	background: url(images/sfondo_top_middle.png) repeat-x;
	padding: 0px;
	margin: 0 5px 0 5px;
}

div#menuSx ul#menuSw li.menuSwSelezionato{
	background: url(images/sfondo_top_middle.png) repeat-x;
	border: 0px solid #FFF;
	margin: 0 5px 0 5px;
	padding: 0px;
}

div#menuSx ul#menuSw li table{
	border-spacing: 0;
	border-collapse: 0;
	margin: 0;
	padding: 0;
	width: 32px;
}

div#menuSx ul#menuSw li table td{
	vertical-align: middle;
	padding: 0;
}

div#menuSx ul#menuSw li table td img{
	border: 0;
	margin: 0;
	padding: 0;
}

div#menuSx ul#menuSw li table td.menuSwTesto{
	padding: 0 0.7em 0 0.5em;
}

div#menuSx ul#menuSw li table td.menuSwTesto a{
	color: #000;
}

div#menuSx ul#menuSw li.menuSwSelezionato table td.menuSwTesto a{
	color: #FFF;
}

