@charset "iso-8859-1";

/*
 * General
 */

body {
    background:         white;
}

p {
    text-align:         justify;
}


a .alt {
    display:            none;
}

table {
    width:              100%;
}

th {
    background-color:   black;
    border:             collapse double;
    color:              white;
    padding:            0.5em;
}

tr.header td {
    background-color:   black;
    border:             collapse double;
    color:              white;
    padding:            0.5em;
}

td.money {
    text-align: right;
}

tr.body td {
    border:             double;
    padding:            0.5em;
}

tr td.otherEntryHeader {
    vertical-align:     top;
    width:              100%;
}

tr td.otherEntryHeaderLink {
    background-color:   rgb( 0, 200, 0 );
}

img.borderless {
    border:             none;
}

img.centered {
    display:            block;
    margin-left:        auto;
    margin-right:       auto;
}

img.diary {
    border:             solid thick;
    text-align:         right;
}

div.pictures {
    text-align:         center;
    vertical-align:     middle;
}

div.note {
    font-size:          x-small;
}

em.number {
    color:              red;
    font:               bold;
}

/*
 * Footer
 */
 
table.footer {
    width:              100%;
}

table.footer tr td.left {
    text-align:         left;
}

table.footer tr td.center {
    text-align:         center;
}

table.footer tr td.right {
    text-align:         right;
}

/*
 * Splash screen
 */
#splashLogo {
    position:           absolute;
    background:         url(img/fbergeron.gif);
    width:              575px;
    height:             103px;
    top:                30%;
    left:               50%;
    margin-left:        -288px;
}

#languages {
    position:           absolute;
    top:                60%;
    left:               70%;
    width:              105px;
    margin-left:        -53px;
}

#languages ul li {
    list-style-type:    none;
}

a#french {
    background:         url(fr/img/language.gif);
    display:            block;
    width:              105px;
    height:             25px;
}

a#english {
    background:         url(en/img/language.gif);
    display:            block;
    width:              92px;
    height:             27px;
}
