/******************************************************************************
 * Cascading-Style-Sheets-Datei um das Aussehen des Birthday Plugins anzupassen
 *
 * Copyright    : (c) 2004 - 2013 The Admidio Team
 * Homepage     : http://www.admidio.org
 * Module-Owner : Markus Fassbender
 * License      : GNU Public License 2 http://www.gnu.org/licenses/gpl-2.0.html
 *
 *****************************************************************************/
 
#plgBirthdayNameList {
    margin:             0px;
    padding:            0px;
    list-style-type:    none;
}

/* ********************************************************** */
/* CSS Klasse für heutigen Geburtstag                         */
/* ********************************************************** */

#plgBirthdayNameHighlight { 
    color:              #53a351;
}

#plgBirthdayDateHighlight { 
    color:              #53a351;
}

/* ********************************************************** */
/* CSS Klasse für vergangene Geburtstage                      */
/* ********************************************************** */

#plgBirthdayNameHighlightAgo { 
    color:              #d84d1e;
}

#plgBirthdayDateHighlightAgo { 
    color:              #d84d1e;
}

/* ********************************************************** */
/* CSS Klasse für zukünftige Geburtstage                      */
/* ********************************************************** */

#plgBirthdayNameHighlightFuture { 
    color:              #5475ff;
}

#plgBirthdayDateHighlightFuture { 
    color:              #5475ff;
}

#plgBirthdayNameList li { 
    display:            inline;
    text-align:         left;
    float:              none;       /* left : Alles in einer Zeile anzeigen */
    overflow:           hidden;
    padding-bottom:     8px;
    margin-bottom:      3px;
    border-bottom:      1px dashed #d7d7d7;
}



/* Hack, da der IE mit diesem CSS nicht klar kommt */
ul[id]#plgBirthdayNameList li {
    display:              block;
}
