
#forms label,
#forms input.text,
#forms input.pass {
    color: #7c7777;
}
#forms input.submit {
    color: white;
    background-color: #808080;
}
#logout p {
    color: white;
}
h2,
p {
    color: black;
}
p.meta {
    color: #7c7777;
}


#highlight .title h3,
#highlight .content p a,
#highlight .content li

{
    color: black;
}

#highlight a {
    color: inherit;
}
h2 {
    border-bottom: 1px solid black;
}
/* pagination */
.pagination {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.pagination li {
    border: none !important;
}
.pagination li a:hover {
    text-decoration: underline;
}
.nota .pagination a {
    color: #36c;
}
.territorio .pagination a {
    color: #c30;
}

/* footer */
#footer {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
#footer p,
#footer p span {
    color: #666;
}
#sitemap a {
    color: #7c7777;
}
.inactive a,
a.inactive {
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter:alpha(opacity=20);
}