@CHARSET "UTF-8";
body {
    background-color: #000000;
}
/*
 * blocchi principali
 */
div#body-wrap {
}
div#header-wrap {
    background-image: URL('images/bg-header.png');
    background-repeat: repeat-x;
    color: #efefef;
}
div#page-wrap {
   /* background-image: URL('images/bg-menucol.png');
    background-repeat: repeat-y; */
    background-color: #000000;
}
div#footer {
    color: #e9e9e9;
    font-size: small;
    text-align: center;
    vertical-align: middle;
    padding-top: 17px;
    background-image: URL('images/bg-header.png');
    background-repeat: repeat-x;
    font-style: italic;
}
div#footer a {
    text-decoration: none;
    font-weight: bold;
    color: #e9e9e9;
}
div#footer a:visited {
    color: #e0e0e0;
}
div#footer a:hover {
    color: #e0e0e0;
    text-decoration: underline;
}
div#content-wrap {
}
div#menucol {
    background-color: #000000;
    color: #e9e9e9;
}
div#menucol h1 {
    color: #e9e9e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fe0000;
    text-align: center;
}
div#menucol a.menu {
    color: #e9e9e9;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
}
div#menucol a.menu:hover {
    background-color: #fe0000;
    border-top: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
}
div#content {
    background-color: #e9e9e9;
}
/*
 *
 */
div.note {
    padding: 5px;
    border: solid 2px #343669;
    background-color: #ddddee;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
}

div.note.small {
    font-size: small;
}
div.box.warning {
    text-align: justify;
    border: solid 1px red;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px;
}
div.box.warning h3 {
    text-align: center;
    color: red;
    margin-bottom: 0px;
}

/*
 *
 */
div#getff {
    text-align: center;
    font-size: x-small;
}
/*
 * 
 */
div.page_wrap h1 {
    color: #fe0000;
    border-bottom: solid 2px #000000;
}
div#menu-searchbox {
    border: solid 1px #fe0000;
    padding-bottom: 10px;
}
div#menu-searchbox h1 {
    text-align: center;
    font-size: x-large;
    border: none;
}
/*
 * 
 */
div.menumescole {
}
div.menumescole a {
    display: inline-block;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    background-color: #000000;
    color: #e9e9e9;
    padding: 5px 7px 5px 7px;
    border-top: solid 2px #fe0000;
    border-bottom: solid 2px #fe0000;
    height: 18px;
    margin-bottom: 2px;
}
div.menumescole a:visited {
    color: #e9e9e9;
}
div.menumescole a:hover {
    background-color: #fe0000;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
}
/*
 * 
 */
table.data.listini {
    border: solid 1px #555555;
}
table.data thead,
table.data tfoot {
    background-color: #f90000;
}
table.data thead a,
table.data tfoot a {
    color: #e9e9e9;
    text-decoration: none;
}
table.data.listini thead th.current a,
table.data.listini tfoot th.current a {
    color: #ffffff;
}
table.data.listini thead a:hover,
table.data.listini tfoot a:hover {
    text-decoration: underline;

}
table.data th,table.data td {
    padding: 7px 10px 7px 10px;
    border: solid 1px #aaaaaa;
}
table.data th a,
table.data td a {
	    text-decoration: none;
    
}
table.data th a:hover,
table.data td a:hover {
	    text-decoration: underline;
    
}

table.data.listini th {
    color: #e9e9e9;
}
table.data.listini td {
    border-style: solid;
    border-width: 1px;
}
table.data.listini td a {
    text-decoration: none;
}
table.data.listini td.link {
    background-color: #fe0000;
}
table.data.listini td.link a {
    text-decoration: none;
    color: #e9e9e9;
    font-weight: bold;
}
table.data.listini td a:hover {
    text-decoration: underline;
}
div.noscript {
    color: red;
    background-color: #dedede;
    text-align: center;
}
table.data tbody tr:hover {
    background-color: #fe0000;
    color: #e9e9e9;
}
/*
 * 
 */
p.note {
    font-size: small;
}
div.avviso.uso {
    background-color: #ffffff;
    border: solid 1px #fe0000;
    font-weight: bold;
    padding: 3px;
}
