input[type="hidden"] {
    display: none;
}

.datatable {
    border-collapse: collapse;
    min-width: 50%;
    clear: both;
}

.datatable a:visited,
.datatable a {
    color: black;
    text-decoration: none;
}

.datatable td {
    padding: 0.2em 0.6em;
}

.datatable td.control {
    padding: 0.2em 0.05em;
    width: 1em;
}

.datatable td.due {
    white-space: nowrap;
}

.datatable thead tr {
    background-color: #7d98b8;
    color: white;
}

.datatable thead td {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

.datatable tbody .empty td {
    font-style: italic;
}

.datatable img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

.datatable tr {
    vertical-align: top;
}

.datatable .odd {
    background-color: #eeeeee;
}

.datatable .even {
    background-color: #eeeeee;
}

.datatable .ruled {
    background-color: #afcbeb;
}

.datatable a {
    display: block;
    width: 100%;
}

.datatable td.delete {
    padding: 0.45em 0.2em 0 0.3em;
}

.datatable .delete a {
    text-decoration: none;
    color: white;
    background-color: red;
    text-align: center;
    padding: 0;
    font-family: webdings;
    font-weight: bold;
    font-size: 70%;
    width: 1.1em;
    line-height: 1.1em;
}

h2.title {
    margin-bottom: 0;
    padding-bottom: 0;
}

h2.title a {
    font-size: 55%;
    font-weight: normal;
}

body {
    font-size: 105%;
}

#ft {
    font-size: 0.85em;
    text-align: center;
    margin-top: 2em;
}

#help_link {
    font-size: 0.4em;
}

.help {
    background-color: #cceecc;
    border: 3px solid #609960;
    padding: 0.5em 1em;
    clear: both;
}

#new_link {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.25em;
}

#new_link + .datatable {
    margin-top: 0;
}
