﻿/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    border: 0pt none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0pt;
    padding: 0pt; /*vertical-align: baseline;*/
}
body
{
    line-height: 16px;
    font-size: 12px;
    background: #C0C0C0;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    margin: 0pt;
    cursor: default;
    color: #1B5996;
}
table
{
    border-collapse: separate;
    border-spacing: 0pt;
}
caption, th, td
{
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
input, textarea, select
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #1B5996;
}
strong
{
    font-weight: 700;
}
ul
{
    list-style: outside;
}
a:hover, a:active, a:focus
{
    color: #296ba5;
    text-decoration: underline;
}
a
{
    cursor: pointer;
    color: #296ba5;
    text-decoration: none;
}
.clear
{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
a img
{
    border: medium none;
}

fieldset
{
    width: 350px;
}
h1
{
    font-size: 2em;
    margin-bottom: 15px;
    line-height: 22px;
}
h2
{
    margin-bottom: 10px;
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: bold;
}
h3
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
h5
{
    font-weight: bold;
}

/******* CONTAINER *******/

#maincontainer
{
    display: table; /* must put this in for FireFox. */
    background: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 950px;
}

#maincontainer p
{
    text-align: justify;
    margin: 16px 0 16px 0;
}

/******* SECTIONS *******/

#topsection
{
    height: 120px/*90px*/; /*Height of top section*/
    border-bottom: dotted 1px #c0c0c0;
    line-height: normal;
    position: relative;
}
#topsection .innertube
{
    height: 100%; /*background: transparent url(images/marchio.gif) no-repeat top left; /*Image on the top left*/ /*margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/ /*padding-left:440px;*/
}

#bodysection
{
    clear: both;
    margin: 1px 0;
    padding: 0 0 10px;
}


#footersection
{
    clear: both;
    color: #666666;
    text-align: center;
    border-top: dotted 1px #c0c0c0;
}

#footersection .innertube
{
    line-height: 1;
    font-size: 8px;
    margin: 10px;
}

/******* COLUMNS *******/

#leftcolumn
{
    float: left;
    width: 190px;
}
#leftcolumn .innertube
{
    margin: 5px 0;
}

#rightcolumn
{
    float: right;
    width: 190px;
}
#rightcolumn .innertube
{
    margin: 0px 0 0 0px;
}

#contentcolumn
{
    float: left;
    width: 570px;
}
#contentcolumn .innertube
{
    padding: 5px;
    border-left: dotted 1px #c0c0c0;
    border-right: dotted 1px #c0c0c0;
    height: 650px;
    overflow: auto;
}
#contentcolumn_wide 
{
	float: left;
    width: 760px;
}
/*******  *******/

.group_container
{
    margin-bottom: 20px;
}
.bilancio_link
{
    margin-bottom: 5px;
}
.bilancio_link .title
{
    font-weight: bold;
}
.bilancio_link .link a
{
    background: url(images/icon-download.png) center left no-repeat;
    padding-left: 20px;
    display: block;
}

