/********************************************************************
Colori testo:
	nero = #000000
	bianco = #ffffff
	blu = #0000ee
	rosso = #ee0000
Colori background:
	bianco = #ffffff
	inverso = #335577
	grigio = #d9d9d9
	rosso = #ee0000
********************************************************************/

body,
table,
tr,
td,
input,
textarea,
select
{
	font: 10px Verdana, Arial sans-serif;
	color: #444444;	
	background: #ffffff;
}

body
{
	background-image: url('/img/sfondo.jpg');
}


/* main page */
.pagina
{
	width: 750px;
	padding-bottom: 20px;
	border: solid 1px #444444;
	background-color: #ffffff;
	margin: 10px auto 15px auto;
}

.pagina_login
{
	width: 80%;
	min-width: 480px;
	padding-bottom: 20px;
	border: solid 1px #444444;
	background-color: #ffffff;
	margin: 10px auto 15px auto;

	background-image:url('/img/note3-bkgrnd.jpg');
	background-position: center top; 
	min-height: 340px; 
	height: 60%%;  
	border-radius: 25px; 
	box-shadow: 10px 10px 5px #888888;
	
}

.dinamic_page
{
	margin: 10px;
	margin-top: 10px;
	margin-bottom: 18px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 20px;
	border: solid 1px #444444;
}

.pagina_print
{
	width: 100%;
	margin: 0px;
	padding: 2px;
	background-color: #ffffff;
}

/* buttons */
.btn
{
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	background: #000;
}
.btn_disabled
{
	font-weight: normal;
	color: #bbbbbb;
	font-size: 14px;
}

/* text labels */
.ll
{
	text-align: left;
}
.lr
{
	text-align: right;
}
.lc
{
	text-align: center;
}
.ll_big
{
	font-size: 12px;
	text-align: left;
}
.lr_big
{
	font-size: 12px;
	text-align: right;
}
.lc_big
{
	font-size: 12px;
	text-align: center;
}
.ll_big_big
{
	font-size: 14px;
	text-align: left;
}
.lr_big_big
{
	font-size: 14px;
	text-align: right;
}
.lc_big_big
{
	font-size: 14px;
	text-align: center;
}
.lbl
{
	text-align: left;
	font-weight: bold;
}
.lbr
{
	text-align: right;
	font-weight: bold;
}
.lbc
{
	text-align: center;
	font-weight: bold;
}

/* <input type="text"> */
.il
{
	border: 1px solid #7f9db9;
	padding: 2;
	text-align: left;
}
.ir
{
	border: 1px solid #7f9db9;
	padding: 2;
	text-align: right;
}
.ic
{
	border: 1px solid #7f9db9;
	padding: 2;
	text-align: center;
}
.il_bg
{
	border: 1px solid #7f9db9;
	padding: 2;
	text-align: left;
	background-color: #d9d9d9;
}
.ir_bg
{
	border: 1px solid #7f9db9;
	padding: 2;
	text-align: right;
	background-color: #d9d9d9;
}
.ic_bg
{
	border: 1px solid #7f9db9;
	padding: 2;
	text-align: center;
	background-color: #d9d9d9;
}
.i_err
{
	border: 1px solid #7f9db9;
	padding: 2;
	text-align: left;
	color: #ffffff;
	background-color: #ee0000;
}

/* table */
.tu
{
	border-bottom:1px solid #444444;
	margin-bottom:10px;
}
/* Titolo o Barra della tabella*/
.hc_bar
{
	font-weight: bold;
	font-size: 1.3em;
	background: #FFFFFF;
	color: #335577;
	text-align: center;
	border: solid 1px #444444;
	padding: 2px;	
}

.hl_bar
{
	font-weight: bold;
	font-size: 1.3em;
	background: #FFFFFF;
	color: #335577;
	text-align: left;
	border: solid 1px #444444;
	padding: 2px;	
}

.hr_bar
{
	font-weight: bold;
	font-size: 1.3em;
	background: #FFFFFF;
	color: #335577;
	text-align: right;
	border: solid 1px #444444;
	padding: 2px;	
}

/* tabella a lettura facilitata */
table.easy_read
{
	border-collapse: collapse;
	border: solid 1px #444444;
}

tr.easy_read:\hover, tr.easy_read2:\hover
{   
	/* Non Funzione su ExploDer */
	background-color: #ff6;
}

td.easy_read_c
{
	border: solid 0px;
	text-align: center;
	border-left: solid 1px #444444;
	border-left: solid 1px #444444;
}

td.easy_read_l
{
	border: solid 0px;
	text-align: left;
	border-left: solid 1px #444444;
	border-left: solid 1px #444444;
}

td.easy_read_r
{
	border: solid 0px;
	text-align: right;
	border-left: solid 1px #444444;
	border-left: solid 1px #444444;
}

tr.easy_read2
{
	border-top: solid 1px #ccc;
}

/* footer grigio (Da usare come background dei pulsanti "Salva", "Annulla", ecc.) */
.fc
{
	font-weight: bold;
	color: #ffffff;
	background: #bcbcbc;
	text-align: center;
	border: solid 0px;
	padding: 4px;	
}

.fl
{
	font-weight: bold;
	color: #ffffff;
	background: #bcbcbc;
	text-align: left;
	border: solid 0px;
	padding: 4px;	
}

.fr
{
	font-weight: bold;
	color: #ffffff;
	background: #bcbcbc;
	text-align: right;
	border: solid 0px;
	padding: 4px;	
}

/* intestazione di secondo livello nelle tabelle  */
.hc_sub1
{
	font-weight: bold;
	color: #ffffff;
	background: #9be;
	text-align: center;
	border: solid 1px #444444;
	padding: 2px;	
}

.hr_sub1
{
	font-weight: bold;
	color: #ffffff;
	background: #9be;
	text-align: right;
	border: solid 1px #444444;
	padding: 2px;	
}

.hl_sub1
{
	font-weight: bold;
	color: #ffffff;
	background: #9be;
	text-align: left;
	border: solid 1px #444444;
	padding: 2px;	
}

/* table header */
.hl
{
	font-weight: bold;
	color: #ffffff;
	background: #335577;
	text-align: left;
	border: solid 1px #444444;
	padding-left: 2;
}
.hr
{
	font-weight: bold;
	color: #ffffff;
	background: #335577;
	text-align: right;
	border: solid 1px #444444;
	padding-left: 2;
}
.hc
{
	font-weight: bold;
	color: #ffffff;
	background: #335577;
	text-align: center;
	border: solid 1px #444444;
	padding-left: 2;
}
.hc a:link, .hc a:visited
{
	font-weight: bold;
	color: #ffffff;
}
.hc a:hover
{
	font-weight: bold;
	color: #ffff00;
}
.hc_light
{
	font-weight: bold;
	color: #ffffff;
	background: #3399cc;
	text-align: center;
	border: solid 1px #444444;
	padding-left: 2;
}
/* table data */ 
/* plain */
.dl
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
.dr
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
.dc
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
}
/* bold */
.dbl
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
}
.dbr
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
}
.dbc
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
}
/* plain blue*/
.dl_blue
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #0000ee;
}
.dr_blue
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #0000ee;
}
.dc_blue
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #0000ee;
}
/* bold blue */
.dbl_blue
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #0000ee;
}
.dbr_blue
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #0000ee;
}
.dbc_blue
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #0000ee;
}
/* plain red*/
.dl_red
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #ee0000;
}
.dr_red
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #ee0000;
}
.dc_red
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	color: #ee0000;
}
/* bold red */
.dbl_red
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #ee0000;
}
.dbr_red
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #ee0000;
}
.dbc_red
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	font-weight: bold;
	color: #ee0000;
}
/* plain background  gray*/
.dl_bg
{
	text-align: left;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	background-color: #d9d9d9;
}
.dr_bg
{
	text-align: right;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	background-color: #d9d9d9;
}
.dc_bg
{
	text-align: center;
	border: solid 1px #bbbbbb;
	padding-left: 2;
	background-color: #d9d9d9;
}

/* menu */
td.menu_head_left
{
	color: #ffffff;
	font-size: 10;
	text-align: left;
	vertical-align: middle;
	background: #EDDFBE;
	border-left: solid 1px #444444;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
}
/*td.menu_head_left
{
	color: #444444;
	font-size: 10;
	text-align: left;
	vertical-align: middle;
	background: #dee7ec;
	border-left: solid 1px #444444;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
}*/
a.menu_head_left:link, a.menu_head_left:hover, a.menu_head_left:visited
{
	color: #ffffff;
	background-color: #EDDFBE;
}
td.menu_head_right
{
	color: #ffffff;
	font-size: 12;
	text-align: left;
	vertical-align: middle;
	background: #EDDFBE;
	border-right: solid 1px #444444;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
}
/*td.menu_head_right
{
	color: #444444;
	font-size: 12;
	text-align: left;
	vertical-align: middle;
	background: #dee7ec;
	border-right: solid 1px #444444;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
}*/
a.menu_head_right:hover, a.menu_head_right:visited, a.menu_head_right:link
{
	text-decoration: none
}
td.menu_head_left_viper
{
	color: #000000;
	font-size: 10;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background: #dee7ec;
	border-left: solid 1px #444444;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
}
a.menu_head_left_viper:link, a.menu_head_left_viper:hover, a.menu_head_left_viper:visited
{
	color: #ffffff;
	background-color: #EDDFBE;
}
td.menu_head_right_viper
{
	color: #444444;
	font-size: 10;
	text-align: left;
	vertical-align: middle;
	background: #dee7ec;
	border-right: solid 1px #444444;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
}
a.menu_head_right_viper:hover, a.menu_head_right_viper:visited, a.menu_head_right_viper:link
{
	text-decoration: none
}
.menu_link_selected
{
	font-weight: bold;
	background-color: #ffff00;
}

/* link */
a:link
{
	font-weight: bold;
	color: #444444;
}
a:visited
{
	font-weight: bold;
	color: #444444;
}
a:hover
{
	font-weight: bold;
	color: #0000FF;
}

/* varie */
.menu_title
{
	font-size: 18px;
	border-bottom:1px solid #444444
}
.title
{
	font-size: 18px;
	padding-bottom: 10;
}
.err
{
	text-align: center;
	font-weight: bold;
	color: #ee0000;
}
.msg
{
	text-align: center;
	font-weight: bold;
	color: #0000ee;
}

@media print { 
  .footer { position: absolute;
  			bottom: 60;
  			right: 0;
  			left: 0}
  .nostampa {display: none}
	.pagebreak {page-break-before: always}
}

div.check_list ul li
{
	list-style-type:none;
}

/* auto complete list */
div.auto_complete
{
	position: absolute;
	width: 350px;
	background: #fff;
}

div.auto_complete ul
{
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}

div.auto_complete ul li
{
	margin:0;
	padding:3px;
	list-style-type: none;
	display: block;
}

div.auto_complete ul li.selected
{ 
	background-color: #ffb; 
}

div.auto_complete ul strong.highlight
{ 
	color: #800; 
	margin:0;
	padding:0;
}

div.auto_complete a:link, div.auto_complete a:visited
{
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

div.auto_complete a:hover
{
	font-weight: normal;
	color: #DD0000;
	text-decoration: none;
}

div.naviga
{
	font-weight: bold;
}

div.naviga img
{
	vertical-align: middle;
}

.dl img
{
	vertical-align: top;
}

.ll img
{
	vertical-align: text-bottom;
}

.float_window
{
	position: absolute;
	left: 35%;
	top: 30%;
	z-index: 1;
	/*float: center;*/
	width: 300px;
	background: #fff;
	border:1px solid #888;
	margin:5;
	padding:5;
}

.float_window_1
{
	position: absolute;
	left: 35%;
	z-index: 1;
	/*float: center;*/
	/*width: 300px;*/
	background: #fff;
	border:1px solid #888;
	margin:5;
	margin-top:-20;
	padding:5;
	/*padding-top:-20;*/
}
.fixed_window
{
	position: fixed;
	left: 35%;
	top: 30%;
	z-index: 1;
	/*float: center;*/
	width: 300px;
	background: #fff;
	border:1px solid #888;
	margin:5;
	padding:5;
}

.fixed_window_1
{
	position: fixed;
	left: 35%;
	top: 5%;
	z-index: 1;
	visibility: hidden;
	/*float: center;*/
/*	width: 300px;*/
/*	background: #fff;*/
/*	border:1px solid #888;*/
/*	margin:5;*/
/*	padding:5;*/
}

.plainbox
{
	height: 55%; 
	overflow: auto;
	background-color: #EFEFEF;
	border-top: solid 7px #EFEFEF;
	border-bottom: solid 7px #EFEFEF;
	border-right: solid 5px #EFEFEF;
}

.plainbox_table
{
	height: 450px; 
	overflow: auto;
}

/* Pier Testing Menu CSS*/
#menu_table {
	vertical-align: top; 
	text-align: left; 
	width: 95%;
}

#menu_table td {
	padding: 6px
}

#menu_table ul {
	list-style-type: none;
	text-align: left;
	border: solid 0px;
	margin: 0px;
	padding: 0px;
}

#menu_table li {
	padding: 1px 0px;
}

#menu_table .l0, #menu_table .l0 a {
	margin-top: 1em;
	font-size: 15px;
	font-weight: bold;
	color: #359;
	text-decoration: none;
}

#menu_table .l1, #menu_table .l1 a  {
	font-size: 12px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
}

#menu_table .l2, #menu_table .l2 a  {
	font-size: 11px;
	padding: 0em 1.5em;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	margin-bottom: 1em;
}

#menu_table a:hover {
	color: #00f;
	text-decoration: underline;
}

/* non interpretato da IE */
html>body #top10 {
	background-color: rgb(240,240,255);
}

.menu_title {
	font-size: 18px;
	color: #444;
}


/* AutoComplete Dropdown */
.autoCompleteDropdown
{
  list-style: none;
  margin: 0;
  border: 1px solid #CCCCCC;
  padding: 0;
  background-color: #E3EEF5;
  text-align: left;
}

.autoCompleteDropdown li
{
  padding: 0.25em 0.2em;
  color: #4C4C4C;
  cursor: pointer;
  font-weight: normal;
  c\ursor: pointer;
}

.autoCompleteDropdown li.selected
{
  background-color: #0066CC;
  color: #FFFFFF;
}

/* specific elements */

#loginform table tr td{
	background-color: transparent;
}

