﻿HTML /* Nessun bordo nella finestra */
{
    height: 100%; 
    padding: 0pt;
    margin: 0pt;
    overflow: hidden;
}

BODY /* Elimina la scrollbar "globale" */
{
    background-color: #FFFFFF;
    height: 100%;
    padding: 0pt;  
    margin: 0pt;
    overflow: auto;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

BODY.Generale /* Elimina la scrollbar "globale" */
{
    background-color: #FFFFFF;
    height: 100%;
    padding: 0pt;  
    margin: 0pt;
    overflow: hidden;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

IMG   /* Fix IE6 PNG Transparency */
{ 
    behavior: url(/Stile/iepngfix.htc);
}

DIV.Superiore
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}

DIV.Sinistro
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 70px;
    height: 100%;
    background-color: #FFFFFF;
}

DIV.Bottom
{
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height:15px;
}

IFRAME.Contenuto
{
	clear: both;
    position: absolute;
    top: 140px;
    left: 70px;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    border: 0px solid #FFFFFF;
    z-index: 1;
}

DIV.Spaziatore
{
    position: absolute;
    top: -100px;
    left: -100px;
    height: 0px;
    width: 70px;   
}

DIV.ContMenu
{
    position: absolute;
    top: 100px;
    left: 70px;
    height: 40px;
    background-color: #FFFFFF;
    z-index: 2;
}

DIV.Destro
{
    position: absolute;
    top: 100px;
    right: 0px;
    height: 100%;
    width: 70px;
    background-color: #FFFFFF;
}

DIV.Inferiore
{
    position:absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height:40px;
    background-color: #FFFFFF;
}

DIV.Nascondi
{
    position: absolute;
    visibility: hidden;
    text-align: center;
    vertical-align: middle;
    z-index: 1500;
    width: 100%;
    height: 100%;
}

SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin-bottom: 3pt;
}

TABLE.Espansa
{
    text-align: center;
    vertical-align: middle;
}

TABLE.Wait
{
    text-align: center;
    vertical-align: middle;
    width: 250px;
    height: 100px;
    border: solid 1px #000000;
    background: #FFFFFF;
}

TABLE.Wait TD
{
    text-align: center;
    vertical-align: middle;
    background: #FFFFFF;
}

TABLE.TableBorder
{
    border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    padding: 10pt;
    width: 100%;
}

TABLE.TableDinamicaPrevLight
{
    padding: 5pt;
    border-width: 0pt;
    width: 98%;
}

TABLE.TableDinamica
{
    padding: 5pt;
    border-width: 0pt;
    width: 98%;
}

TABLE.TableRiepilogo
{
    border-color: #781737;
    border-style: solid;
    border-width: 1pt;
    padding: 10pt;
    width: 100%;
}

TABLE.TableRiepilogo TD
{
    border-color: #781737;
    border-style: solid;
    border-width: 1pt;
    padding: 3pt;
}

SPAN.Testo /* Testo generico del sito */
{
    color: #666666;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

SPAN.TestoItalic
{
    color: #666666;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}

SPAN.TestoRed /* Testo generico del sito rosso */
{
    color: #FF0000;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

SPAN.TestoBoldRed /* Testo generico del sito rosso */
{
    color: #FF0000;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

SPAN.TestoBold /* Testo generico del sito grassetto */
{
    color: #666666;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

SPAN.TestoBoldColor /* Testo generico del sito grassetto */
{
    color: #666666;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

SPAN.Errore /* Testo rosso per errori */
{
    color: #FF0000;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.InputText
{
    border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    color: #696969;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.InputError
{
    border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    background-color: #FFA9A9;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.InputReq
{
    border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    background-color: #FFFFCC;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.Bottone
{
    border: 1px solid #003366;
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background: #EBEBEB;
	cursor: pointer;
	height: 20px;
}

.Bottone:hover
{
	cursor: pointer;
}

.BottoneBig
{
    border: 1px solid #003366;
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background: #EBEBEB;
	cursor: pointer;
	height: 40px;
}

.BottoneBig:hover
{
	cursor: pointer;
}

.BottoneList
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	cursor: pointer;
    font-size: 8pt;
    color: #666666;
    text-decoration:none;
}

.BottoneList:hover
{
	cursor: pointer;
}

.BottoneGrid
{
    border: 1px solid #003366;
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background: #EBEBEB;
	cursor: pointer;
	height: 20px;
}

.BottoneGrid:hover
{
	cursor: pointer;
}

DIV.divError
{
    width: 100%;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
}

DIV.divGen
{
    width: 100%;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0pt;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

DIV.divTop
{
    width: 100%;
    text-align: left;
    border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    background: #FFFFFF;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 10px;
    color: #000000;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	font-variant: small-caps;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

DIV.divIntestazione
{
    background: #FFFFFF;
	border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    height: 20px;
	padding: 2pt;
	margin-bottom: 5pt;
	width: 100%;
	color: #000000;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	font-variant: small-caps;
}

DIV.divIntestazioneColor
{
    background: #FFFFFF;
	border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    height: 20px;
	padding: 2pt;
	margin-bottom: 5pt;
	width: 100%;
	color: #000000;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	font-variant: small-caps;
}

DIV.divRiepilogoTop
{
    width: 250px;
    text-align: left;
    border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    background: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px;
    color: #000000;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	font-variant: small-caps;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

DIV.divRiepilogo
{
    width: 250px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0pt;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.spaceRiepilogo
{
    width: 250px;
    vertical-align: top;
    text-align: right;
}

.Titolo /* Titoli Pagina */
{
    color: #000000;
    text-decoration: none;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	font-variant: small-caps;
}

A.Link
{
	font-size: 8pt;
	text-decoration: none;
	color: #000000; 
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-align: left;
}

A.Link:hover
{
    font-size: 8pt; 
	color: threeddarkshadow; 
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-align: left;
}

.modalBackground /*Modal Popup*/
{
    position: absolute;
    top: 0px;
    clear: both;
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.notnull			/* per gli SPAN contenenti l'asterisco che contrassegna il campo obbligatorio */
{
	color: #cd5c5c;
	font-weight: bold;
	font-size: 8pt;
}
.error				/* label errore */
{
	color:#FF0000; 
	width:80%;
}
.showerr			/* per i validation control delle pagine */
{
	color: #FF4500;
	font-size: 5pt;
}

DIV.Navigatore
{
    position: absolute;
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    visibility : hidden;
}

.Navigazione
{
    border: 1px solid #454c9c;
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background: #F3F3F3;
	cursor: pointer;
	height: 19px;
	width: 150px;
}

.Navigazione:hover
{
	background: #E6E6E6;
	cursor: pointer;
}

.NavigazioneCorrente
{
    border: 1px solid #454c9c;
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background: #E6E6E6;
	height: 19px;
	width: 150px;
}

.genUC
{
   width: 100%;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-top: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
   font-size: 8pt;
   border-color: #003366;
   border-style: solid;
   border-width: 1pt;   
}

.listBoxUC
{
   width: 98%;
   height: 150px;
   border-color: #003366;
   border-style: solid;
   border-width: 1pt;
   font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
   font-size: 8pt;   
}

.listBoxUC_TIT
{
   background: #FFFFFF;
   font-size: 8pt;
   font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
   color: #000000;
   border-color: #003366;
   border-style: solid;
   border-bottom: 1px;
   border-right: 0pt;
   border-left: 0pt;
   border-top: 0pt;
   height: 25px;
   padding: 2pt;
}

.GridClass
{
    font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
	border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    width: 100%;
}

.GridHead
{
    background: #ffffff;
    font-size: 8pt;
	border-color: #781737;
    border-style: solid;
    border-width: 1pt;
    height: 25px;
	padding: 2pt;
}

.GridHead A
{ 
    font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.GridHead TH
{
	border-color: #003366;
    border-style: solid;
    border-width: 1pt;
}

.GridRow
{
    font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
	height: 20px;
	border-color: #003366;
    border-style: solid;
    border-width: 1pt;
}

.GridRow TD
{
    font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
	border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    padding: 2pt;
}

.GridRowAlt
{
    font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
	height: 20px;
	background: #ebebeb;
	border-color: #003366;
    border-style: solid;
    border-width: 1pt;
}

.GridRowAlt TD
{
    font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
	background: #ebebeb;
	border-color: #003366;
    border-style: solid;
    border-width: 1pt;
    padding: 2pt;
}

.GridPager SPAN
{
	font-size: 9pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.GridPager A
{
    font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
}

.treeViewStyle
{
    font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
    background: #ffffff;
    width: 450px;
    border-color: #003366;
    border-style: solid;
    border-width: 1pt;    
}

.treeViewStyle TD
{
    font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
}

.tip 
{
    font:10px/12px Arial,Helvetica,sans-serif; 
    border:solid 1px #666666; 
    padding:1px;
    position:absolute; 
    z-index:100;
    visibility:hidden; 
    color:#333333; 
    top:20px;
    left:90px; 
    width:300px;
    background-color:#ffffcc;
}

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsPrevLight {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 60%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab 
{
    position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #CCC;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected 
{
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 900;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	list-style-type: none;
	font-variant: small-caps;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 12em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-variant: small-caps;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
	z-index: 1020;
	cursor: default;
	width: 12em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 12em;
	border: 0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #46668e;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #46668e;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../Images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../Images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../Images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../Images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1000;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
	}
}


/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #EBEBEB;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EBEBEB;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #000000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000000;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #EEEEEE;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}


/* gestione report */
FIELDSET.fieldtop
{
    width: 98%;
    text-align: center;
    font-size: 10pt;
    font-weight:bold;
    -moz-border-radius: 5px;	/* da qui in poi aggiunta gp */
    -webkit-border-radius: 5px;
}
.highnormal { background-color: #F0FFFF }
.highlight { background-color: #E6E6FA }
.lownormal { background-color: #E0FFFF }
.lowlight { background-color: #00BFFF }

.highSP { text-decoration:none; font-weight:bold; cursor:pointer }
.lowSP { text-decoration:none; font-weight:bold }

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* GESTIONE CALENDARIO */
/* The main calendar widget.  DIV containing a table. */

div.calendar {
    position: relative; 
}

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: url("/Images/Calendar/normal-bg.gif");
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar {
  border-color: #797979;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("/Images/Calendar/title-bg.gif") repeat-x 0 100%; 
  color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent url("/Images/Calendar/menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr {
    background: url("/Images/Calendar/title-bg.gif") repeat-x 0 100%; 
    color: #000; 
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("/Images/Calendar/title-bg.gif") repeat-x 0 100%; 
  color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("/Images/Calendar/hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("/Images/Calendar/active-bg.gif"); 
  color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("/Images/Calendar/dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url("/Images/Calendar/dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url("/Images/Calendar/rowhover-bg.gif");
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("/Images/Calendar/hover-bg.gif");
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url("/Images/Calendar/active-bg.gif"); 
  color: #fff;
}

.calendar tbody .disabled  {
    color: #999; 
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url("/Images/Calendar/status-bg.gif") repeat-x 0 0; 
  color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("/Images/Calendar/normal-bg.gif"); 
  color: #000;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url("/Images/Calendar/hover-bg.gif"); 
  color: #000;
}

.calendar .combo .active {
  background: url("/Images/Calendar/active-bg.gif"); 
  color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("/Images/Calendar/dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("/Images/Calendar/normal-bg.gif"); 
  color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url("/Images/Calendar/hover-bg.gif"); 
  color: #000;
}

.calendar td.time span.active {
  background: url("/Images/Calendar/active-bg.gif"); 
  color: #fff;
}

IMG.calendar {
    border: 0px solid #000000;
    cursor: pointer;
}


