@import "common.css";

/*************************   Things Macintosh Styles   *************************/


A {  /* Links */
    font-family:  Skia, "Optima", "Lucida Grande", verdana, "avant garde", arial, sans-serif;
    vertical-align: middle;
    text-decoration: none;
}

/*
    font-size: 100%;
    font-size: medium;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    font-size: 130%;
*/

th {  /* Table header text */
    text-align: center;
    font-family:  "Handwriting - Dakota", "Bradley Hand ITC TT", Chalkboard, cursive, "Lucida Grande", verdana, "avant garde", arial, sans-serif;
    font-size: large;
    color: #888;
}


td {  /* Table text */
    text-align: left;
    font-family:  "Times New Roman", "Baskerville", "Palatino", serif;
    font-size: medium;
    color: #674;
}


ul {
    list-style-type: circle;
}

li.square {
    list-style-type: square;
}

li.circle {
    list-style-type: circle;
}

li.disc {
    list-style-type: disc;
}

.sherlock {  /* Sherlock Plug-in link text */
    font-size: smaller;
    font-weight: normal;
    text-decoration:  underline;
}


li.macOSX {  /* Brown Disc List Item bullets and comment text */
    color: purple;
    list-style: disc;
    font-family:  "Baskerville", "Times New Roman", "Palatino", serif;
}

.titleText {  /* Page Header text */
    font-family:  "Optima", "Lucida Grande", textile, verdana, "avant garde", arial, sans-serif;
    font-size: 24pt;
    text-align: center;
    vertical-align: middle;
    color: #666;
}

.thingsMac {  /* Things Macintosh text */
    font-family:  "Papyrus", "Herculanum", "AppleGaramond Bk", "avant garde", fantasy;
    color: red;
    font-style: normal;
    font-weight: normal;
}

.reportExpired {  /* Other Things Mac page links */
    font-family:  "Lucida Grande", "American Typewriter", serif;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
    color: green;
    font-weight: normal;
}

.reportExpired:hover A {  /* Other Things Mac page links */
    margin:  0;
    border-top: 1px solid teal;
    border-bottom: 1px solid teal;
}

.smallCaps {  /* For slightly smaller text */
    font-size: 92%;
}

.secondLine {  /* Primarily for second line title text */
    font-size: 80%;
}

.seeAlso {  /* "see also" text */
    font-family:  "Trebuchet MS", "Copperplate", "American Typewriter", "Lucida Grande", serif;
    color: red;
}


.newsGroup:link {  /* Newsgroup links */
    font-family:  MPW, monaco, monospace;
    font-size: smaller;
    color: brown;
    font-weight: normal;
}

.newsGroup {  /* Newsgroup bullets */
    font-family:  Helvetica, arial, sans-serif;
    color: brown;
    list-style: disc;
}

.brownDisc {  /* Brown Disc List Item bullets */
    font-family:  Helvetica, arial, sans-serif;
    color: brown;
    list-style: disc;
}

.greyDisc {  /* Grey Disc List Item bullets */
    font-family:  Helvetica, arial, sans-serif;
    color: gray;
    list-style: disc;
}

