h1 {
    font-family: 'Lucida Calligraphy';
}

h1, h2 {
    text-align: center;
}

a, a:visited {
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.ref {
    border-bottom: 1px dotted #0000FF;
}

a.ref:hover {
    text-decoration: none;
}

h1 a, h1 a:visited, h1 a:hover {
    color: black;
    text-decoration: none;
}

#login {
    border: none;
    margin: 100px auto 0 auto;
}

#log {
    width: 100%;
    clear: both;
    border-collapse: collapse;
}

#log td {
    border: 1px solid black;
    padding: 6px;
}

#log td.day {
    font-family: 'Harrington';
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
}

#log td.entryId {
    color: #808080;
    font-style: italic;
    text-align: center;
    vertical-align: top;
}

#log td.entry {
    font-family: 'Lucida Calligraphy';
    font-size: 14px;
}

#log td.entry.prio0 {
    color: #808080;
}

#log td.entry.prio2 {
    color: #F00000;
}

#log td.entry.prio3 {
    color: #A00000;
    background-color: #A0FFA0;
}

span.day {
    font-family: 'Harrington';
    font-weight: bold;
    font-size: 20px;
}

span.entryId {
    color: #808080;
    font-style: italic;
}

span.category {
    font-size: 0.8em;
    font-style: italic;
    line-height: 2em;
}

p.entry, span.entry {
    font-family: 'Lucida Calligraphy';
    font-size: 14px;
}

form td.label {
    font-family: 'Harrington';
    font-size: 20px;
    vertical-align: top;
}

input, textarea, select {
    border: 1px solid #C0C0C0;
    background-color: #FFFFE0;
}

textarea {
    font-family: 'Lucida Calligraphy';
    font-size: 14px;
    padding: 2px;
}

.error {
    color: #FF0000;
}

#refInfoDiv {
    position: absolute;
    border: 1px dotted black;
    background-color: #FFFFE0;
    padding: 5px;
    max-width: 600px;
}

.suggestionList {
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid black;
    background-color: white;
}

.suggestionList li {
    padding: 0.1em 0.2em;
    font-size: 0.9em;
    cursor: default;
}

.suggestionList li.selected {
    background-color: #FFD070;
}