@import url('https://fonts.googleapis.com/css?family=Titillium Web');
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: x-large;
	color: white;
	background:#3F7446; 
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	font-weight: normal;
}
FORM {
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: transparent;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
BODY.main {
	color: black;
	/*background: url("../images/Sfondo.gif");*/
	background-repeat: repeat-x;
	background-position: top left;
}

BODY.grafica {
	background-color: #ffffff;
	color:  black;
	margin: 0;
	padding: 0;
}

div.intestazione {
	width: 100%;
	color: #7B060E;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

table.intestazione {
	width: 100%;
	border: 0px solid #000000;
	padding-top: 1px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
}

/* ------------------------------------------------------
	definizioni per sentiero
   ------------------------------------------------------*/
div.sentiero {
	width: 100%;
	color: white;
	background-color: #3F7446;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

SPAN.sentiero {
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	color: white;
}
A.sentiero {
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: small;
	text-decoration: underline;
	color: white;
}
.sentiero A:hover {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: small;
	padding-bottom: 0px;
	color: #ffffff;
	background-color: #CCC5AD;
	padding-top: 0px;
	text-decoration: underline;
}
/* ------------------------------------------------------*/
#graficaContainer {
	background-color: #EFEFEF;
	color: black;
	margin: 0;
	border: 0;
	padding: 0;
	border-bottom: 1px solid black;
	width: 100%;
	height: 100%;
}

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 0px solid;
}

#dbcontainer {
	background-color: white;
	border: 1px solid;
}

/* ------------------------------------------------------*/
#Panoramica {
	display: inline;
	visibility: hidden;
	position:absolute; 
	top:0px;
	left:0px;
	width: 200px;
	height: 220px;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	border-color: #000000;
	background-color: white;
	margin:0px;
	padding:0px;
	z-index:31;
}

#PanoramicaView {
	border-width:1px;
	border-style:solid;
	border-color: #FF0000;
	background-color: #FF0000;
	position:absolute;
	margin:0;
	padding:0;
	cursor:move;
	overflow: hidden;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;/* mozilla */
	opacity: 0.7;
}
/* --------------- Toolbar----------------------------*/
#Toolbar {
	position:absolute;
	top=0;
	left=0;
	background-color: #f0f0f0;
	border-top:    1px inset gray;
	border-bottom: 1px inset gray;	
	width: 100%;
	cursor: pointer;
	overflow:hidden;
	z-index: 11;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
    box-shadow: 0px 0px 30px 0px #575757;
    overflow: hidden;
    opacity: 0.95;	
	}  
ul.Toolbar {
	margin:0px;
	padding:0px;
	text-align:left;
}
li.TBButton {
	display: inline;
	text-decoration:none;
	margin-left:1px;
}

li.TBCtrlScala {
	display: inline;
	text-decoration:none;
	margin: 0px;
	background-color: transparent;
	color: black;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: 60%;
	border-radius: 5px;
	border: 1px solid #2A5AA2;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	}

li.TBCtrlSearch {
	display: inline;
	text-decoration:none;
	margin: 0px;
	background-color: transparent;
	color: black;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: 60%;
	border-radius: 5px;
	border: 1px solid #2A5AA2;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 4px;
	}	

img.TBButton {
	display: inline;
	border-width:0px;
	border-style:solid;
	border-color: #000000;
	margin: 0px;
	padding:0px;
	width: 32px;
	height: 32px;
}
img.TBButton:hover {
	border-width: 1px;
	border-color: red;
}
img.TBSeparator {
	display: inline;
	border: 0px;
	margin: 0px;
	padding:0px;
	width: 5px;
	height: 37px;
}	
li.TBCtrlScala {
	display: inline;
	text-decoration:none;
	margin: 0px;
	background-color: transparent;
	color: black;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: 60%;
	border-radius: 5px;
	border: 1px solid #2A5AA2;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	}
li.TBCtrlSearch {
	display: inline;
	text-decoration:none;
	margin: 0px;
	background-color: transparent;
	color: black;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: 60%;
	border-radius: 5px;
	border: 1px solid #2A5AA2;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 4px;
	}	
/* --------------------- Status bar ---------------------*/
#StatusBar {
    z-index: 10;
	position: fixed;
	bottom: 0px;
    width: 100%;    
    height: 24px;
    border:0;
    margin:0;
    padding:0;
    padding-right:20px;
    border-top: 1px solid gray;
    background-color: #f0f0f0;
    color: black;
    vertical-align: middle;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-align: right;
    white-space:nowrap;
    word-spacing:-2px;
    letter-spacing:0px;
    overflow:hidden;
    filter: alpha(opacity=90); -moz-opacity: 0.90; opacity: 0.90;
}

#MessageInfo {
    color: #000000;
    background-color: transparent;
    display: inline;
	position:relative;
    left:0px;
    text-align: left;
    float: left;
}

#CoordinateInfo {
	display: inline;
	position:relative;
	right:0px;
}

#ExtraInfo {
	z-index: 30;
	position:absolute; 
	top:0px;
	left:0px;
	width: 300px;
	height: 100px;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	border-color: #000000;
	background-color: white;
	margin:0px;
	padding:0px;
}

/* --Per elementi dinamici-------------------------------*/
#myCanvas {
	display:none;
	position:absolute;
	cursor: crosshair;
	top:  0px;
	left: 0px;
	z-index:2;
    background-color: transparent;
}
/* ------------------------------------------------------*/
table {
	border-spacing:0px;
}
TABLE.main {
	background-color: white;
	color: #7B060E;
	border: 1px solid #8F8E8E;
}
TD.main {
	background-color: transparent;
	color: #7B060E;
}
P.titololegenda {
	font-weight: bold;
	font-size: xx-small;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.input {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica,sans-serif;
	font-size: 10pt;
	color: #7B060E;
	text-align: left;
	border: 1px solid #399ab5;
}
.btnSelezionato {
	font-size: x-small;
	width: 100px;
	color: blue;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.btnNormale {
	font-size: small;
	width: 100px;
	FONT-FAMILY: Century Gothic ,Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.btnNormale1 {
	font-size: small;
	width: 130px;
	FONT-FAMILY: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.btnNormale2 {
	font-size: small;
	width: 200px;
	FONT-FAMILY: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.btnNormale3 {
	font-size: small;
	width: 300px;
	FONT-FAMILY: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif
}
.btnHelp {
	font-size: small;
	color: black;
	width: 130px;
	FONT-FAMILY: Century Gothic, Arial, Helvetica, sans-serif
}
.btnRidisegna {
	color: red;
	width: 130px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}

.btnMappa {
    padding: 6px 10px;
    background: #3F7446;
    border: 0 none;
    cursor: pointer;
    color: white;
	width:200px;
	margin: 2px;
    height: 25px;
}

DIV.Logo {
	position: relative;
}

div#navigatore {
	position: relative;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	overflow:hidden;
}

table.navigatore {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#DFDFDF;
	line-height: 10px;
	border-collapse: collapse;
}

table.navigatore TD TR {
	background-color:#DFDFDF;
}

#mappa {
	overflow: hidden;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

#raster {
	position:absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 0;
}

#mapView {
	z-index:0; 
	padding:0px; 
	border:0px; 
	margin:0px; 
	overflow:hidden;"
	background-color: #ffffff;
}

#menugrafica1 {
	visibility: visible;
}
#copyright {
	visibility: hidden;
}
#hotspot {
	visibility: visible;
}
TD.gruppiIndice {
	text-align: left;
}
A.gruppiIndice {
	font-weight: normal;
	font-size: 1em;
	color: #3F7446;
	background-color: transparent;
	text-decoration: none;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
A.gruppiIndice:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 1em;
	COLOR: black;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
}
TD.itemsIndice {
	cursor: pointer;
	text-align: left;
}
A.itemsIndice {
	font-weight: normal;
	font-size: 1em;
	color: #3F7446;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
A.itemsIndice:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 1em;
	COLOR: black;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
}
A.checkContesti {
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	background-color: transparent;
	vertical-align: middle;
}
A.checkContesti:hover {
	margin: 0px;
	padding: 0px;
	border: 1px solid;
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
	vertical-align: middle;
}
.btnDaticompleti {
	width: auto;
}
A.MostraDati {
	border-right: ButtonFace thin outset;
	border-top: ButtonFace thin outset;
	background-image: none;
	vertical-align: baseline;
	border-left: ButtonFace thin outset;
	width: 100px;
	cursor: pointer;
	color: #000000;
	border-bottom: ButtonFace thin outset;
	font-family: Arial, Verdana, Monospace;
	height: 24px;
	background-color: ButtonFace;
	text-align: center;
}
A.MostraDati:hover {
	border-right: ButtonFace thin inset;
	border-top: ButtonFace thin inset; 
	background-image: none; 
	font-family: Arial, Verdana, Monospace;
	border-left: ButtonFace thin inset;
	cursor: pointer;
	color: #000000;
	border-bottom: ButtonFace thin inset;
	background-color: ButtonFace;
	text-align: center;
}
P.testoform {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
	color: #000000;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	text-align: center;
}

P.titoloform {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: x-large;
	color: white;
	background:#3F7446; 
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	text-align: center;
}
P.subtitoloform {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: medium;
	color: #000000;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	text-align: center;
}
P.titoloSezioniIndice {
	font-weight: bolder;
	font-size: medium;
	color: black;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	text-align: center;
}
P.subtitoloSezioniIndice {
	font-weight: bolder;
	font-size: xx-small;
	color: #704A01;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;
}
#IndiceMaschere {
}
#IndiceQuery {
}
#IndiceDownload {
}
#dwnl_tree_div {
	height: 550px;
	overflow-y: scroll;
	max-height: 700px;
}


BODY.risultatidb {
	margin-top: 2px;
	color: #8F8E8E;
	/*background: url("../images/Sfondo.gif");*/
	background-repeat: repeat-x;
	background-position: top left;
	/*width: 1014px;*/
}
DIV.risultatidb {
	border-right: 2px inset;
	border-top: 2px inset;
	overflow: auto;
	border-left: 2px inset;
	border-bottom: 2px inset;
	min-height: 360px;
	background-color: #DFDFDF;
	text-align: left;
}
/*
TABLE.LegendaMain {
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
	background-color: #730913;
}

TABLE.LegendaContesto {
	font-weight: bold;
	font-size: small;
	color: white;
	font-family: 'Arial Narrow' , Arial, Verdana, Sans-Serif;
	background-color: #730913;
	text-align: center;
}
TABLE.LegendaContestoRaster {
	font-weight: bold;
	font-size: small;
	color: white;
	border-top: ridge;
	font-family: 'Arial Narrow' , Arial, Verdana, Sans-Serif;
	background-color: #730913;
}
TABLE.LegendaCategorie {
	border-right: #730913 1px solid;
	border-top: #730913 1px solid;
	border-left: #730913 1px solid;
	border-bottom: #730913 1px solid;
	background-color: #EDD6D7;
	color: #000000;
	font-size: x-small;
	font-family: 'Arial Narrow' , Verdana, Arial, Sans-Serif;
}
TD.LegendaCategorieItem {
	background-color: #EDD6D7;
	color: #000000;
	font-size: x-small;
	font-family: 'Arial Narrow' , Verdana, Arial, Sans-Serif;
}
*/
TABLE.ImpQuery {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: white;
}
THEAD.ImpQuery {
	background-color: #3F7446;
}
TH.ImpQuery {
	font-weight: bold;
	font-size: small;
	color: #ffffff;
	border-bottom: #000000 1px solid;
	font-family:  Verdana, 'Arial Narrow' , Arial, Sans-Serif;
}
SELECT.ImpQuery {
	font-size: small;
	font-family: Verdana, Sans-Serif;
}
TBODY.ImpQuery {
	background-color: white;
	font-size: small;
	color: #000000;
	font-family:  Verdana, Arial, Sans-Serif;
}
TABLE.RisQuery {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: white;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
THEAD.RisQuery {
	background-color: #3F7446;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
TH.RisQuery {
	font-weight: bold;
	font-size: small;
	color: white;
	border-bottom: #000000 1px solid;
	font-family:  'Arial Narrow' , Arial, Verdana, Sans-Serif;
}
TBODY.RisQueryPari {
	font-size: small;
	color: black;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	background-color: white;
}
TBODY.RisQueryDispari {
	background-color: #CFCFCF;
	color: black;
	font-size: small;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
A.RisQuery {
	font-size: small;
	color: black;
	font-family:  'Arial Narrow' , Arial, Verdana, Sans-Serif;
}
A.RisQuery:hover {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: white;
	background-color: #3F7446;
}
#divRisultati {
	/* background-image: url(../images/texture.gif);*/
	background-color: white;
	margin-top: 0px;
	//margin-left: 5%;
	//margin-right: 5%;
}
#divMaschera {
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	background-color: white;
	margin-top: 2%;
	margin-left: 5%;
	margin-right: 5%;
}
#divDownload {
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	background-color: #EDD6D7;
	margin-top: 0px;
	margin-left: 5%;
	margin-right: 5%;
}
#btnAddElemet {
	padding:5px 15px; 
	background:#3F7446; 
	border:0 none;
	cursor:pointer;
	color: white;
}
#btnStampaRTF {
	padding:5px 15px; 
	background:#3F7446; 
	border:0 none;
	cursor:pointer;
	color: white;
}
#btnStampaPDF {
	padding:5px 15px; 
	background:#3F7446; 
	border:0 none;
	cursor:pointer;
	color: white;
}
#btnMappa {
	padding:5px 15px; 
	background:#3F7446; 
	border:0 none;
	cursor:pointer;
	color: white;
}
#deleteBtn1 {
	padding:5px 15px; 
	background:#3F7446; 
	border:0 none;
	cursor:pointer;
	color: white;
}

P.TitoloSuTexture {
	font-weight: bold;
	font-size: medium;
	color: #fff;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	text-align: center;
	background: #3F7446;
	margin-top: 0px;
}
P.SubTitoloSuTexture {
	margin-top: 5px;
	font-weight: bold;
	font-size: small;
	margin-bottom: 0px;
	color: white;
	font-family: Arial, Verdana, Monospace;
	text-align: center;
}
TABLE.TableInit {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
	font-size: small;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
TABLE.Maschera {
	border-right: #8F8E8E 1px solid;
	border-top: #8F8E8E 1px solid;
	border-left: #8F8E8E 1px solid;
	border-bottom: #8F8E8E 1px solid;
	background-color: white;
	margin-left: 5%;
	margin-right: 5%;
	width: 50%;;
}
THEAD.Maschera {
	background-color: #DFBD76;
}
TH.Maschera {
	font-weight: bold;
	font-size: small;
	color: white;
	border-bottom: #000000 1px solid;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
TD.MascheraLabel {
	font-size: small;
	color: black;
	background-color: #c3d0db;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	width: 20%;
	text-align: left;
}
TD.MascheraField {
	background-color: white;
	font-size: small;
	color: black;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	width: auto;
	text-align: left;
}
TABLE.MascheraQP {
	/* border-right: #7B060E 1px solid;
*/
	/* border-top: #7B060E 1px solid;
*/
	/* border-left: #7B060E 1px solid;
*/
	/* border-bottom: #7B060E 1px solid;
*/
	border: 1px solid  #8F8E8E;
	background-color: white;
	margin-left: 5%;
	margin-right: 5%;
}
TBODY.MascheraQP {
	background-color: white;
	font-size: small;
	color: #FDDFA1;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
TD.MascheraQPLabel {
	font-size: small;
	color: #000000;
	background-color: #EEEEEE;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
}
TD.MascheraQPField {
	background-color: white;
	font-size: small;
	color: #1F4888;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	width: auto;
}
#bodyStampa {
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: white;
}
#divStampa_Titolo {
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif, Monospace;
	background-color: white;
	text-align: center;
}
#divStampa_Form {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif, Monospace;
	background-color: white;
}
#divStampa_Grafica {
	text-align: center;
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif, Monospace;
	background-color: white;
}
TABLE.StampaReport {
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: white;
}
THEAD.StampaReport {
	font-weight: bold;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: gainsboro;
}
TBODY.StampaReportD {
	font-weight: normal;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: white;
}
TBODY.StampaReportP {
	font-weight: normal;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: lightcyan;
}
#zoomwinrect {
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 2;
	border: thin solid black;
	visibility: visible;
	background-color: transparent;
}
img.lgnSelAll {
	BACKGROUND-COLOR: transparent;
	border: 1px;
	width: 16px;
	height: 16px;
	PADDING: 0px;
}
img.lgnCasella {
	BACKGROUND-COLOR: transparent;
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none
}
input.submit {
	border-bottom: 1px solid #399ab5;
	border-left: 1px solid #399ab5;
	border-right: 1px solid #399ab5;
	border-top: 1px solid #399ab5;
	background-color: #dbe5f1;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7B060E;
}
input[type=submit] {
    padding:5px 15px; 
    background:#3F7446; 
    border:1px solid white;
    cursor:pointer;
    color: white;
}
input[type=button] {
    padding:5px 15px; 
    background:#3F7446; 
    border:1px solid white;
    cursor:pointer;
	color: white;
}
#Legenda {
	z-index:30;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid black;
	background-color: #ffffff;
	display: block;
	padding: 0;
	margin: 0;
	min-width: 300px;
	min-height: 300px;
	overflow: hidden;
}

#LegendaContent {
 	border:0; 
 	margin:0; 
 	padding:0; 
 	position: relative;
 	top:20px; 
 	left:0px; 
	height: 300px;
 	overflow: auto;
}

 #LegendaTabs {
 	border:0; 
 	margin:0; 
 	padding:0; 
 	top:20px; 
 	height: 20px;
 	position: relative;
 	background: #ffffff;
 }

.LegendaContainer {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
}

div.LegendaContesto {
    border: 1px solid  #00529E;
    background-color: #3F7446;
	padding: 0px;
	display: block;
	clear: both;
	height: 20px;
    white-space:nowrap; 
    word-spacing:-2px; 
    letter-spacing:0px;	
	border-radius: 5px;
	}
div.LegendaContesto:hover {
	background-color: #a5bddc;
	background-image: none;
}

div.LegendaContestoIcon {
	clear: left;
	float: left;
}	

div.LegendaContestoFolder {
	float: left;
}	

div.LegendaContestoCheck {
	float: left;
}	

input.LegendaContesto {
	margin: 0;
	padding: 0;
	}

div.LegendaContestoLabel {
	display: inline;
	cursor: pointer;
	padding-left: 0px;
	margin-left: 2px;
	width : 100% ;
}
	
span.LegendaContestoLabel {
	color: white;
	background-color: transparent;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

div.LegendaContestoContainer {
	background-color: #EFEFEF;
	display: block;
	clear: both;
	float: none;
	padding: 1px 0px 1px 0px;
}

/* 
	defines per categorie 
*/
div.LegendaCategoria {
	clear: both;
	background-color: transparent;
	color: #000000;
	border: 0;
	margin: 0;
	padding: 0;
}
div.LegendaCategoria:hover { background-color: #a5bddc; }

.LegendaCategoriaSymbol  {
	float: left;
	margin: auto 0px auto 0px;
}

.LegendaCategoriaCheck  {
	float: left;
	padding-left: 10px;
}

.LegendaCategoriaSymbol input {
	margin: 0;
}

.LegendaCategoriaLabel {
	clear: right;
	color: black;
	background-color: transparent;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 8pt;
    text-align: left;
    word-spacing:0px; 
    letter-spacing:0px;	
	line-height: 28px;
	padding-left: 2px;
	margin: 0px;
	overflow: hidden;
}

.LegendaCategoriaImage {
	border-radius: 5px 5px 5px 5px; 
	box-shadow: 0px 0px 20px 0px #939393;
}

.LegendaCategoriaCheckbox {
	vertical-align: text-top;
}
/* ================================================================ */

#marchio {
	
}

#divMascheraCaption{
	background-color: transparent;
	color: #ffffff;
	width: 100%;
	height: 40px;
	border-bottom-color: #3F7446; 
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

#divTitleCaption {
	background-color: #3F7446;   /*#2c6d7e*/ 
	text-align: center;
	vertical-align: middle;
	width: 35%;
	height: 40px;
	float: left;
}

#TitleCaption {
	color: #ffffff;
	font-style: italic;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: left;
	font-size: medium;
}

#SubTitleCaption {
	color: #ffffff;
	text-align: left;
	font-size: medium;
	font-family: Arial, Verdana, Sans-Serif;
}

#divTitleAction {
	float: right;
	width: 65%;
	background-color: transparent;  
	padding-top: 5px;
	text-align: left;
}

#TitleAction {
	color: #000000;
	font-size: larger;
	/*font-style: italic;*/
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	padding-left: 5px;
}

#divMenuEdita {
	text-align: right;
	/*float: right;*/
	margin-right: 6px;
	position: relative;
	top: 1px;
}

.btnMenuEdit {
	width: 80px;
	height: auto;
	font-family: Century Gothic;
}

#tabmenu {
  color: #000000;
  border: 0; 
  margin: 0;
  padding: 0;
  border-bottom:1px solid black;
  background-color: #EFEFEF;
}

#tabmenu li {
  display: inline;
  overflow: hidden;
  list-style-type: none;
  }

#tabmenu a {
  color: rgb(128,128,128);
  background: #f0f0f0;
  font-family: "Titillium Web",Helvetica,Arial,sans-serif;
  font-size: small;
  padding: 2px 10px 0px 10px;
  margin: 0;
  text-decoration: none; 
  white-space:nowrap; 
  /*border-radius: 10px 10px 0px 0px;*/
  border-top: 1px solid black;
  border-left: 1px solid black;;
  border-right: 1px solid black;;
  border-bottom:0px solid black;
  border-top-left-radius:0.5em;
  border-top-right-radius:0.5em;
/*  border-top-left-radius:0.5em;*/
/*-webkit-border-top-right-radius:0.0em; */ 
/*-webkit-border-top-left-radius:0.5em; */
}

#tabmenu a.active {
  background: #ffffff;
  border-bottom: 2px solid #ffffff; 
  color: #3F7446;
  }

#tabmenu a:hover {
  background: #a5bddc;
  color: #ffffff; 
}
#tabmenu a.active:hover {
  background: #a5bddc;
  color: #ffffff; 
}

.dlg_caption_mini {
	position: absolute;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	background-color: #3F7446;   
	text-align: left;
	text-indent: 0.5em;
    white-space: nowrap;
	overflow: hidden;	
}
#waitPanel {  display: none; z-index: 999; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; background-color: #000000; filter: alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4; text-align: center; }
#waitPanelText { display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; border: 0px solid #0000ff; background-color: transparent; text-color: #000000; text-align: center; }       
.dynDiv_closeDiv {
 position: absolute;
 top: 1px;
 right: 0px;
 width: 16px;
 height: 16px;
 background: #faa;
 font-size: 15px;
 padding: 0;
 margin: 0;
 cursor:pointer;
 background: url("../images/icon_close_na.gif");
}

.dynDiv_closeDiv:hover {
 background: url("../images/icon_close.gif");
}

/*
CSS per report tabellare
*/
P.Report {
	font-weight: bold;
	font-size: small;
	color: #000000;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	text-align: left;
}
TABLE.Report {
    border: #8F8E8E 1px solid;
	border-collapse: collapse;
	font-family: "Titillium Web",Helvetica,Arial,sans-serif;
	font-size: x-small;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

TABLE.Report THEAD {
	background-color: #8F8E8E;
}
TABLE.Report TH {
	font-weight: bold;
	color: white;
}
TABLE.Report TR.ReportPari {
	background-color: #c3d0db;
}
TABLE.Report TR.ReportDispari {
	background-color: white;
}
TABLE.Report td.row-id {
    text-align: right;
}
TABLE.Report A:hover {
	padding: 0;
	color: white;
	background-color: steelblue;
}

.innertooldiv {
 border: 0;
 padding: 10px;
 margin-left: auto;
 margin-right: auto;
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 10pt;
 font-weight: bold;
 text-align: left;
 
}
.innertooldiv li {
 cursor: pointer;
 border: 1px solid transparent;
 height: 40px;
 vertical-align: top;
}
.innertooldiv li:hover {
 border: 1px solid red;
}
.innertooldiv a {
 color: #000000;
 text-decoration: none;
 text-indent: 0.5em;
}
