@media all
{
  /*
   * ------------------------------------------------------------------
   * Basic Settings
   * ------------------------------------------------------------------
   */

  * { 
  	margin: 0px; 
  	padding: 0px; 
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  }

  html * { font-size: 100.01% }

  textarea, pre, tt, code {
	font-family: Arial, Helvetica, sans-serif;  	
  }

  body {
    padding: 0 0;
    margin: 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75.00%; 
    height: 1%;
    color: #232323;
  }

  h1, h2, h3, h4, h5, h6 { font-weight:bold; margin: 0 0 0.20em 0; }
  h1 { font-size: 200% }											/* 24px */
  h2 { font-size: 166.67%; 	margin-top: 0.5em}						/* 20px */
  h3 { font-size: 150%; 	margin-top: 0.45em}						/* 18px */
  h4 { font-size: 133.33%; 	margin-top: 0.8em}                    	/* 16px */
  h5 { font-size: 116.67%; 	margin-top: 0.8em}                    	/* 14px */
  h6 { font-size: 116.67%; 	font-style:italic; margin-top: 0.8em }	/* 14px */

  p { 
  	line-height: 1.4em;
  	margin-top: 0.3em;
  	margin-bottom: 0.3em;
  }

  ul, ol, dl { line-height: 1.5em; margin: 1em 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong, b { font-weight: bold }
  em, i { font-style: italic }

  pre, code { 
  	font-family: monospace; 
  	font-size: 1.4em; 
  	margin-top: 0.3em;
  	margin-bottom: 0.3em;
  }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  a {
  	color: #285574; 
  	text-decoration: none;
  }
  a:focus,
  a:hover,
  a:active {
  	color: #B31B34;
  	text-decoration:underline;
  }
  
  a img {
  	text-decoration: none;
  	border: none;
  }
  
  option { padding-left: 0.4em; }
  #primopiano {padding: 10px 0px;}
  /*
   * ------------------------------------------------------------------
   * Column Layout
   * ------------------------------------------------------------------
   */

  body { 
    background: #EEE url("/archivio/fvg/system/modules/org.opencms.frontend.templatetwo.demo/resources/images/bg_demo_png24.png") repeat-x top left fixed; 
    text-align: center;
  }
    
  #window {
  	width: 80em;
    	margin: 5px auto;
    	padding: 0 0;
  	text-align: left;
  	border: 2px solid #ccc;
  }

  #page {
    background: #FFFFFF;
    padding: 5px;
    border: 1px solid #CECDCE;
  }

  #header {
    background: #FFFFFF url("/archivio/fvg/USRFVG/_config_/img/bg_header.png") repeat-x bottom left;
    color: #444444;
    position: relative;
    width: 100%;
    min-height: 12em;
    padding-top: 0px;
  }
  
  #topnav {
    text-align: right;
  }
  
  #topnav a {
  	color: #232323;
  }

  #breadcrumb {
    padding: 5px 0px 5px 20px;
    border-bottom: 1px solid #B31B34;
    position: relative;
    height: 1%;
  }
  
  #breadcrumb a {
  	color: #232323;
  }

  #main {
    padding: 0px;
    font-size: 98.00%;
  }

  #col1 {
    
    width: 18em;
    float: left;
    z-index: 3;
  }

  #col1_content {
    position: relative;
    padding: 10px 10px 10px 0px;
    z-index: 4;
  }

  #col1_content h5 {
	  font-size: 1.0em;
	  font-weight: normal;
  }  
  #col2 {
    /*width: auto;*/
    width: 43.0em;
    z-index: 1;
    
    	margin-left: 18em;
    
    	margin-right: 18em;
    
    
    border-left: none; 
    border-right: none; 
    /* border-left: 2px #ddd dotted;
    border-left: 18em #efefef solid; */
  }

  #col2_content {
    position: relative;
    padding: 10px;
    z-index: 2;
    font-size: 0.95em;
  }
  
  #col3 {
    
    width: 18em;
    float: right;
    z-index: 5;    
  }

  #col3_content {
    position: relative;
    padding: 10px 0px 10px 10px;
    z-index: 6;
  }

  #col3_content h5 {
	  font-size: 1.0em;
  }
    
  #footer {
  	background: #FFFFFF;
    color: #444444;
    padding: 10px;
    margin-top: 10px;
    border-top: 1px solid #B31B34;
    text-align: center;
  }
  
  #header, #nav_main, #main, #footer, #breadcrumb { clear:both; }

  .clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
  } 

  .clearfix { display: block; }
  
  .clear {
	clear: both;
  }

  /*
   * ------------------------------------------------------------------
   * Accessible
   * ------------------------------------------------------------------
   */
   
  .skip {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  /*
   * ------------------------------------------------------------------
   * Search Page
   * ------------------------------------------------------------------
   */
   
   #searchForm {
     margin-bottom: 10px;
   }
   
   .search_text {
   	margin-bottom: 10px;
   }
   .search_noresult {
     margin-bottom: 10px;
   }
   
   .search_result, .search_error {
     margin-bottom: 10px;
   }
  
   .pagination {
     text-align: center;
   }
   
  /*
   * ------------------------------------------------------------------
   * Box Layout
   * ------------------------------------------------------------------
   */
   
   .box {
   	 background: #e1e1e1;
     margin-bottom: 15px;
     /*border-bottom:1px solid #7B7F7E;
     border-left:1px solid #7B7F7E;
     border-right:1px solid #7B7F7E;*/
   }
   
   .box h4 {
   	 background: #25438D url("../images/gradient.png") repeat-x scroll center top; 
   	 color: #fff;
   	 font-size: 1.1em;
   	 width: auto;
   	 margin: -1px;
   	 padding: 5px;
   	 line-height: 16px;
   }
  
   .box_schema1 {
   	 background: #D3E9F9;   
   }
   #col3 .box_schema1 {
   	 background: white;   
   }
   .box_schema2 {
   	 background: #FBFFE0;   
   }

   .box_schema3 {
   	 background: #FFFFFF;   
   }
   
   .box_schema4 {
   	 background: #F7F7F7;  
   }
   
   .box_schema5 {
   	 background: #EEE;
   }  
   
   .box_schema6 {
   	 background: #F7F7F7;   
   }    
   
   .box_schema7 {
   	 background: #eee;   
   }    
   
   .box_schema1 h4 {
   	 background: #285574 url("../images/gradient.png") repeat-x scroll center top; 
   	 color: #FFFFFF;
   }

   .box_schema2 h4 {
   	 background: #ffb600 url("../images/gradient3.png") repeat-x scroll center top; 
   	 color: #000;
   }

   .box_schema3 h4 {
   	 background: #285574 url("../images/gradient2.png") repeat-x scroll center top; 
   	 color: #FFFFFF;
   }
   
   .box_schema4 h4 {
   	 background: #FFFFFF repeat-x scroll center top; 
   	 color: #285574;
   	 border-bottom: 1px solid #28558E;
   	 font-size: 1.2em;
   }   
   
   .box_schema5 h4 {
   	 background: #FFFFFF repeat-x scroll center top; 
   	 color: #285574;
   	 border-bottom: 1px solid #28558E;
   	 font-size: 1.2em;
   }

   .box_schema6 h4 {
   	 background: #EEEEEE repeat-x scroll center top; 
   	 color: #000000;
   } 
   
   .box_schema7 h4 {
   	 background: #EEEEEE repeat-x scroll center top; 
   	 color: #000000;
   }        
   
   .boxbody {
     padding: 10px;
   }
   
   .boxbody_listentry {
     margin-bottom: 5px;
     overflow:hidden;
   }
   
   .boxbody_listentry div.left img {
   	 margin-right: 5px;
   }

   .boxbody_listentry div.right img {
   	 margin-left: 5px;
   }
   
   form div.boxform {
     display: block;
     margin: 5px 0px 0px;
     padding: 1px 3px;
   }
  
   form div.boxform label {
	padding-left: 5px;
	text-align: left;
	width: 8em;
	text-transform: lowercase;   
	float: left;
	line-height: 1.5em;    
   }
 
   .left {
     float: left;
   }
   
   .right {
     float: right;
   }
   
   /*
   * ------------------------------------------------------------------
   * Navigation Menu adjustments
   * ------------------------------------------------------------------
   */     
   #nav_left li a {
     background: #E7E8E8 url("../images/gradientMenuSxScuro.jpg") repeat-x left top;
     color: #232323;
     display: block;
   }
   
   #nav_left ul ul li a {
     background: #F9FAFC url("../images/gradientMenuSx.jpg") repeat-x left top;
     color: #232323;
     display: block;
   }   
   
   #nav_left li a:hover, #nav_left li a:focus, #nav_left li a:active {
     background: #DDD url("../images/gradientMenuSxHover.png") repeat-x left top;      
     color: #000000;
   }
   
   #nav_left a.current {
     background-color: #F9FAFB;
     color: #000000;
     font-weight: bold;
   }

   
     #nav_main {
       background: #285574 url(../images/gradient.png) repeat-x top left;
     }
   
     #nav_main a {
       color: #EEE;
     }
   
     #nav_main a:hover {
       background: #B31B34 url(../images/gradient.png) repeat-x top left;
     }
   
     #nav_main a:hover {
       color: #FFFFFF;
     }
   
     #nav_main a.current {
       color: #fff;
       background: #B31B34 url(../images/gradient.png) repeat-x top left;
     }
   
     #nav_main a.current {
       color: #FFFFFF;
     }
   

   /*
   * ------------------------------------------------------------------
   * Editor adjustments
   * ------------------------------------------------------------------
   */
   
   
}

@media print
{
   /*
   * ------------------------------------------------------------------
   * Print Layout
   * ------------------------------------------------------------------
   */
   
  body, #window, #page, #main { 
  	margin:0; padding: 0; border: 0;
	width: 17cm;
	page: auto; 	
  }
	/*---- INTESTAZIONE-----*/
#logo {
        float: left;
        clear: left;
        display: block;
        width: 100%;
        padding-bottom: 1.0em;
}
.img_logo {
        padding: 0em 0.5em 0em 0em;
	margin: 0em 0em 0em 0em;
        float: left;
        clear: left;
	width: 4.50em;
	height: 4.50em;
	}
#logo h1 {
        padding: 0.5em 0em 0em 0.5em;
	margin: 0em 0em 0em 0em;
        font-weight: lighter;
        text-align: left;
}
#logo .titolo1 {
        padding: 0em 0em 0em 0em;
	margin: 1.0em 0em 0em 0em;
}
	
	.titolo1 {font-size: 0.7em; color: #28558E; background-color: white;}
	.titolo2 {font-size: 1.0em; color: #0666CB; background-color: white;}
	.titolo3 {font-size: 0.9em; color: #0666CB; background-color: white;}  
  #window, #page {width: 100% !important; min-width:0; max-width: none}
  #header { height: auto; }

  #topnav, #nav_main, #breadcrumb, #subheader, #anteprima { display: none; }
  #province, #province img { display: none; visibility: hidden; }
  #col1 { display: none; }
  #col3 { display: none; }
  
  #col2, #col2_content { 
  	width: 100%; margin:0; padding: 0; border:0; 
  	font-family: "Times New Roman", Times, serif;  	
	text-align: justify;
  }
}

