@import "header.css";
@import "nav.css";
@import "corpo.css";
@import "extra.css";
@import "corpoHome.css";
@import "paginator.css";

/************ LAYOUT  **********************************/
html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font: 70% arial, sans-serif;
    text-align: center;
    background: transparent url( ../images/f4f4f4.gif);
    color: #666666;
}

div#header {
    position: relative;
    background: transparent url( ../images/testata1.jpg) no-repeat top left; /*height: 122px;*/
}

div#topNav {
    clear: left;
    background: transparent url( ../images/testata2.jpg) no-repeat top left;
}

div#container, div#container2Col, div#container1Col {
    text-align: left;
    width: 750px;
    margin: 0 auto;
    background: transparent url( ../images/sfondoContent.gif) repeat-y top left;
}

div#containerBO {
    text-align: left;
    background: transparent url( ../images/testata.jpg) repeat-x top right;
    border-left: 10px solid #A4BEDF;
    border-right: 10px solid #A4BEDF;
    margin: 0 20px 0 20px;
    width: auto;
}

div#wrapper {
    float: left;
    width: 100%;
}

div#content {
    margin: 0px 186px 0px 167px;
}

div#containerBO div#content {
    padding: 0 20px 0 20px;
    margin: 0;
    overflow: auto;
}

div#container2Col div#content {
    margin: 0px 0px 0px 167px;
    padding: 0 20px 0 0;
    width: 560px; /* background: #ffffff;*/
    overflow: hidden;
}

em {
    font-style: oblique;
}

div#container1Col div#content {
    margin: 0 30px 0 30px; /* background: #ffffff;*/
    padding-left:150px;
}

div#container1Col div#content h3, div#container1Col div#content div.path, div#container1Col div#content img.banner{
    position:relative;
    right:150px;
}

div#navigation {
    float: left;
    width: 157px;
    margin-left: -750px;
    background: transparent url( ../images/sfondoNavigation.gif) repeat-y top left;
}

div#extra {
    float: left;
    width: 176px;
    margin-left: -176px;
    padding-top: 90px;
}

div#footer {
/*height: 27px;*/
    padding: 12px 0 5px 0;
    clear: left;
    width: 100%;
    background: #E5E5E5 url( ../images/sfondoFooter.gif) no-repeat top left;
    color: #999999;
    margin-top: 10px;
}

div#containerBO #footer {
    padding: 12px 0 5px 0;
    clear: left;
    width: 100%;
    background: #E5E5E5;
    color: #999999;
    margin-top: 10px;
    border-bottom: 1px solid #A4BEDF;
}

/************ STILI COMUNI  **********************************/

a, a:visited {
    color: #2482C0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    padding: 0;
    margin: 4px 2px 4px 2px;
    text-align: justify;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 6px 0px 10px 0px; /* padding: 10px 0px 10px 0;*/
    padding: 8px 0px 15px 50px;
    background: transparent url( ../images/sfondoH3.jpg) no-repeat center left;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0px 6px 0px;
    padding: 0px;
    color: #2482C0;
}

h5 {
    font-size: 1.0em;
    font-weight: bold;
    margin: 6px 0px 3px 0px;
    padding: 0px;
    color: #666666;
}

img {
    padding: 1px;
    margin: 5px 0 5px 0;
}

li img {
    margin: 0;
    padding: 0;
    border: 0;
}

dd {
    margin: 5px 0px 15px 0px;
    padding: 0;
    text-align: justify;
}

dt {
    font-weight: bold;
    color: #2482C0;
}

.clear {
    clear: both;
    line-height: 1px;
    width: 100%;
}

.floatLeft {
    margin: 4px 6px 6px 0px;
    padding: 1px;
    border: 1px solid #8F8F8F;
    float: left;
    width: 150px;
}

.floatRight {
    margin: 4px 0px 6px 6px;
    padding: 1px;
    border: 1px solid #8F8F8F;
    float: right;
    width: 150px;
}

.floatLeftF {
    margin: 4px 6px 6px 0px;
    padding: 1px;
    border: 1px solid #8F8F8F;
    float: left;
}

.floatRightF {
    margin: 4px 0px 6px 6px;
    padding: 1px;
    border: 1px solid #8F8F8F;
    float: right;
}

.path {
    color: #2482C0;
    margin: 5px 0px;
    padding-bottom: 2px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dashed #d1deef;
}

.path a, .path a:visited, .path a:hover {
    color: #2482C0;
    font-weight: bold;
}

.banner {
    border: 0;
    padding: 0;
    margin: 0 -208px 0 0;
    text-align: right;
}

input.submit {
    padding: 3px 15px 3px 15px;
    margin: 3px;
    background: #F0F0EA;
    border: 1px solid #003C74;
    width: auto;
    color: #000000;
    font-size: 1.1em;
}

input.submit:hover {
    background: #F0F0EA;
    margin: 1px;
    color: #000000;
    border-bottom: 3px solid #E59700;
    border-left: 3px solid #FCD279;
    border-right: 3px solid #FCCE72;
    border-top: 3px solid #FDD889;
}

input.btn, #header input.btn, #topNav input.btn {
    width: auto;
    background: transparent;
    border: 0;
    margin: 0;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
}

#header form, #header label, #topNav form, #topNav label {
    border: 0;
    margin: 0;
    padding: 0;
}

input.btn:hover, #header input.btn:hover, #topNav input.btn:hover {
    border-bottom: 1px solid #ffffff;
}

.legenda {
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
}

.evidenza {
    text-align: center;
    font-size: 1.2em;
}

/************ STILI FOOTER  **********************************/
.menuDisclaimer {
/* float: left;*/
    padding: 6px;
}

.IVA {
    float: right;
    padding: 6px;
    margin-top: 2px;
}

#footer a {
    margin: 0;
    padding: 0;
}

/************* CLEAR FIX ***************************************/

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

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.clearBoth {
    clear: both;
}

#show-stacktrace {
    display: none;
}

#elsag li
{
margin-top: 20px;
display: inline;
height: 7em;
list-style-type: none;
padding-right: 5px;

}

.errorMsg{
	color: red;
}