/**
 * anidis.css
 *
 * Copyright (c) 2000-2008 Archimede Informatica 
 * Author: Ivano Mario Luberti, Abramo Tesoro
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id:
 */

/**
 * Personalizzazioni per il Convegno ANIDIS
 */




.hiddenPrimaryContactAnidis{
	display:none;
}

.hiddenGenericAnidis{
	display:none;
}

a.freccette {
    display: block;
    float: left;
    width: 14px;
    height: 18px;
    color: #FBFBF3;
    background-color: #CDC;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    text-decoration: none;
    margin-right: 5px;
} 

hr.separatore{
         height: 0px;
         width: 75%;
         margin-left: 25px;
         border-top: 0px;
         border-right: 0px;
         border-left: 0px;
         border-bottom: 1px dashed #000000;
}
