* {
    font-family: Arial, sans-serif;
}

body, th, td {
    font-size: 10pt;
    background-image:url('images/fonas.gif');
}

a, a:visited {
    color: #204a87;
}

#toplinks {
    float: right;
}

noscript {
    font-size: 200%;
    color: red;
    text-align: center;
}

#calendar {
    border-collapse: collapse;
}

#calendar td,
#calendar th {
    padding: 0.2em;
    border: 1px solid #555753;
}

#calendar tr.subtitle td {
    font-style: italic;
    font-weight: bold;
    color: #555753;
    height: 1em;
}

#calendar th,
#calendar td {
    vertical-align: top;
    width: 14%;
    
}

#calendar #weekly {
    background-color: #eeeeec;
}

#calendar td dl dt {
    display: inline;
    
    color: #204a87;
    float: left;
    clear: left;
    
    font-size: 8pt;
    font-weight: bold;
}

#calendar td dl dd {
    font-size: 8pt;
}

#calendar td dl dd {
    
}

/* --- */

#days tr {
    height: 6em;
}

#days tr.subtitle {
    height: 1em;
}

#days tr td.day_event {
    /* background-color: #eee; */
    border: 2px solid #babdb6;
}

#days tr td.day_event span.date {
    background-color: #babdb6;
}

#days tr td span.title {
    color: #555753;
    font-weight: bold;
    font-size: 9pt;
}

#days tr td span.date {
    float: right;
    width: 2em;
    text-align: center;
    background-color: #eeeeec;
    font-weight: bold;
    font-size: 8pt;
}

/* liturgical colours: */
#days tr td.yellow dl dt {  color: #c4a000; }
#days tr td.green dl dt {   color: #4e9a06; }
#days tr td.red dl dt {     color: #c00; }
#days tr td.magenta dl dt { color: #75507b; }

#days tr td.yellow span.title {  color: #c4a000; }
#days tr td.green span.title {   color: #4e9a06; }
#days tr td.red span.title {     color: #c00; }
#days tr td.magenta span.title { color: #75507b; }

#days tr td.yellow span.date {  background-color: #fce94f; }
#days tr td.green span.date {   background-color: #8ae234; }
#days tr td.red span.date {     background-color: #ef2929; }
#days tr td.magenta span.date { background-color: #ad7fa8; }

#calendar tr td dl dd.important {
    font-weight: bold;
    /*font-style: italic;*/
}
