
body {
    margin: 0px;
    font-family: Helvetica, arial, verdana, sans-serif;
    background: #BFBFBF;
    color: #000000; 
    font-size: 14pt;
}

a:link, a:visited {
    text-decoration: none;
    color: #000000;
    border: none;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
}

.first {
    background-color: #808080;
}

.second {
    background-color: #ABA9AD;
}

.threads-table {
    width: 98%;
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: auto; 
    margin-right: auto; 
    padding-top: 10px;
}

.threads-table td {
    text-align: left;
    padding: 1px 3px;
}

.threads-table tr:nth-child(odd) {
    background-color: #808080;
}

.threads-table tr:nth-child(even) {
    background-color: #ABA9AD;
}

.threads-table .unread {
    font-weight: bold
}

.threads-table .restricted {
    background-color: #CCCCC !important; 
}

.table-footer {
    width: 100%;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    padding-bottom: 10px;
    font-size: 22px;
}

.bar {
    padding: 3px;
    background-color: #808080;
    font-size: 12pt;
}

.blackbar {
    padding: 3px;
    background-color: #222;
    color: #fff;
    font-size: 12pt;
}

.blackbar a:link, .blackbar a:visited {
    color: #fff;
}

.content {
    padding: 5px;
    background-color: #ABA9AD;
}

.read {
    margin-top: 5px;
    padding: 2px;
    background-color: #9E9E9E;
}

.content a:link, .content a:visited {
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.back {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-table {
    width: 95%;
    margin-left: auto; 
    margin-right: auto;
    padding-top: 10px;
}
.form-table th {
    font-size: 30px; 
}
.form-table input, .form-table textarea, .form-table button {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
}
.form-table select {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.form-table input[type=submit], .form-table button {
    font-size: 24px !important;
}
.form-table .form-title {
    font-size: 22px;
}

.header-table {
    width: 98%; 
    margin-left: auto; 
    margin-right: auto;
}

.header-table span {
    padding-right: 8px;
}

.header-table td:last-child {
    text-align: right;
}

.list-divider {
    margin-top: 20px;
    border-top: 4px solid black;
    padding-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.list-table {
    width: 95%; 
    margin-left: auto; 
    margin-right: auto; 
    padding-top: 10px;
    border-collapse: separate;
    border-spacing: 0px;
    padding-bottom: 10px;
}

.list-table th {
    width: 100%; 
    text-align: center;
    padding-top: 5px;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}

.list-table td {
    font-size: 24px; 
    text-align: center; 
    padding: 8px;
}

.list-table tr:nth-child(odd) td {
    background-color: #808080;
}

.list-table tr:nth-child(even) td {
    background-color: #ABA9AD;
}

.calendar-table {
    width: 95%;
    margin-left: auto; 
    margin-right: auto; 
    border-collapse: separate;
    border-spacing: 0px;
}

.calendar-table td {
    padding: 0px;
}

.calendar-table tr:first-child td {
    font-size: 16px;
}

.calendar-table tr:last-child td {
    font-size: 24px;
}

.calendar-table td {
    background-color: transparent !important;
}

.album-table {
    width: 95%;
    margin-left: auto; 
    margin-right: auto; 
    border-collapse: separate;
    border-spacing: 0px;
    padding-top: 5px;
}

.album-table th {
    text-align: center;
}

.short-link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 350px;
    display: inline-block;
}