html, body {
    background-color: white;
}
body {
    font-family: Arial;
    font-size: 10pt;
    overflow: hidden;
}
#header {
    background-color: white;
    padding: 10px;
}
#content {
    background: none repeat scroll 0 0 white;
    border: 1px solid #bababa;
    border-radius: 5px 5px 5px 5px;
    margin-left: 3px;
    margin-right: 3px;
    min-height: 600px;
    padding: 5px;
}
#col1 div.box, #col2 div.box, #col3 div.box,table.box {
    background: none repeat scroll 0 0 white;
    border: 1px solid #bababa;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 5px;
}
div.col2 div.box {
    margin-left: 3px;
}
div.col3 div.box {
    margin-right: 3px;
}
#col1 {
    padding-bottom: 10px;
}
#footer {
    background: none repeat scroll 0 0 white;
    color: gray;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
#footer a:not(.logo){
    color: gray;
    text-decoration: underline;
    transition: color 1s;
}
#footer a:not(.logo):hover  {
    color: black;
    text-decoration: none;
}
h1.ggf, h2.ggf, h3.ggf, h4.ggf, h5.ggf, h6.ggf {
    color: #3165a1;
    font-weight: bold;
    margin: 5px 0 10px;
    padding: 5px 0 10px;
    text-shadow: #bababa 3px 3px 2px;
}
h1.ggf {
    font-size: 24pt;
}
h2.ggf {
    font-size: 22pt;
}
h3.ggf {
    font-size: 18pt;
}
h4.ggf {
    font-size: 14pt;
}
h5.ggf {
    font-size: 12pt;
}
h6.ggf {
    font-size: 10pt;
}
h1.ggf.title, h2.ggf.title, h3.ggf.title, h4.ggf.title, h5.ggf.title, h6.ggf.title {
    display: inline;
    margin: 0;
    padding: 0;
}
a {
    background: none repeat scroll 0 0 transparent;
    color: #3165a1;
    text-decoration: none;
}
a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #e4a230;
    text-decoration: underline;
}
a.handle {
    background: none repeat scroll 0 0 transparent;
    color: gray;
    text-decoration: none;
}
a.handle:hover {
    background: none repeat scroll 0 0 transparent;
    color: gray;
    text-decoration: underline;
}
a.disabled {
    color: red;
    text-decoration: none;
}
a.disabled:hover {
    background: none repeat scroll 0 0 red;
    color: white;
    text-decoration: underline;
}
a.pending {
    color: red;
}
a.pending:hover {
    color: red;
}
img {
    border: 0 none;
}
img.button {
    margin-right: 3px;
}
div.form .row {
    clear: both;
    margin-bottom: 10px;
}
div.form div.row label {
    float: left;
    font-weight: bold;
    width: 100px;
}
div.form.largelabels div.row label {
    width: 150px;
}
div.form.verylargelabels div.row label {
    width: 200px;
}
div.form div.submit {
    border: 1px solid #BABABA;
    margin: 5px 0 0;
    padding: 2px;
}
div.message {
    border: 1px solid #BABABA;
    display: none;
    padding: 2px;
}
div.message2 {
    border: 1px solid #BABABA;
    display: block;
    padding: 2px;
}
div.results {
    overflow: auto;
    padding: 5px;
    border: 1px solid #d0e2f7;
}
div.form .row div.error {
    background: none repeat scroll 0 0 #AA0000;
    color: white;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 5px;
    padding: 2px;
}
div.form div.row.compact {
    margin-bottom: 5px;
}
span.negative_balance {
    color: red;
}
/* === Liste ===
    Sono delle <ul> che contengono una lista di tag <li>.
    Ogni <li> contiene un tag a che <a>.
*/
ul.list {
    overflow: auto;
    border: 1px solid #bababa;
    padding: 2px;
    list-style: none;
}
ul.list li {
    list-style: none;
}
ul.list li a.list_item {
    display: block;
    margin: 0;
    text-decoration: none;
    padding: 1px;
    color: black;
}
ul.list li a.list_item.disabled {
    color: red;
    text-decoration: none;
}
ul.list li a.list_item:hover {
    background: #bababa;
    color: white;
}
/*
Tabelle per campi form
*/
table.form tr {
    margin-bottom: 3px;
    vertical-align: top;
}
table.form tr td {
    width: 150px;
}
table.form.largelabels tr td {
    width: 180px;
}
table.form.verylargelabels tr td {
    width: 200px;
}
table.form tr td label {
    font-weight: bold;
}
table.form tr.smalllabel {
    font-size: 8pt;
}
table.submit {
    border: 1px solid #BABABA;
    margin: 5px 0 0;
    padding: 2px;
    width: 100%;
}
table.submit tr {
    vertical-align: top;
}
table.submit tr td.message {
    width: 100%;
}
table.submit tr td.message div.message {
    margin-top: 3px;
}
/*
Tabella dati
*/
table.ggfdatatable.center {
    text-align: center;
}
table.ggfdatatable thead tr, table.ggfdatatable tfoot tr{
    background: #bababa;
}
table.ggfdatatable thead th {
    padding: 5px;
}
table.ggfdatatable tbody tr.odd {
    background: #d0e2f7;
}
table.ggfdatatable tbody tr:hover {
    background: #eee;
}
/*
Varie
*/
p.server_error {
    color: red;
    font-style: italic;
}
blockquote.server_error {
    color:gray;
    font-style: italic;
    quotes: "\201C" "\201D" "\2018" "\2019";
    text-align: justify;
}
blockquote.server_error:before {
    content: open-quote;
}
blockquote.server_error:after {
    content: close-quote;
}
label.disabled {
    color: red;
}
/*---*/
div.message { 
    border-radius: 5px 5px 5px;
}
/*
Sezioni con link
*/
div.sections ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.sections ul li {
    border: 1px solid #bababa;
    border-radius: 5px;
    margin: 0 20px 10px 20px;
}

div.sections ul li a {
    display: block;
    margin: 0;
    padding: 5px;
    color: black;
    text-decoration: none;
}
div.sections ul li a:hover {
    box-shadow: 5px 5px 5px #bababa;
    background: #eee;
}
span.dijitTitlePaneTextNode {
    font-weight: bold;
}

p.created-updated-p {
    font-size: 8pt;
    font-style: italic;
    color: #bababa;
}
span.span_link {
    border: 1px dashed #bababa;
    display: block;
    font-size: 18pt;
    margin: 5px;
    padding: 10px;
}
span.span_link:hover {
    background: #eee;
}