/* 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,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 : #ff6600; border: 0; -moz-outline-style: none; }
a:active { text-decoration: underline; color : #ff6600; border: 0; -moz-outline-style: none; }
a:visited { text-decoration: none; color : #ff6600; border: 0; -moz-outline-style: none; }
a:hover	{ text-decoration: underline; color : #ff6600; border: 0; -moz-outline-style: none; } 
a:focus { outline: none;-moz-outline-style: none; }

hr {
	height: 0;
	margin: 4px 0 4px 0;
	border: 0;
	border-bottom: 1px dotted #c2c2c2;
}


/* Body */
body {
	font-family: Verdana;
	background:#FFF;
	color: #000;
	font-size: 11px;
}


/* Struttura */
div#int {
	background: #FFF;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 48px;
	width: 100%;
	border-bottom: 1px solid #a2a2a2;
	z-index: 1000;
}

div#pag {
	color: #000;
	border-top: 49px solid #FFF;
	width: 100%;
	height: auto !important;
    height: 500px;
    min-height: 500px;
    #background: url(images/pag_bg.png) bottom left no-repeat #FFF;
}

div#foo {
	background: #FFF;
	height: 21px;
	width: 100%;
	border-top: 1px solid #a2a2a2;
	margin-top: 4px;
}


/* Intestazione */
div#menuSx {
	float: left;
	width: 65%;
	text-align: left;
	padding: 8px;
}
div#menuDx {
	float: right;
	width: 30%;
	text-align: right;
	padding: 8px;
}


/* Fondo */
div#bottomSx {
	float: left;
	width: 45%;
	text-align: left;
	padding: 3px 8px 0 8px;
}
div#bottomSx span.fooSxCp{
	color: #c2c2c2;
}
div#bottomSx span.fooSxCp a{
	color: #c2c2c2;
}
div#bottomDx {
	float: right;
	width: 45%;
	text-align: right;
	padding: 3px 8px 0 8px;
}
div#bottomDx span.fooDxMenu{
	color: #FFF;
}
div#bottomDx span.fooDxMenu a{
	color: #FFF;
}


/* Tabelle */
table.autotable {
	border: 1px solid #3f3f3f;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
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 caption table.sortable_index{
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
table.autotable caption table.sortable_index td{
	margin: 0;
	padding: 0;
	border: 0;
}
table.autotable caption table.sortable_index td.sortable_index_l{
	padding-left: 2px;
	width: 80%;
}
table.autotable caption table.sortable_index td.sortable_index_r{
	padding-right: 2px;
	width: 20%;
	text-align: right;
}
table.autotable thead {
	background : #3f3f3f;
	color: #FFF;
}
table.autotable th{
	border-right: 1px ridge #5c5c5c;
	border-top: 1px ridge #3f3f3f;
	padding: 4px;
}
table.autotable td{
	border-right: 1px ridge #c2c2c2;
	border-top: 0;
	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 : #e2e2e2;
}
table.autotable td.left{
	text-align: left;
}
table.autotable td.right{
	text-align: right;
}

table.autotable input[type=text] {
	border: 1px solid #bfc7cf;
	font-size: 12px;
	color: #0b2a4b;
	background: #fff;
	padding: 2px;
	font-family: Verdana;
}
table.autotable td img.img_azione{
	margin-right: 4px;
}


/* 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{
	margin: 4px 0 4px 0;
	padding: 2px 2px 3px 8px;
	border: 0;
	background: #c2c2c2;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
h1 a:link,
h1 a:active,
h1 a:visited{
	color: #fff;
	text-decoration: none;
}
h2{
	margin: 4px 0 4px 0;
	padding: 2px 2px 3px 8px;
	border: 0;
	background: #3f3f3f;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
h3{
	color: #10427A;
	font-size: 12px;
	padding: 2px 4px 2px 2px;
	border-bottom: 1px solid #AAA;
}
h6{
	margin: 4px 0 4px 0;
	padding: 2px 2px 3px 0px;
	border: 0;
	color: #3f3f3f;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #c2c2c2;
}
p{
	line-height: 1.3em;
}
p.form_wiki{
	line-height: 1.5em;
	padding: 4px 0 8px 0;
	font-size: 12px;
}

.formauto h1 a{
	color: #FFF;
}

span.color1 {
	color: #99FF00;
}


/* Form */
.formauto{
}

.formauto td{
	padding: 0 4px 4px 0;
	vertical-align: top;
}

.formauto input[type=text] {
	border: 1px solid #bfc7cf;
	font-size: 12px;
	color: #0b2a4b;
	background: #f2f2f2;
	padding: 2px;
	font-family: Verdana;
}

.formauto textarea {
	border: 1px solid #bfc7cf;
	font-size: 12px;
	color: #0b2a4b;
	background: #f2f2f2;
	padding: 2px;
	font-family: Verdana;
}

.formauto select {
	border: 1px solid #bfc7cf;
	font-size: 12px;
	color: #0b2a4b;
	background: #f2f2f2;
	font-family: Verdana;
}

.formauto select option{
	padding-right: 6px;
}

.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.tt_help {
	text-decoration: none;
}

a.tt_help:hover {
	position: relative;
}

a.tt_help span {
	display: none;
}

a.tt_help:hover span {
	display: block;
   	position: absolute; top: 6px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #000;
   	border: 1px solid #EEE;
	opacity: 0.7;
	color: #FFF;
	min-width: 400px;
	text-align: justify;
	/* end formatting */
}

a.tt_sstring {
	text-decoration: none;
	color: inherit;
}

a.tt_sstring:hover {
	position: relative;
	color: inherit;
}

a.tt_sstring span {
	display: none;
}

a.tt_sstring:hover span {
	display: block;
   	position: absolute; top: 6px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #000;
   	border: 1px solid #EEE;
	opacity: 0.7;
	color: #FFF;
	/* end formatting */
}


A#vbUL_hf5i7a{display:none}


/* Intestazione - menuSx */
div#menuSx ul#menuSw{
	float: left;
}

div#menuSx ul#menuSw li{
	float: left;
	border: 0;
	background: #FFF;
	padding: 1px 1px 1px 1px;
	margin: 0 4px 0 0;
}

div#menuSx ul#menuSw li.no_menu{
	border: 0;
	background: none;
	padding: 0;
	margin: 0 5px 0 20px;
}

div#menuSx ul#menuSw li.menuSwSelezionato{
	background: #FFF;
	border: 0;
	border-bottom: 2px solid #FF6600;
}

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;
	background: #F6F6F6;
}

div#menuSx ul#menuSw li table td.menuSwTesto a{
	color: #000;
}

div#menuSx ul#menuSw li.menuSwSelezionato table td.menuSwTesto a{
	color: #000;
}


/* Intestazione - menuTo */
div#menuDx ul#menuTo{
	float: right;
}

div#menuDx ul#menuTo li{
	float: right;
	border: 0;
	background: #FFF;
	padding: 0;
	margin: 0 0 0 4px;
}

div#menuDx ul#menuTo li img{
	border: 0;
	margin: 0;
	padding: 0;
}

div#menuDx ul#menuTo li.logo{
	padding: 1px 1px 1px 1px;
}

div#menuDx ul#menuTo li.logo div.div_logo_dx{
	margin: 0;
	padding: 0;
	border: 0;
	width: 60px;
}

div#menuDx ul#menuTo li.fastfinder{
}

div#menuDx ul#menuTo li.fastfinder div.ff_form{
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	width: 220px;
	text-align: right;
	background: #f6f6f6;
	border-right: 2px solid #c2c2c2;
}

div#menuDx ul#menuTo li.fastfinder div.ff_form table{
	margin: 0 0 0 0;
	border: 0;
	border-collapse: collapse;
	width: 218px;
}

div#menuDx ul#menuTo li.fastfinder div.ff_form table td{
	margin: 0;
	border: 0;
	padding: 0 2px 1px 2px;
	border-collapse: collapse;
	vertical-align: middle;
}

div#menuDx ul#menuTo li.fastfinder div.ff_form span.ff_form_titolo{
	margin: 0;
	color: #3f3f3f;
	font-size: 10px;
	padding: 0 1px 0 0;
	font-weight: bold;
}

div#menuDx ul#menuTo li.fastfinder div.ff_form input.ff_form_input_text{
	width: 168px;
	border: 1px solid #c2c2c2;
	height: 16px;
}


/* Intestazione - Tools */
div#tool_div {
	vertical-align: middle;
	margin: 1px 0 0 0;
	padding: 2px 0 1px 0;
}


div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:0px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}


/* Calendario */

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
	z-index: 1099;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family:"Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 1098;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 1096;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


/* Tabber */
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #3b3b3b;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #FFF;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #3b3b3b; }
ul.tabbernav li a:visited { color: #3b3b3b; }

ul.tabbernav li a:hover
{
 color: #FFF;
 background: #3b3b3b;
 border-color: #3b3b3b;
}

ul.tabbernav li.tabberactive a
{
 background-color: #3b3b3b;
 border-bottom: 1px solid #3b3b3b;
 color: #FFF;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #3b3b3b;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #c2c2c2;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


/* Debug */
div#debug {
	background: #FFF;
	width: 100%;
	border-top: 1px solid #F00;
	margin: 10px 0 0 0;
	padding: 0;
	font: inherit;
	padding: 0 0 10px 0;
}

div#debug h1{
	border: 0;
	background: #F00;
	color: #FFF;
	padding: 0;
	padding: 3px 2px 2px 6px;
	font-size: 14px;
	font-weight: normal;
}

div#debug div.errore{
	margin: 10px 5px 0 5px;
	border: 1px solid #000;
	background: #FFF;
	font-weight: normal;
	color: #000;
	padding: 5px;
}

div#debug div.E_WARNING,
div#debug div.E_CORE_WARNING,
div#debug div.E_COMPILE_WARNING,
div#debug div.E_USER_WARNING{
	border-color: yellow;
	background: lightyellow;
}

div#debug div.E_NOTICE,
div#debug div.E_USER_NOTICE{
	border-color: gray;
	background: lightgray;
}

div#debug div.E_STRICT{
	border-color: lightgray;
	background: white;
}

div#debug div.E_ERROR,
div#debug div.E_PARSE,
div#debug div.E_CORE_ERROR,
div#debug div.E_COMPILE_ERROR,
div#debug div.E_USER_ERROR,
div#debug div.E_RECOVERABLE_ERROR,
div#debug div.E_DEPRECATED,
div#debug div.E_USER_DEPRECATED{
	border-color: red;
	background: lightred;
}



/* Code */
blockquote {
	border: 1px solid #000;
	padding: 3px;
	margin: 6px;
	font-family: Courier;
	font-size: 12px;
	background: #EDEDED;
}


/* Gmoole Notify */
div#notify {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	
}
div.notify {
	width: 300px;
	float: right;
	z-index: 100;
	background: #000;
	color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	padding: 6px;
	filter:alpha(opacity=50);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-moz-border-radius: 6px;
	border-radius: 8px;
}
div.notify h1{
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}
div.notify h2{
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 10px;
}
div.notify p{
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 2px;
	color: #FFF;
	font-size: 12px;
}

