
/******************************************************************************/
/*                                  LAYOUT CSS                                */
/******************************************************************************/

body {
    margin: 0;
    padding: 0;
    font: 1.3em "Bitstream Vera Sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background: #ffffff;
}

/******************************* LAYOUT : HEADER ******************************/

#sgl-header {
    background-color: #ffffff;
    //height: 50px;
    margin-left :  auto;
    margin-right:  auto;
    width: 760px;
}
#sgl-header table
{
	width:100%;
}
#sgl-header-left {
     width: 8%;
     height:  width;

}
#sgl-header-right {
    float: right;
    margin: 10px;
    margin-left: 0;
    font-size: 1.0em;
    color: #ffffff;
}
#sgl-header-right a {
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
}
#sgl-header-right a:hover {
    text-decoration: underline;
}
#sgl-header-right #headerLogAction {
    float: left;
    margin-left: 1em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #bbe713;
}
#sgl-header-right #headerUserInfo {
    float: left;
    padding-top: 0.35em;
}
#sgl-header-right #headerUserInfo .guest {
    font-weight: bold;
}
#sgl-header-right #bugReporter {
    float: left;
    margin: 4px; 
    background: url('http://www.comune.brugherio.mi.it/sportelloOnline/servizi/www/themes/brugherio/images/bug.png') no-repeat;
}

/***************************** LAYOUT : TABLES ********************************/


table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
    padding: 1px;
}

td {
    font-size: 0.8em;
}

input
{
	font-size: 0.9em;
	/*background-color: #A4B9D8;*/
	color: #000000;
	border: solid 1px #A8BAD5;
	font-family: Arial, Helvetica, sans-serif;
}

.bottoni
{
	font-size: 0.9em;
	/*background-color: #A4B9D8;*/
	color: #000000;
	border: solid 1px #A8BAD5;
	font-family: Arial, Helvetica, sans-serif;
}


th {
	/*background-color: #009900;*/
    text-align: left;
    color: #ffffff;
    font-size: 0.8 em;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}
#imRead {
    background-color: #009900;
}
#moduleOverview {
    width: 240px;
    height: 125px;
}
.full {
    width: 100%;
}
.wide {
    width: 100%;
}

.wide th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	height: auto;
	width: auto;
	background-color: #A8A8A8;
	border-color: red;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}

.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #D9E3F1;
}
.sgl-row-dark {
    background-color: #A4B9D8;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl-main {
	/*background-image: url(../images/sfondo.jpg);*/
	background-repeat: no-repeat;
    top: 97px;
    margin-left :  auto;
    margin-right:  auto;
    width:  760px;
    
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl-blocks-left, #sgl-blocks-right {
 /*lascio vuoto  */
}
#sgl-blocks-left {
    width: 145px;
   	/*margin:0;
   	padding:0; */
   	margin: 0px;
}

#sgl-blocks-right {
    width: 180px;
  //  right: 0;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}


#sgl-blocks-left .blockContainer, #sgl-blocks-right .blockContainer {
    /*margine tra i blocchi*/
	margin: 0px 1px 10px 1px;
}
.blockHeader {
   /* background-image: url(../images/sfuma.png);
	background-repeat: no-repeat;*/
	/*background-color: #ffffff;*/
    color: #0000FF;
    /*line-height: 1.2em;
    font-size: 0.9em;
    //line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #009900;
    margin: 0px;*/
    
    //modifiche per il template
    border-color: #009900;
	border-top-color: #009900;
	border-left-color: #009900;
	border-bottom-color: #009900;
	border-right-color: #009900;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;

	border-width: 1px 1px 3px 6px;
	border-style: solid;
	padding: 2px 1px 1px 4px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}


.blockHeader_red {
  
    
    //modifiche per il template
    border-color: #FF0000;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
	border-bottom-color:#FF0000;
	border-right-color: #FF0000;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;

	border-width: 1px 1px 3px 6px;
	border-style: solid;
	padding: 2px 1px 1px 4px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}


.blockContent {
    background-color: #ffffff;
    color: #184a84;
    font-size: 0.9em;
    padding: 10px;
    border-top: none;
    border: 1px solid #009900;
    //modifiche per menu brugherio
 	//modifiche per il template
    border-color: #009900;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	padding: 2px 1px 5px 4px;
	margin: 0px 0px 0px px;
	text-decoration: none;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/


#menuTop{
	text-align: center;
	margin: 2px 1px 4px 1px;
}
#sgl-blocks-middle, #sgl-blocks-middle-nocols, #sgl-blocks-middle-leftcol, #sgl-blocks-middle-rightcol {
   /* position: relative;
    margin: 0 180px 0 145px;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    
    
    margin-top: 97px;
   
    
    */
    width:100%;
/*	margin: 2px 1px 4px 1px;*/
}

#sgl-blocks-middle #options {
    float: right;
    width: 28%;
}

#sgl-blocks-middle-leftcol #options
{
	 float: right;
     width: 28%;
}

#sgl-blocks-middle-nocols {
    margin: 0;
}
#sgl-blocks-middle-leftcol {
   /* margin: 0 0 0 145px;*/
   vertical-align:top;
}
#sgl-blocks-middle-rightcol {
    margin: 0 180px 0 0;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl-blocks-middle {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl-footer {
	/*modifiche brugherio*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 6px 0px;
	
	margin-top: 8px;
    margin-left :  auto;
    margin-right:  auto;
    width:  760px;
    text-align:center;

    
    /* vecchio footer
    position: relative;
    float: middle;
    clear: both;
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
    */
}

/******************************************************************************/
/*                                 CONTENT CSS                                */
/******************************************************************************/

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 1.2em;
	color: #294A7B;
    font-weight: normal;
}
h1.pageTitle {
   /*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	/*color: #000066;*/
	font-variant: normal;
	text-align: center;
	height: auto;
	width: auto;
	line-height: 18px;
   	color: #184a84;*/
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	font-variant: normal;
	text-align: center;
	height: auto;
	width: auto;
	line-height: 24px;
}
.visura  h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	/*color: #000066;*/
	font-variant: normal;
	text-align: center;
	height: auto;
	width: auto;
	line-height: 18px;
   
    color: #184a84;
  
}

h2 {
    font-size: 1.2em;
	color: #1C3E6F;
}
h3 {
    font-size: 0.7 em;
	color: #1C3E6F;
}
h4 {
    font-size: 1 em;
		color: #1C3E6F;
}
.pageTitle {
   /* color: #184a84;
    font-size: 1.0em; 
    //font-size: 1.75em;
    font-weight: normal;*/
    
   
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #3399ff;
    font-weight: bold;
}
a:visited {
    color: #999999;
}
a:hover {
    color: #184a84;
    text-decoration: none;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    align: left;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #A4B9D8;
}
img {
    border: none;
}
.alignCenter {
    text-align: center;
}
.error {
    color: #ff0000;
}
.small {
    font-size: 0.8em;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
    margin-left: 20px;
}

/*************************** MODULE: PUBLISHER ********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #184a84;
    background-color: #A4B9D8;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.colHeader {
    color: #184a84;
    background-color: #D9E3F1;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.navigator {
    color: #009900;
    background-color: #000000;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
    
/* /////////////// Article Manager /////////////// */

.forApproval {
    font-weight: bold;
    color: #ff0000;
}
.approved {
    font-weight: bold;
    color: #ff9933;
}
.published {
    font-weight: bold;
    color: #00cc00;
}
.archived {
    font-weight: bold;
    color:  #909090;
}  

/******************************************************************************/
/*                                  LEGACY CSS                                */
/*                                                                            */
/* Note: I am removing elements from here as I replace them with new CSS      */
/*       elements above.  Eventually, there shouldn't be any CSS left here.   */
/******************************************************************************/

/* /////////////// Table modifiers  /////////////// */

.fieldName, .fieldNameWrap {
    background-color: #D9E3F1;
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.newsItem {
    border: 1px solid #999999;
    margin: 0 auto;
    padding: 0 0 0 10px;
    background-color: #ffffcc;
}
fieldset {
    width: 80%;
    margin: 0 auto;
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}

/* /////////////// Links  /////////////// */

.linkCrumbsAlt1 {
    text-decoration: none;
    color: #184a84;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #184a84;
}

/* /////////////// Various /////////////// */

div.pinstripe table {
    background-color: #D9E3F1;
    width: 90%;
}
div.pinstripe td {
    background-color: #ffffff;
}
div.pinstripe img {
    padding: 10px;
}
div.pinstripe button {
    padding: 10px 0;
}
.noBorder {
    border: none;
    font-size: 10px;
}
ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://www.comune.brugherio.mi.it/sportelloOnline/servizi/www/themes/brugherio/images/bullet.gif');
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    border: 1px dashed #ff9600;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: center;
	height: auto;
	width: auto;
	background-color: #ACC2D4;
	border-color: red;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.narrowButton {
    text-align: center;
    width: 100px;
}
.wideButton {
    text-align: center;
    width: 150px;
}
.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 300px;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #184a84;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
   /* margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 50%;*/
    
    /* = a bodyPagErrore*/
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	height: auto;
	width: auto;
    
}
.messageHeader {
    /*color: #0000FF;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;*/
    
    /* = a bodypagtitolo*/
    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	font-variant: normal;
	text-align: center;
	height: auto;
	width: auto;
	line-height: 20px;
}
.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #ffffff;
    border-top: none;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.messageContent input {
    width: 150px;
}
#navPreview {
    position: relative;
    border: 1px dashed #A4B9D8;
}
#navPreview span {
    z-index: 5;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 2em;
    color: #A4B9D8;
    text-transform: uppercase;
}
.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #999999;
}
.treeMenuDefault {
    font-size: 11px;
}

/* /////////////// Tooltips /////////////// */

span.tipOwner {
    position: relative;
    cursor: help;
}
span.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #D9E3F1;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
span.tipOwner:hover span.tipText {
    display: block;
}



/* IE javascript workaround */
span.tipOwner {
    behavior: url(http://www.comune.brugherio.mi.it/sportelloOnline/servizi/www/themes/brugherio/css/tooltipHover.htc);
}



/*aggiunta gestione pagine delle ricerche e visure */
#pageRicerca table th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	height: auto;
	width: auto;
	background-color: #294A7B;
	border-color: red;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}

#pageRicerca table td
{

/* global tags should never be defined here [ndee]*/
	font-size: 11px;
/* removed text-align:left; [ndee]*/
	/*	padding-top:1px;
	padding-bottom:1px;*/
}
 
.row_on { color: #000000; background-color: #A4B9D8; }
.row_off { color: #000000; background-color: #D9E3F1; }

    .schede {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      text-align: center;
    }

    .schede table {     
        border: 1px solid;
        border-width: thin ; 
        /*border: none;*/
        width:100%;
        border-collapse: collapse;
        empty-cells: show !important;
        background-color: #0E700E;
    }
    
    .schede table tr {     
        border: 1px solid;
    }
    
    .schede table td,th {     
        /* border: 1px solid black;  */
        padding: 3px;
        text-align: left;
    }
    .schede table th {
        background-color: #efefef;
        color: black;
        /* font-size: 93%; */
        line-height:normal;
        border-left:1px solid black;
    }
 
    .tabs {
      float:left;
      width:100%;
      /*background:#DAE0D2 url("../images/sd/bg.gif") repeat-x bottom;*/
      font-size:93%;
      line-height:normal;
      }
    .tabs ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    .tabs li {
      float:left;
      background:url("../images/sd/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    .tabs a {
      float:left;
      display:block;
     background:url("../images/sd/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
      /*Aggiunta per gestire il tab disattivo dei soggetti
      	
      */
    .tabs span{
      float:left;
      display:block;
      background:url("../images/sd/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#9F9F9F; 
     
     }

    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    .tabs a {float:none;}
    /* End IE5-Mac hack */
    .tabs a:hover {
      color:#333;
      }
	  
    .tabs .tab-active {
      background-image:url("../images/sd/left_on.gif");
      border-width:0;
      }
    .tabs .tab-active {
      background-image:url("../images/sd/right_on.gif");
      color:#333;
      padding-bottom:5px;
      }

      .tab-container {
          float:left;
         
          width:99%;
          background: #fff; border:1px solid #6D99B6;
          /* display: none; */
      }
      
      .tab-panes { 
		  margin: 3px 
	  }


      
 /*tabelle azzurre*/     
      
    .scheda {
      float:left;
      width:100%;
      line-height:normal;
      text-align: center;
    }

    .scheda table tr {     
        border: 1px solid;
    }
    
    .scheda table td,th {     
        padding: 2px;
		text-align: left;
		font-size: 0.7em;
		color: #294A7B;
    }
    .scheda table th {
      /* background-color: #D9E3F1;*/
	  border-bottom: solid 1px #294A7B;
        color: black;
        line-height:normal;
		font-size: 0.7em;
        /*border-left:1px solid; */
    }
    
	

#dropmenu ul { /* all lists */
	 padding: 0;
	 margin: 0;
	 list-style: none;
 }

#dropmenu li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

#dropmenu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

#dropmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#dropmenu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#dropmenu #content {
	clear: left;
}	

.visura table th
{
	background-color: #c0c0c0;
}

.visura .sezione table th
{
	text-align: left;
	
}

.visura .sezione .tdSinistra
{
	text-align: left;
}

.visura .sezione table caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: center;
	height: auto;
	width: 100%;
	background-color: #c0c0c0;
}


.p
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	//margin:100px;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#background
{

        background-image:url(../images/skyline_top.jpg);
        margin-left :  auto;
        margin-right:  auto;
        width: 100%;
        background-repeat: no-repeat;
}

.trasparent
{
           width: 6px;
           height:    4px;
}

.datatop

{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: right;
	line-height: 18px;
}

#imgLogo
{
 width: 100%;
 heigth: 100%;
}

#anagrafica table th
    {
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
		 /*font-size: 0.5 em;
		 color: #294A7B;*/
    }
    
#tblMain
{
	width :100%;
}

#tabella_catsearch {
    font-size: 12px;
}


.titoloSoppresse
{
	
	font-weight: bold;
	
}

.elencoSoppresse
{
	
	width :100%;
}

.allineaSoppresse
{
	text-align:left;
	
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.nbar {
	text-decoration: none;
}
a:visited.nbar {
	text-decoration: none;
	color: #FFCC00;
}
a:link.nbar {
	text-decoration: none;
	color: #FFCC00;
}
a:hover.nbar {
	text-decoration: none;
	color: #FFCC00;
}
a:active.nbar {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.menuSx {
	color: #009900;
	border-color: #009900;
	border-top-color: #009900;
	border-left-color: #009900;
	border-bottom-color: #009900;
	border-right-color: #009900;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border-width: 1px 1px 3px 6px;
	border-style: solid;
	padding: 2px 1px 1px 4px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
.sottocatSx {
	border-color: #009900;
	border-right-color: #009900;
	border-left-color: #009900;
	border-top-color: #009900;
	border-bottom-color: #009900;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
	list-style-position: inset;
	text-indent: -14px;
	padding: 3px 1px 0px 14px;
}
.menuChiusoSx {
	border-color: #009900;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	border-width: 0px 1px 3px 1px;
	border-style: solid;
	font-size: 3px;
	line-height: 0px;
	padding: 0px 1px 0px 1px;
	margin: 0px 0px 12px 0px;
}
.menuServiziOnLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border-left-color: #009900;
	padding-left: 4px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin: 0px;
	color: #000066;
	text-decoration: none;
}
.menuChiusoServiziOnLine {
	border-bottom-width: 4px;
	border-bottom-color: #009900;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #009900;
	border-right-color: #009900;
	border-left-color: #009900;
	font-size: 3px;
	margin: 0px 0px 12px;
}
.sottocatServiziOnLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009900;
	border-left-color: #009900;
	border-top-color: #009900;
	border-bottom-color: #009900;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0px;
	line-height: 16px;
	color: #000066;
	list-style-position: inset;
	text-indent: -14px;
	padding: 3px 1px 0px 14px;
}
.menuDx {
	border-color: #FF0000;
	border-left-color: #FF0000;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-left: 4px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin: 0px;
	color: #000066;
	text-decoration: none;
}
.menuChiusoDx {
	border-color: #FF0000;
	border-bottom-width: 4px;
	border-bottom-color: #FF0000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	font-size: 3px;
	margin: 0px 0px 12px;
}
.menuSottocatDx {
	border-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style-position: inset;
	text-indent: -14px;
	padding: 3px 1px 0px 14px;
}
.menuSottocatChiusoDx {
	border-color: #FF0000;
	border-bottom-width: 4px;
	border-bottom-color: #FF0000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	font-size: 3px;
	margin: 0px 0px 12px;
}
.sottoMenuSottocatDx {
	border-color: #000066;
	border-right-color: #000066;
	border-left-color: #000066;
	border-top-color: #000066;
	border-bottom-color: #000066;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	text-align: left;
	list-style-position: inset;
	text-indent: -14px;
	padding: 3px 1px 0px 14px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}
.sottoMenuSottocatChiusoDx {
	border-color: #000066;
	border-bottom-width: 4px;
	border-bottom-color: #000066;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-left-color: #000066;
	font-size: 3px;
	margin: 0px 0px 12px;
}
.menuSpace {
	font-size: 4px;
}
.topBrugherio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	left: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.linkFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 6px 0px;
	width: auto;
	margin-top: 8px;
}
.skylineTop {
	background-color: white;
	background-image: url(/images/skyline_top.jpg);
	background-repeat: no-repeat;
}
.datasottoTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	line-height: 12px;
	color: #000066;
}
.bottoneTopCentrato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	background-color: #000066;
	border: 1px solid #000066;
	font-variant: normal;
}
.titoloSottoMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	border: 2px;
	text-align: center;
	vertical-align: middle;
}
.titoloBarraSuperiore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	border: 2px;
	text-align: center;
	vertical-align: middle;
}
.profondimetroA {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	height: auto;
}
.profondimetroB {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	color: #FFCC00;
	padding: 0px 4px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.profondimetroC {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyPagPresentazione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	font-variant: normal;
	text-align: left;
	height: auto;
	width: auto;
	line-height: 18px;
}
.bodyPagTitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	font-variant: normal;
	text-align: left;
	height: auto;
	width: auto;
	line-height: 24px;
}
.bodyPagSottoTitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	border: 3;
	text-align: left;
	height: auto;
	width: auto;
	line-height: 13px;
}
.bodyPagSottoTitoloVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #336633;
	border: 3;
	text-align: left;
	height: auto;
	width: auto;
	line-height: 13px;
}
.bodyPagSottoTitoloViola {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #990099;
	border: 3;
	text-align: left;
	height: auto;
	width: auto;
	line-height: 13px;
}
.bodyPagTermini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagDove {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagOrari {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagErrore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagLI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagNB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagCosaOccorre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagEsempio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagTitoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagSearchTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
	line-height: 18px;
}
.bodyPagTornaInizio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
	line-height: 40px;
	padding-bottom: 6px;
}
.bodyPagTesto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
}
.bodyPagFirma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
	padding-bottom: 6px;
}
.tabellaPadre {
	top: 0px;
}
.bottoneTopCentrato2R {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	font-variant: normal;
	line-height: 9px;
	height: auto;
	width: auto;
}
.bodyVersioneStampa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0033FF;
	text-align: right;
	height: auto;
	width: auto;
	vertical-align: middle;
	padding-bottom: 7px;
}
.newsPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	width: auto;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 1px 1px 5px;
	line-height: 18px;
}
.newsPanelContenuto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: auto;
	color: #000066;
	text-align: left;
	padding: 3px;
	line-height: 16px;
}
.newsPanelTimestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	width: auto;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 1px 1px 5px;
	line-height: 8px;
}
.panelArgCollegatiTit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	line-height: 23px;
}
.panelArgCollegatiCont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: auto;
	color: #000066;
	text-align: left;
	padding: 3px;
	line-height: 16px;
}
.dataTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: right;
	line-height: 18px;
}
.bodyPagRicercaElem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009900;
	text-align: left;
	line-height: 14px;
}
.contenitore {
   width: 100%;
   color: #000000;
   background-color: #e7e7e7;
}
.topleft { background: url(/images/top-left.gif) no-repeat top left }

.topright { background: url(/images/top-right.gif) no-repeat top right }

.bottomleft { background: url(/images/bottom-left.gif) no-repeat bottom left }

.bottomright { background: url(/images/bottom-right.gif) no-repeat bottom right }

.contenuto { padding: 15px }

.contenitore2 {
   width: 100%;
   color: #000000;
   background-color: #cccccc;
}

.topleft2 { background: url(/images/top-left2.gif) no-repeat top left }

.topright2 { background: url(/images/top-right2.gif) no-repeat top right }

.bottomleft2 { background: url(/images/bottom-left2.gif) no-repeat bottom left }

.bottomright2 { background: url(/images/bottom-right2.gif) no-repeat bottom right }

.contenitore3 {
   width: 100%;
   color: #000000;
   background-color: #b7b7b7;
}

.topleft3 { background: url(/images/top-left3.gif) no-repeat top left }

.topright3 { background: url(/images/top-right3.gif) no-repeat top right }

.bottomleft3 { background: url(/images/bottom-left3.gif) no-repeat bottom left }

.bottomright3 { background: url(/images/bottom-right3.gif) no-repeat bottom right }

/*da qui css dinamico per galleria*/
.gallerycontainer{
position: relative;
/*Aggiungere un attributo e un insieme di altezza ad altezza della pił grande immagine per evitare che ricoprono*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS per l'immagine ingrandita*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS per l'immagine ingrandita*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS per l'immagine ingrandita*/
visibility: visible;
top: 0;
left: 770px; /*posizione dove l'immagine ingrandita dovrebbe sfalsare orizzontalmente */
z-index: 50;
}
.backDark{
 	background-color: #A4B9D8;
}


.backLight{
 	background-color: #D9E3F1;
}
/* aggiunto per sportello ici - Davide*/
.titolo {
	font-size:12px;
	font-family:verdana;
	color:#FFFFFF;
	background-color:#405a79;
	text-align:center;
	font-weight:bold;
}

.header {
	font-size:9px;
	font-style:italic;
	font-family:verdana;
	background-color:#bfccdc;
	text-align:center;
}
.sottoheader {
	font-size:12px;
	font-family:verdana;
	color:#FFFFFF;
	background-color:#bfccdc;
	text-align:center;
	font-weight:bold;
}
.dati {
	font-size:9px;
	font-family:verdana;
	text-align:center;
}

.commento {
	font-size:9px;
	font-family:verdana;
	text-align:left;
}
/* Fine aggiunta - Davide */






