/* styles.css for template #124 
spyka.net Webmaster */
body {
    margin:0 auto;
    padding:0;
    width:100%;
    height:100%;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#999;
}
/* Global */
a {
    font-weight:bold;
    text-decoration:underline;
    color:#333;
}
a:hover {
    color:#206bb3;
}
h1 {
    font-size:20px;
    margin:20px 0 15px 0;
}
h2 {
    font-size:1.2em;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    border-bottom:1px solid #CCC;
    color:#206bb3;
}
h3 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.9em;
    color:#333;
    border-bottom:3px solid #206bb3;
}
h3#mail {
    border-bottom:3px solid #ed9146;
    font-family:Verdana;
}
h4 {
    font-size:1.0em;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding:0;
    margin:0 0 0 10px;
    color:#206bb3;
}
p {
    margin-left:20px;
    font-size:0.8em;
}

.tdrow {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px
}
ul {
    list-style-type:square;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding-left:30px;
    margin-left:30px;
    font-size:0.8em;
}
blockquote {
    border:1px solid #ddd;
    background-color:#eee;
    padding:4px;
    font-size:0.9em;
    font-style:italic;
}
blockquote p {
    margin:3px;
    padding:0;
}
/* Layout */
div#container {
    margin:auto;
    width:80%;
    background-color:#fff;
}
div#page {
    width:75%;
    float:left;
    padding-left:30px;
}
/* Header */
div#header {
    padding:1px 0 30px 0;
}
div#header h1 {
    font-family:Arial, Helvetica, sans-serif;
    color:#206bb3;
    font-size:1.6em;
    padding:0;
    margin:30px 0 0 20px;
    font-weight:bold;
}
div#header h2 {
    font-family:Arial, Helvetica, sans-serif;
    color:#206bb3;
    font-size:1.0em;
    padding:0;
    margin:0 0 0 20px;
    font-weight:bold;
    border-bottom:0;
}
/* Navigation menu */
div#menu {
    height:20px;
    border-bottom:20px solid #206bb3;
}
div#menu ul {
    padding:0;
    list-style-type:none;
    margin:0 0 0 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.75em;
}
div#menu ul li {
    float:left;
    display:inline;
    padding:0 7px;
    margin:0;
}
div#menu ul li a {
    display:block;
    float:left;
    font-weight:bold;
    padding:1px 15px 0 15px;
    height:2px;
    color:#206bb3;
    text-decoration:none;
    border:none;
}
div#menu ul li a:hover {
    text-decoration:underline;
}
div#menu ul li a.current:hover {
    text-decoration:none;
}
div#menu ul li a.current {
    position:relative; /* for IE6 */
    color:#fff;
    margin-top:-5px;
    padding-top:5px;
    height:20px;
    border:1px solid #206bb3;
    border-bottom:none;
    background-color:#206bb3;
}
/* Content */
div#content {
    padding:14px 5px;
}
/* Sidebar */
div#sidebar {
    width:20%;
    float:left;
    padding:0;
    margin:0;
    border-right:1px solid #999;
}
div#sidebar ul {
    padding:0;
    list-style-type:none;
    margin:10px 0 10px 0;
    /* border-top:1px solid #ccc; /* /* uncomment to add table-like border */
}
div#sidebar ul li {
    margin:0;
    padding:0;
    /* border-bottom:1px solid #ccc; /* /* uncomment to add table-like border */
}
div#sidebar ul li a {
    display:block;
    padding:7px 10px;
    border-right:7px solid #fff;
}
div#sidebar ul li a:hover {
    border-right:7px solid #206bb3;
}
/* Footer */
div#footer {
    clear:both;
    text-align:center;
    margin:0;
    padding:0;
}
div#footer p {
    padding:10px 0 10px 0;
    width:95%;
    border-top:1px solid #ccc;
    margin:5px 0 0 0;
    font-size:0.8em;
    text-align:center;
}
div#footer p a {
    text-decoration:underline;
}
.blue {
    color:#206bb3;
}
.pdf{
    background-image:url('../img/pdficon_large.gif');
    background-repeat:no-repeat;
    width:40px;
    height:40px;
    background-color:#fff;
    background-position:center center;
    border-right:0px solid #003;
    border-bottom: 0px solid #003;
}

.search{
    background-image:url('../img/ideaRicerca.JPG');
    background-repeat:no-repeat;
    width:25px;
    height:25px;
    background-color:#fff;
    background-position:center center;
    border-right:0px solid #003;
    border-bottom:0px solid #003;
    border-left:0px solid #003;
    border-top:0px solid #003;
}

.mail{
    background-image:url('../img/newsletter.jpg');
    background-repeat:no-repeat;
    width:73px;
    height:63px;
    background-color:#fff;
    background-position:inherit;
    border-right:0px solid #003;
    border-bottom:0px solid #003;
    border-left:0px solid #003;
    border-top:0px solid #003;
}