﻿/* PASIN */
html, body
{
    margin: 0;
    padding: 0;
}
body
{
    background-color: #333333;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #666666;
    text-align: center;
}
/* ----- HEADER ----- */
div#header
{
    width: 960px;
    margin: 0 auto;
}
div#menu
{
    float: right;
    width: 500px;
    text-align: right;
    padding-top: 20px;
}
div#logo
{
    text-align: left;
    margin-right: 600px;
}
/* ----- BANNER ----- */
div#banner
{
    background-image: url(Images/sfondo_rosa_i.gif);
    background-attachment: scroll;
    background-repeat: repeat-x;
    height: 60px;
}
div#banner1
{
    width: 960px;
    margin: 0 auto;
}
div#search
{
    float: right;
    width: 187px;
    height: 39px;
    text-align: right;
    margin-right: 10px;
    margin-top: 21px;
    background-position: right bottom;
    background-attachment: scroll;
    background-image: url(Images/cerca_sfondo.gif);
    background-repeat: no-repeat;
}
div#search1
{
    margin-top: 12px;
    margin-right: 8px;
}
.searchbutton
{
}
.searchtextbox
{
    color: #666666;
    border-right: #5b5b5b 1px solid;
    border-top: #5b5b5b 1px solid;
    border-left: #5b5b5b 1px solid;
    border-bottom: #5b5b5b 1px solid;
}
div#breadcrumbs
{
    text-align: left;
    margin-right: 200px;
    margin-left: 15px;
    margin-top: 8px;
}
/* ----- CONTAINER, CONTENT ----- */
div#container
{
    width: 960px;
    margin: 0 auto;
}
div#content
{
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}
/* ----- CONTAINER, CONTENT, FOOTER ----- */
div#footer
{
    padding: 0.5em 0;
    color: #ffffff;
}
div#footer a
{
    color: #fff;
}
/* ----- BANNER X HOME PAGE ----- */
div#bannerhome
{
    background-image: url(Images/sfondo_rosa_h.jpg);
    background-attachment: scroll;
    background-repeat: repeat-x;
    height: 120px;
}
div#bannerhome1
{
    width: 960px;
    margin: 0 auto;
}
div#searchhome
{
    float: right;
    width: 187px;
    height: 39px;
    text-align: right;
    margin-right: 10px;
    margin-top: 81px;
    background-position: right bottom;
    background-attachment: scroll;
    background-image: url(Images/cerca_sfondo.gif);
    background-repeat: no-repeat;
}
div#intro
{
    text-align: left;
    margin-right: 400px;
    margin-top: 20px;
}
/* ----- BRICIOLE DI PANE ----- */
.site-map-path
{
    line-height: 20px;
}
.root-node-style
{
    color: #333333;
}
.path-separator-style
{
    color: #FF6600;
}
.current-node-style
{
    color: #FF6600;
    font-weight: bold;
}
.node-style
{
    color: #333333;
    text-decoration: underline;
}
/* ----- TITOLI E TESTI ----- */
/* home page */
.tagline
{
    font-family: "Trebuchet MS" , Helvetica, "Times New Roman";
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
}
/* titolo-nome della pagina */
.page-name
{
    font-size: 14px;
    color: white;
    line-height: 25px;
    font-weight: bold;
}
/* sottotitolo */
.subtitle
{
    font-size: 12px;
    color: #FF6600;
}
/* link nel testo */
.text-link
{
    color: #666666;
}
/* menu navigazione locale */
.simple-list-header
{
    line-height: 20px;
    color: white;
    font-weight: bold;
}
.simple-list-item
{
    line-height: 15px;
    color: white;
}
/* link elemento grid view */
.grid-list-item
{
    line-height: 20px;
    color: #333333;
}
/* link a collezione nel gridview */
.grid-list-link
{
    color: #FF6600;
}
.grid-list-link:link
{
    color: #FF6600;
}
.grid-list-link:active
{
    color: #FF6600;
}
.grid-list-link:visited
{
    color: #FF6600;
}
.grid-list-link:hover
{
    color: #FF6600;
}
/* immagini */
.immagine-grande
{
    width: 80px;
    height: 80px;
    border-width: 0px;
}
.immagine-media
{
    width: 180px;
    height: 80px;
    border-width: 0px;
}
.immagine-piccola
{
    width: 180px;
    height: 80px;
    border-width: 0px;
}
/* Form (TextBoxes and Labels) */
.text-box
{
    font-family: Verdana, Arial, Sans-Serif;
    color: #666666;
    border-right: #5b5b5b 1px solid;
    border-top: #5b5b5b 1px solid;
    border-left: #5b5b5b 1px solid;
    border-bottom: #5b5b5b 1px solid;
}
.highlight
{
    font-family: Verdana, Arial, Sans-Serif;
    color: #666666;
    border-right: #FF6600 1px solid;
    border-top: #FF6600 1px solid;
    border-left: #FF6600 1px solid;
    border-bottom: #FF6600 1px solid;
}
.label
{
}
.feedback-message-ok
{
    color: Green;
}
.feedback-message-ko
{
    color: Red;
}
