/* 
    Document   : header
    Created on : Nov 5, 2009, 8:03:50 PM
    Author     : gpaterno
    Description: Stylesheet aggiuntivo per filatelia
*/


root { 
    display: block;
}

.headerbackground {
    /* yellow */
    background-color: #edf505;

}

.headermenu {
    color: #373abb;
    font-size: 1.1em;
    text-decoration: none;
}

.headermenu:visited { color: #373abb; }

.headermenu:hover {
    text-decoration: underline;
    color: #edf505;
    background-color: #373abb;
}

.headermenuselected {
    color: #373abb;
    font-size: 1.1em;
    text-decoration: underline;
}

.headermenuselected:visited { color: #373abb; }

.headermenuselected:hover {
    text-decoration: underline;
    color: #edf505;
    background-color: #373abb;
}

.menubar { background-color: #edf505; }

.listitem {
    text-decoration: none;
}

.listitem:visited {
    text-decoration: none;
    color: #373abb;
}

.listitem:hover {
    text-decoration: none;
    color: #373abb;
}

.roweven {background-color: #E5E5E5; }
/* empty, defaults to white */
.rowodd {  }

.roweven:hover {
    background-color: #edf505;
    color: #373abb;
}
.rowodd:hover { 
    background-color: #edf505;
    color: #373abb;
}

.descrizione {
    text-align: left;
    vertical-align:text-top;
    font-weight:bold;
}

.schedafolderpre {
    background-color: #E5E5E5;
    padding: 0px;
    font-size: 1em;
    font-family: verdana, arial, helvetica, sans-serif;
}

.detailroweven { background-color: #E5E5E5;}

.inputgray { 
    background-color: #E5E5E5;
    border: solid 1px black;
}

.inputwhite {
    background-color: white;
    border: solid 1px black;
}

#footer { margin-top:20px; text-align:center; clear:both; padding:10px; }
