/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {

        /* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU NAVIGAZIONE HP /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		.MenuLi { color:#ffffff; text-align: left; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap}
		.MenuLiSelected { color:#f8b026; text-align: left; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap}
		.MenuLi a { color: #ffffff;text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
        .MenuLi a:link { color: #ffffff; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLi a:visited { color: #ffffff; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLi a:active { color: #ffffff; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
        .MenuLi a:hover { color: #ffffff; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLiSelected a { color: #f8b026;text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
        .MenuLiSelected a:link { color: #f8b026; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLiSelected a:visited { color: #f8b026; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLiSelected a:active { color: #f8b026; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
        .MenuLiSelected a:hover { color: #f8b026; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU NAVIGAZIONE HP /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU GENERALE CANE /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		.MenuLiCane { color:#70b33a; text-align: left; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap}
		.MenuLiCaneSelected { color:#e8592e; text-align: left; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap}
		.MenuLiCane a { color: #70b33a;text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
        .MenuLiCane a:link { color: #70b33a; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLiCane a:visited { color: #70b33a; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLiCane a:active { color: #70b33a; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
        .MenuLiCane a:hover { color: #70b33a; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLiCaneSelected a { color: #e8592e;text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
        .MenuLiCaneSelected a:link { color: #e8592e; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLiCaneSelected a:visited { color: #e8592e; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		.MenuLiCaneSelected a:active { color: #e8592e; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
        .MenuLiCaneSelected a:hover { color: #e8592e; text-decoration: none; font-family: trebuchet MS, arial; font-size:20px; font-style:italic; white-space:nowrap }
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU GENERALE CANE /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU NAVIGAZIONE SUBMENU /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		.SubMenuLi { color:#dc3e1f; text-align: left; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap}
		.SubMenuLiSelected { color:#e1970b; text-align: left; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap}
		.SubMenuLi a { color: #dc3e1f;text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
        .SubMenuLi a:link { color: #dc3e1f; text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
		.SubMenuLi a:visited { color: #dc3e1f; text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
		.SubMenuLi a:active { color: #dc3e1f; text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
        .SubMenuLi a:hover { color: #dc3e1f; text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU NAVIGAZIONE SUBMENU /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU NAVIGAZIONE SUBMENUPROD /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		.SubMenuProdLi { color:#dc3e1f; text-align: left; font-family: trebuchet MS, arial; font-size:15px; font-style:italic; white-space:nowrap}
		.SubMenuProdLiSelected { color:#e1970b; text-align: left; font-family: trebuchet MS, arial; font-size:15px; font-style:italic; white-space:nowrap}
		.SubMenuProdLi a { color: #dc3e1f;text-decoration: none; font-family: trebuchet MS, arial; font-size:15px; font-style:italic; white-space:nowrap }
        .SubMenuProdLi a:link { color: #dc3e1f; text-decoration: none; font-family: trebuchet MS, arial; font-size:15px; font-style:italic; white-space:nowrap }
		.SubMenuProdLi a:visited { color: #dc3e1f; text-decoration: none; font-family: trebuchet MS, arial; font-size:15px; font-style:italic; white-space:nowrap }
		.SubMenuProdLi a:active { color: #dc3e1f; text-decoration: none; font-family: trebuchet MS, arial; font-size:15px; font-style:italic; white-space:nowrap }
        .SubMenuProdLi a:hover { color: #dc3e1f; text-decoration: none; font-family: trebuchet MS, arial; font-size:15px; font-style:italic; white-space:nowrap }
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU NAVIGAZIONE SUBMENUPROD /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU NAVIGAZIONE SUBMENU /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		.country { color:#ffffff; text-align: left; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap}
		.country a { color: #ffffff;text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
        .country a:link { color: #ffffff; text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
		.country a:visited { color: #ffffff; text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
		.country a:active { color: #ffffff; text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
        .country a:hover { color: #ffffff; text-decoration: none; font-family: trebuchet MS, arial; font-size:18px; font-style:italic; white-space:nowrap }
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI MENU NAVIGAZIONE SUBMENU /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI TESTI HP CANEGATTO /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		.TitoloHPCaneGattoFunzioni{ color:#357203; text-align: left; font-size:18px; font-weight:bold; }
		.TitoloHPCaneGattoFunzioni label{ font-size:18px; color:#357203; font-style:italic; font-weight:normal }
		.TitoloHPCaneGatto{ text-align: left; font-size:18px; font-style:italic; font-weight:normal; color:#357203;}
		.TitoloCaneGatto { color:#357203; text-align: left; font-size:27px; font-weight:normal; font-style:italic; padding:0; margin:0px auto; }
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI TESTI HP CANEGATTO /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI TESTI /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */
		.SottotitoloCaneGatto { color:#5e7331; text-align: left; font-size:17px; font-weight:bold; font-family: trebuchet MS, arial;}
		.leggi { color:#357203; text-align: left; font-size:16px; display:block; clear:right }
		.titoliBoxes { color:#014567; text-align: left; font-size:15px; font-weight:bold; }
		/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ CLASSI TESTI /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ */

}