/*
 * $Id: stylesheet.css.in.dist,v 1.2 2002/08/26 20:55:33 ehood Exp $
 * Main stylesheet for MHArc archives.
 * NOTE: The .in template version of this file should be edited
 *	 if any changes are desired.  Then re-run the configure
 *	 script to have changes applied.
 */
/**********************************************************************
 *  General Styles
 */
body {
    background-color: #DDD;
    color: black;
    text-align: left
    }
.listTitle {
    font-size: larger;
    background-color: #FEC;
    padding: 0.25em;
    border-style: solid;
    border-width: thin;
    border-color: black
    }
div.metaIdxNav {
    text-align: center;
    font-size: smaller
    }
div.idxTitle {
    text-align: center;
    margin-bottom: 0.5em
    }
.periodLink {
    background-color: #CEF;
    padding: 0.25em;
    border-style: solid;
    border-width: thin;
    border-color: black
    }
.iaText {
    color: #888
    }
/**********************************************************************
 *  All Lists Index
 */
table.archiveLists {
    color: #EEE;
    background: black
    }
table.archiveLists * th {
    background: #FEC;
    color: black
    }
table.archiveLists * td {
    background: #CEF;
    color: black
    }
.listName {
    font-weight: bold
    }
.infoLink {
    font-weight: normal
    }
/**********************************************************************
 *  Date Index Styles
 */
div.dayGroup {
    background-color: #EEE;
    padding: 0.5em;
    margin-bottom: 0.5em;
    border-style: solid;
    border-width: thin;
    border-color: black
    }
div.dayGroup > ul {
    margin-top: 0;
    margin-bottom: 0
    }
/**********************************************************************
 *  Thread Index Styles
 */
div.threadList > ul {
    margin: 0.5em;
    padding-left: 1em
    }
div.threadGroup {
    background-color: #EEE;
    padding: 0.5em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    border-style: solid;
    border-width: thin;
    border-color: black
    }
div.threadGroup > ul {
    margin-top: 0;
    margin-bottom: 0
    }
/**********************************************************************
 *  Message Page Styles
 */
div.msgTitle {
    text-align: center;
    margin-bottom: 0.5em
    }
div.msgSubject h2 {
    margin-top: 0.25em;
    margin-bottom: 0.25em
    }
div.msgLinks {
    margin-left: 1em;
    margin-right: 1em
    }
div.msgLinks > table * td {
    font-size: smaller
    }
div.topLinks {
    text-align: center
    }
.topDateNav {
    background-color: #CEF;
    padding: 0.25em;
    border-style: solid;
    border-width: thin;
    border-color: black
    }
.topThreadNav {
    background-color: #CEF;
    padding: 0.25em;
    border-style: solid;
    border-width: thin;
    border-color: black
    }
div.msgHead {
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
div.msgHead > table {
    background-color: #FEC;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-style: solid;
    border-width: thin;
    border-color: black;
    width: 100%;
    border-spacing: 0
    }
div.msgBody {
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
div.msgBody > table {
    background-color: #EEE;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-style: solid;
    border-width: thin;
    border-color: black
    }
div.tSlice {
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
div.tSlice table {
    background-color: black
    }
div.tSlice * td {
    background-color: #CEF
    }
div.tSlice * th {
    background-color: #FEC
    }
tr.tSliceList td {
    background-color: #DDD
    }
.sliceCur {
    background-color: #CCC
    }
div.botLinks > table {
    background-color: #FEC;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-style: solid;
    border-width: thin;
    border-color: black;
    border-spacing: 0
    }