/*
    Name: ifcorner.css
    Author: Paolo Vece
    Description: standard CSS for IF Corner 
    url: http://www.vece.net/if/ifcorner.css
    
    $Revision: 1.2 $
    $Date: 2005/05/22 11:18:38 $
    
*/

BODY {
    color: #C0C0C0;
    background: #5E5E5E;
    font-family: arial, helvetica, sans-serif;  
}

A:link { color: #FF0000 }      /* unvisited link */
A:visited { color: #808000 }   /* visited links */
A:active { color: #FF00FF }    /* active links */
A:hover { 
    background: #C0C0C0;
    color: #000000;
}

DIV.testata {
    color: #C0C0C0;
    background: #000000;    
    padding: 5px;

    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    border-bottom-style: none;
}


DIV.sfondo {
    margin: 1em;    
}

DIV.corpo {
    color: #C0C0C0;
    background: #000000;
    padding: 5px;
    
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;  
}   

DIV.piepagina {
    color: #FFFFFF; 
    background: #5E5E5E;    

    padding: 5px;   
    
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;  
}   


DIV.sezione {
    background: #5E5E5E;
    color: #FFFFFF;
    padding: 0.2em;
    font-weight: bold;
}

P.primariga:first-letter {
    font-size: 200%; 
    float: left;
}

H1.serif {
    font-family: serif;
}

SPAN.fisso {
    font-family: monospace;
}

SPAN.sezione {
    color: #008080;
    font-variant: small-caps;
    font-size: 1.2em; /* larger; */
    font-weight: bold;
    /* font-family: arial, helvetica; */
}

SPAN.autore {
    font-size: small;
    font-style: italic;
    font-weight: bold;
    color: #808080;
}

SPAN.aggiornato {
    font-size: x-small;
    /* font-style: italic;
    font-weight: bold; */
    color: #00A000; 
    /* color: #FFFFDD; */
}

SPAN.ultagg {
    font-size: x-small;
    font-style: italic;
    color: black;
    background: #C0C0C0;
    padding: 0.3em;
}


SPAN.copyright {
    color: #FFFFFF;
    font-size: 0.8em; /* smaller; */        
}

PRE, TT, CODE {
    font-family: monospace, "courier new", courier;
    font-size: 0.8em;
    /* font-size: 90%; */
}

TH, TD {
    color: #C0C0C0;
    background: #000000;
    font-family: arial, helvetica, sans-serif;
}

DIV.centra {
    text-align: center;
}

DIV.destra {
    text-align: right;
}