/*******************************************************************************
   CONTAINER
*******************************************************************************/
#container {
	position: absolute;
	float: left;
	left: 0px;
	margin: 0px;
	padding: 0px;
	/*font-family: verdana,arial,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
	font-size: 75%;
	color:/*#0E2B55*/#1b1b2b;
	background: /*#E6E7EA*/FFF;
	border: 0px solid red;
	width: 100%;
	min-height: 100%;
}

/*******************************************************************************
   HEADER
*******************************************************************************/
#header {
	margin: 0px;
	padding:0;
	padding-bottom:0.7em;
	border:0;
	border-top:1px solid #C6C6C8;
	color:#0E2B55;
	background:#E6E7EA url("../images/sf_td.jpg") repeat-x bottom;
 	height: 80px;
}

#header h1 {
	font-weight:600;
	font-size:1.5em;
	margin:0.5em 0 0.5em 0.5em;
	line-height:1.1em;
}
	
#header h1 span {
	font-size:0.6em;
	font-weight:normal;
}

#subtitle {
	text-align:center;
	border:0;
	margin:0;
	padding:0;
	padding-bottom:5px;
	background:#E6E7EA url('../images/sf_subtit_a.jpg') repeat-x bottom;
}
#subtitle h2 {
	margin: 0px;
}

/*******************************************************************************
   CONTENT
*******************************************************************************/
#content {
	position: relative;
	float: left;
	/*top: 0px;
  left: 0px;*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*height: 300px;*/
		border: 0px solid yellow;
}

/*******************************************************************************
   MENU ORIZZONTALE
*******************************************************************************/
#menu_orizzontale {
	position: relative;
	padding: 0px;
	height: 83px;
	background: #d2232a;
}
#menu_orizzontale img {
		margin: 0px; 
		padding: 0px; 
		border: 1px solid red;
}
#menu_orizzontale a {
		color: white;
		font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
}
#menu_orizzontale a:hover {
		color: #FFCB8C;
		text-decoration: underline;
}
#menu_orizzontale a#activelink {
		color: #033;
		text-decoration: none;
}
/******************************************************************************/
#menu_orizzontale #menu_group {
	float: left;
	}
/******************************************************************************/
#menu_orizzontale #menu_item_first {
	float: left;
	width: 210px;
	height: 70px;
	border: 0px solid black;
}
#menu_orizzontale #menu_item {
	float: left;
	width: 76px;
	height: 79px;
	border: 0px solid white;
	/*background: white;*/
	margin: 1px;
}
#menu_orizzontale #menu_item img {
	position: relative;
	border: 0px solid yellow;
	width: 48px;
	height: 48px;
	left: 50%;
	margin-left: -24px;
}
#menu_orizzontale #menu_item p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 25px;
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*******************************************************************************
   MENU ORIZZONTALE
*******************************************************************************/
#barra_utente {
	padding: 4px;
	background: #d9d9da;
	color: #1b1b1b;
	font-size: 0.8em;
}
#barra_utente a, #barra_utente a:visited {
	color: #d2232a;
}
#barra_utente a:hover {
	color: #d2232a;
    font-weight: bold;
}

/*******************************************************************************
   MENU
*******************************************************************************/
#menu {
	position: relative;
	float: left;
	width: 180px;
	padding: 0px;
	border: 0px solid red;
}
#menu img {
		margin: 0px; 
		padding: 0px; 
		border: 0px solid red;
}
#menu a, #menu a:visited {
		color:#0E2B55;
		text-decoration: none;
}
#menu a:hover {
		color: #993333;
		text-decoration: underline;
}
#menu a#activelink {
		color: #993333;
		text-decoration: none;
}

/*******************************************************************************
   MENU
*******************************************************************************/
#news {
	position: relative;
	float: right;
	width: 220px;
	padding: 0px;
	padding-top: 2px;
	padding-left: 2px;
	border-left: 0px solid red;
	text-align: right;
	font-size: 0.9em;
}

/*******************************************************************************
   INDICE
*******************************************************************************/
#indice {
	padding-left: 190px;
	padding-right: 230px;
	border: 0px solid green;
}
/****************************************************
footer
****************************************************/
#footer {
	float: left;
	clear: both;
	width: 100%;
}
#footer p {
	background:#d9d9da;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0px;
	padding:35px;
	position:relative;
	text-align:center;
	font-size:0.85em;
}

#footer p a {
	color:#0E2B55;
	text-decoration:underline;
}

#footer p a:hover {
	color:#0E2B55;
	text-decoration:none;
}

/*******************************************************************************
   HELP
*******************************************************************************/
#help {
	text-align: left;
}

#help p {
		text-align: justify;
		font-size: 12px;
		color: black;
}

#help .nome_sp {
		text-align: left;
		color: #993333;
		font-size: 18px;
		font-weight: bold;
}

#help h2 {
		text-align: left;
		color: #369;
		font-size: 14px;
		font-weight: bold;
}

#help .nome_parametro {
		text-align: left;
		color: #993333;
		font-size: 14px;
		font-weight: bold;
}

/*******************************************************************************
   MENU HELP
*******************************************************************************/
/*#menu_help {
		float: right;
		margin: 1px;
		border: 1px solid red;
		width: 180px;
}*/

/*******************************************************************************
   MENU HELP
*******************************************************************************/
#menu_help {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 200px;
	font-weight: bold;
	text-align: center;
}
#menu_help h3 {
		color: #369;
}

#menu_help ul {
		margin: 5px;
		padding: 0px; 
		list-style-type: none;
}

#menu_help li {
		margin: 1px;
		padding: 0px;
		background-color: #aaddff; /*#dedede;*/
		border: 1px solid white;
		font-size: 14px;
}

#menu_help .titolo_menu {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: white;
	background-color: #993333;
	border: 1px solid black;
}

#menu_help a {
		color: #369;
		font : normal 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
}
#menu_help a:hover {
		color: #033;
		text-decoration: underline;
}

#menu_help a#activelink {
		color: #033;
		text-decoration: none;
}

/*******************************************************************************
   MENU CONTENT
*******************************************************************************/
#menu_content {
		margin: 0px;
		margin-left: 230px;
		padding: 0px;
		padding-left: 30px;
		padding-right: 30px;
		border-left: 1px solid #369;
		height: 300px;/*overflow: auto;*/
		text-align: left;
}

#menu_content p {
		margin: 0px;
		padding: 0px;
		text-align: justify;
}
#menu_content h1 {
		margin-top: 20px;
		margin-bottom: 10px;
}

/*******************************************************************************
   SP NEWS
*******************************************************************************/
#sp_news {
	margin: 0px auto;
	text-align: left;
	width: 96%;
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
#sp_news .data{
	margin: 0px auto;
	float: right;
	display: inline;
}
#sp_news p {
		margin: 0px;
		padding: 10px;
		text-align: justify;
		border-top: 1px solid black;
		background: white;
}
#sp_news h1, #sp_news h2 {
		color: white;
		background: #369;
		padding: 0px 15px;
}
#sp_news h1 {
		font-size: 10px;
		text-align: right;
}
#sp_news img, #sp_news a {
	margin-right: 10px;
	vertical-align: middle;
}
/*******************************************************************************
   PANEL
*******************************************************************************/
#panel_sp_news, #panel_admin_news {
	float: left;
		text-align: center;
	width: 40%;
	margin-left: 5%;
}
 
#login {
	/*position: relative;
	float: left;*/
	margin-top: 100px;
	/*margin-left: -180px;
	width: 260px; 
	height: 180px;
	left: 50%;*/
}
#log {
	margin: 10px;
	margin-left: -200px;
	width: 300px; 
	height: 220px;
	left: 50%;
}


/*******************************************************************************
   TABS
*******************************************************************************/
#tabsF {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#tabsF li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabsF a {
	float:left;
	/*background:url("../images/tableftJ.gif") no-repeat left top;
    background: #d9d9da;*/
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabsF a span {
	float:left;
	display:block;
	/*background:url("../images/tabrightJ.gif") no-repeat right top;*/
    background: #d9d9da;
	padding:5px 15px 4px 6px;
	color:#666;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
	color:#FFF;
	}
#tabsF a:hover {
	/*background-position:0% -84px;
    background: #d9d9da;*/
	}
#tabsF a:hover span {
	/*background-position:100% -84px;
    background: #d9d9da;*/
    color: #000;
	}
#tabsF .selected a, #tabsF .selected a:hover {
	/*background-position:0% -42px;
    background: #d2232a;*/
	}
#tabsF .selected a span, #tabsF .selected a:hover span {
	/*background-position:100% -42px;*/
	background: #d2232a;
    color:#FFF;
	}
/******************************************************************************/
html, body {
	margin: 0px;
	padding: 0px;
	/*background-color: #e6e7ec;*/
	height: 100%;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}

/*h1 {
	color: #369;
	font-size: 14px;
}

h2 {
	color: #993333;
	font-size: 16px;
}

h3 {
	color: #993333;
	font-size: 24px;
}*/
a {
	text-decoration: none;
    color: #1b1b1b; /*#d2232a;*/
}
.icona {
	width: 70px;
	height: 70px;
	border: 1px solid #ddd;
	text-align: center;
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.icona span:hover {
	color: #033;
	text-decoration: none;
}

.a_azzurro {
	/*background: transparent url("../images/a_azzurro.png") no-repeat center right;
 	height: 30px;*/
}
.n_azzurro {
	/*background: transparent url("../images/n_azzurro.png") repeat-x center;
 	height: 30px;*/
    color: white;
    background: #d2232a;
}
.n_azzurro img {
	vertical-align: middle;
}
.n_azzurro a {
	color: white;
}
.p_azzurro {
	/*background: transparent url("../images/p_azzurro.png") no-repeat center left;
    height: 30px;*/
}
.a_rosso {
	background: transparent url("../images/a_rosso.png") no-repeat center right;
 	height: 30px;
}
.n_rosso {
	background: transparent url("../images/n_rosso.png") repeat-x center;
 	height: 30px;
}
.p_rosso {
	background: transparent url("../images/p_rosso.png") no-repeat center left;
 	height: 30px;
}
.a_verde {
	background: transparent url("../images/a_verde.png") no-repeat center right;
 	height: 30px;
}
.n_verde {
	background: transparent url("../images/n_verde.png") repeat-x center;
 	height: 30px;
}
.p_verde {
	background: transparent url("../images/p_verde.png") no-repeat center left;
 	height: 30px;
}
.a_grigio {
	background: transparent url("../images/a_grigio.png") no-repeat center right;
 	height: 30px;
}
.n_grigio {
	background: transparent url("../images/n_grigio.png") repeat-x center;
 	height: 30px;
}
.p_grigio {
	background: transparent url("../images/p_grigio.png") no-repeat center left;
 	height: 30px;
}
.a_arancio {
	background: transparent url("../images/a_arancio.png") no-repeat center right;
 	height: 30px;
}
.n_arancio {
	background: transparent url("../images/n_arancio.png") repeat-x center;
 	height: 30px;
}
.p_arancio {
	background: transparent url("../images/p_arancio.png") no-repeat center left;
 	height: 30px;
}
.a_giallo {
	background: transparent url("../images/a_giallo.png") no-repeat center right;
 	height: 30px;
}
.n_giallo {
	background: transparent url("../images/n_giallo.png") repeat-x center;
 	height: 30px;
}
.p_giallo {
	background: transparent url("../images/p_giallo.png") no-repeat center left;
 	height: 30px;
}

#top_left {
	float: left;
	border: 0px solid red;
}
#top_right {
	float: right;
	/*border: 0px solid red;*/
}


img {
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
}

/*form, table, tr {
	margin: 0px;
	padding: 0px;
}*/
input,textarea,select { 
    border: 1px solid #CCC; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
}

.message_form {
	background: #dddfdc;
	border: 1px solid #777777;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 10px;
	padding-left: 100px;
}

/*.my_form, .my_login {
	background: #e9e9e9 url("../images/bg_form.jpg") repeat-x bottom left;
	border: 1px solid #777777;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 0px;
	padding-bottom: 10px;
}*/

.my_form, .my_login {
	/*background: #cdd3df url("../images/logo_po.jpg") no-repeat top left;*/
	border: 1px solid #777777;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 10px;
	padding-left: 90px;
}
.my_form button {
	width: 100px;
}
.my_login input {
	width: 150px;
}
.titolo {
	color: white;
	background: #526a86 url("../images/bg_formtitle.gif") repeat-x bottom;
	border-bottom: 1px solid #033;
	font-weight: bolder;
	font-size: 1.0em;
	margin: 0px;	
	margin-bottom: 20px;
	padding: 0px;
	padding-bottom: 2px;
}
.title {
    margin: 15px 30px;
    color: #d2232a;
}
.titolo2 {
	font-weight: bolder;
	font-size: 1.2em;
	padding: 20px;
}
.sottotitolo {
	font-weight: bold;
	font-size: 1em;
	padding: 20px;
}
.note {
	font-weight: normal;
	font-size: 0.8em;
}

.sx { text-align: left; }
.dx { text-align: right; }
.centrato { text-align: center; }
.grassetto { font-weight: bold; }

/*table {
	border-collapse: collapse;
	border-spacing: 1px;
	background: transparent;
}*/

.form_pulsanti {
	margin: 0px;
	padding: 0px;
}

button, .button2 {
	/*width: 80px;*/
	margin-left: 3px;
	margin-right: 3px;
	color: #1b1b1b;
	border: 1px solid #777777;
	background: #d9d9da;
	cursor: pointer;
}
button:hover { 
    font-weight: bold; 
	color: #fff;
	border: 1px solid #b2030a;
	background: #d2232a;
}

.button2 {
	width: 95px;
	height: 30px;
	padding-left: 30px;
}
.button_del {
	background: #dedede url("../images/doc_delete_mini.gif") no-repeat top left;/*#deddee;*/
}
.button_upd {
	background: #dedede url("../images/doc_update_mini.gif") no-repeat top left;/*#deddee;*/
}
.button_ins {
	background: #dedede url("../images/doc_insert_mini.gif") no-repeat top left;/*#deddee;*/
}
.button_undo {
	background: #dedede url("../images/undo_mini.gif") no-repeat top left;/*#deddee;*/
}
.button_disabled {
	color: #808080;
	background-color: #CECECE;/*#deddee;*/
}

/******************************************************************************/

.LabelLoginIntestazione {
	font-size: 20px;
	color: #993333;
	text-align: center;
}
/******************************************************************************/
.FormTable {
	margin: 10px;
	padding: 10px;
	border: 1px solid black;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: black;
	background-color: #e0e0e0;
	width: 700px;
}

.FormTable label {
	width: 150px;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

.FormTable input {
	border: 1px solid black;
}

/******************************************************************************/
.IntestazioneTabella {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #993333;
	/*background-color: #aaddff;*/
	border: 0px solid white;
	background:#E6E7EA url(../images/sf_subtit_a.jpg) repeat-x bottom;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.RigaPari {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	background-color: white;
}

.RigaDispari {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	background-color: #dbe0db;/*#aaddff;*/
}

/******************************************************************************/
.QuadratiDB {
	border: 0px solid black;
	width: 16px;
	height: 16px;
}

.Debug {
	font-family: courier;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	color: red;
	background-color: #e0e0e0;
	border: 1px solid black;
}

.control {
	font-family: courier;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	color: white;
	background-color: #505050;
	border: 1px solid black;
}

.no_record {
	 	margin: 20px 10px 10px 10px; /*Top, Right, Bottom, Left*/
		padding: 10px;
		border: 1px solid black;
		color: #993333;
		background-color: #e0e0e0;
		font-size: 14px;
		font-weight: bold;
}

/******************************************************************************/
.errore {
		margin: 0px;
		padding: 0px;
		background-color: #993333; /*#dedede;*/
		color: white;
		font: bold 12px verdana,arial,serif;
		/*text-align: left;*/
		border: 1px solid black;
		width: 500px;
}

.errore p {
		margin: 0px;
		padding: 0px;
		background-color: #ffdede; /*#dedede;*/
		color: black;
		/*text-align: left;*/
		font: normal 12px verdana,arial,serif;
		border: 1px solid black;
}

.LogTable {
		margin: 0px;
		padding: 0px;	
		float: left;
}

.titolomenu {
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #993333;
	border: 1px solid black;
}

.vocemenu {
	margin: 1px;
	padding: 0px;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	color: #993333;
	background-color: white;
	border: 1px solid black;
}

.pulsantemenu {
	margin: 1px;
	padding: 0px;
	background-color: #aaddff;
	border: 1px solid white;
}

.pulsantemenu img, .vocemenu img {
	margin: 1px;
	vertical-align: text-top;
}
/******************************************************************************/
.MioForm {
	margin: 10px auto;
	padding: 10px;
	border: 1px outset black;
	border-right-width: 2px;
	border-bottom-width: 2px;
	font-weight: 600;
	font-size: 14px;
	color: black;
	background-color: #e0e0e0;
	width: 400px;
}

.MioForm label {
	/*width: 100%;*/
	width: 150px;
	height: 20px;
	margin: 1px;
	/*border: 1px solid red;*/
	text-align: right;
}

.MioForm input {
	/*width: 100%;*/
	height: 20px;
	margin: 1px 5px;
	/*float: left;*/
	border: 1px solid black;
}

.MioForm img {
	margin: 0px 5px;
	/*float: left;*/
	/*height: 20px;*/
}

.MioForm select {
	/*width: 100%;*/
	margin: 1px;
	height: 20px;
	/*float: left;*/
	border: 1px solid black;
}
/******************************************************************************/
.FormPrenota {
	margin: 10px;
	padding: 10px;
	/*border: 1px solid black;*/
	border: 1px outset black;
	border-right-width: 2px;
	border-bottom-width: 2px;
	font-weight: bold;
	font-size: 14px;
	color: black;
	background-color: #e0e0e0;
	width: 500px;
}

.FormPrenota label {
	width: 150px;
  height: 20px;
	margin: 1px;
	font-weight: bold;
	/*border: 1px solid red;*/
	text-align: right;
}

.FormPrenota input {
	/*width: 100%;*/
	height: 20px;
	margin: 1px;
	/*float: left;*/
	border: 1px solid black;
}

.FormPrenota img {
	margin: 0px 5px;
	/*float: left;*/
	/*height: 20px;*/
}

.FormPrenota select {
	/*width: 90%;*/
	margin: 1px;
	/*height: 20px;*/
	/*float: left;*/
	border: 1px solid black;
}
/******************************************************************************/
.MiaLabel {
	/*width: 100%;*/
	width: 250px;
	height: 20px;
	margin: 1px 5px;
	border: 1px solid black;
	text-align: left;
  background-color: white;
}
/******************************************************************************/
.label_help {
	width: 150px;
	height: 20px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
  /*background-color: #ff00ff;*/
}
/******************************************************************************/
.PulsantiForm {
	margin: 5px;
	padding: 2px;
	border: 0px solid black;
	font-weight: bold;
	font-size: 14px;
	color: black;
	/*background-color: #e0e0e0;
	width: 400px;*/
}

.PulsantiForm button {
	border: 1px solid #033;
	width: 30px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	color: #369;
	font-weight: bold;
}
.PulsantiForm .current, .PulsantiForm button:hover {
	background: #A9FF84;
	color: #036;
}

/******************************************************************************/

.header {
	clear: both;
	margin-bottom: 10px;
	font-size: 20px;
	color: #993333;
	/*background-color: #ffdede;
	border: 1px solid black;*/
	}

.footer {
	clear: both;
	margin-top: 10px;
	/*background-color: #ffdede;
	border: 1px solid black;*/
	}

.footer label {
	width: 100%;
	height: 20px;
	margin: 1px;
	border: 1px solid red;
	text-align: center;
}

.left {
	float: left;
	width: 100px;
	/*background-color: #deffde;
	border: 1px solid black;*/
	}

.right {
	float: right;
	width: 230px;
	/*background-color: #dedeff;
	border: 1px solid black;*/
	}
.all {
	/*float: right;*/
	width: 100%;
	text-align: left;
	}

.mio_label {
	width: 150px;
	height: 20px;
	margin: 1px;
	text-align: right;
}

/******************************************************************************/
.error_Pari {
	text-align: center;
	background-color: #ffc0c0;
	border-width: 1px;
	border-style: solid;
	border-color: #C89797;
}

.error_Dispari {
	text-align: center;
	background-color: #eeb0b0;
	border-width: 1px;
	border-style: solid;
	border-color: #C69393;
}

.warning_Pari {
	text-align: center;
	background-color: #ffffaa;
	/*background:#dede91 url("images/sfuma_dede91.gif") no-repeat bottom left;*/
	border-width: 1px;
	border-style: solid;
	border-color: #C6C684;
}

.warning_Dispari {
	text-align: center;
	background:#dede91;
	border-width: 1px;
	border-style: solid;
	border-color: #B4B478;/*#C19A74*/
}
.categoria {
	text-align: center;
	background-color: #FFCC99;
	border-width: 1px;
	border-style: solid;
	border-color: #C19A74;
	font-weight: bold;
	font-size: 8px;
	text-align: center;
}
.header_gruppo {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: white;
	background:#369 url("../images/sfuma_369.gif") no-repeat bottom left;
	border: 1px solid white;
}
.sql {
	color: #006633;
	background-color: #ffffdd;
	border: 1px solid black;
	text-align: left;
}
.h3_help {
	margin-bottom: 20px;
	font-size: 32px;
}
.img_help {
	position: relative;
	top: 15px;
	margin-top: 10px;
	margin-right: 20px;
}
.td_sx {
	background: #cecece;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
}
.td_dx {
	background: white;
	padding-left: 5px;
}
.visibile {
	visibility: visible;
}
.invisibile {
	/*visibility: hidden;*/
	display:none;
}

.bottone_lettera {
	margin: 2px;
	padding: 0px;
	height: 28px;
	width: 28px;
	background: #dedede;
	cursor: pointer;
	border: 1px solid #777777;
	font-size: 20px;
	text-align: center;
}
.bottone_lettera a, .bottone_lettera a:visited {
	text-decoration: none;
	color: #369;
}

.bottone_lettera:hover, .bl_current { 
	font-weight: bold;
	background: #92FF6D;
	border: 1px solid green;
}

.bottone_lettera2 {
	margin: 2px;
	padding: 0px;
	height: 28px;
	width: 28px;
	color: #fff;
	background: #369;
	cursor: pointer;
	border: 1px solid #777777;
	font-size: 16px;
	text-align: center;
}
.bottone_lettera2 a, .bottone_lettera2 a:visited {
	text-decoration: none;
	/*color: #369;*/
	color: #fff;
}

.bottone_lettera2:hover, .bl_current { 
	font-weight: bold;
	background: #92FF6D;
	border: 1px solid green;
}

#toolbar {
	float: left;
	width: 100%;
	background: transparent;
}
.tb_item {
	float: left;
	border:1px solid white;
	margin: 1px;
	padding: 0px;
	text-align: center;
	width: 60px;
}
.tb_item_r {
	float: right;
	border:1px solid white;
	margin: 1px;
	padding: 0px;
	text-align: center;
	width: 60px;
}
.tb_item p, .tb_item_r p {
	padding: 0px;
	margin: 0px;
	height: 25px;
}

/*****************************************************************************
 NUOVI
*****************************************************************************/
/*.popup {
   position:relative; left:20; top:20; width:200px;
   border-style:solid;
   border-width: 1px;
   border-color: blue;
   background-color: #D3DDFF;
   padding:5px;
   color: #039;
   font-family:Arial;
   font-size:10pt;
   z-index:20;
   visibility:hidden;
}*/
.link {
	cursor: pointer;
}
.counter {
	border: 1px solid #767676;
	background: #CCCCCC;
	font-size: 0.8em;
	width: 15px;
}
/*****************************************************************************
 BILANCIO
*****************************************************************************/
.intestazione_minuta { 
	font-size: 9px;
	background: #036;
	color: white;
	font-weight: bold;
}
.intestazione_upb { 
	font-size: 14px;
	background: #70a7c6;
	color: black;
	font-weight: bold;
}

.intestazione_verde { 
	font-size: 14px;
	background: #B1FF95;
	color: black;
	font-weight: bold;
}

.intestazione_arancio { 
	font-size: 14px;
	background: #FFBB5C;
	color: black;
	font-weight: bold;
}

.intestazione_gialla { 
	font-size: 14px;
	background: #F9FF83;
	color: black;
	font-weight: bold;
}

.intestazione_rossa { 
	font-size: 14px;
	background: #FF5959;
	color: white;
	font-weight: bold;
}

.intestazione_atto { 
	font-size: 14px;
	background: #FFBB5C;
	color: black;
	font-weight: bold;
}

.em12 {
	font-size: 1.2em;
}
.em13 {
	font-size: 1.3em;
}
.em14 {
	font-size: 1.4em;
}
.em15 {
	font-size: 1.5em;
}
.em17 {
	font-size: 1.7em;
}
.em18 {
	font-size: 1.8em;
}
.em20 {
	font-size: 2.0em;
}
.em25 {
	font-size: 2.5em;
}

div.scroll {
	height: 100px;
	width: 600px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 1px;
}

.border_t { border-top:1px solid #777; }
.border_l { border-left:1px solid #777; }
.border_r { border-right:1px solid #777; }
.border_b { border-bottom:1px solid #777; }
.border_a { border:1px solid #777;margin:1px; }