/* Style to accompany the default html wrapper file for True-A-Day. */
/*** TABLE related classes */

.tadTable /* table as a whole. */
{
    width: 45%;
    border-collapse: collapse;
}

.tadTd /* center (story) cell */
{
    font-family: 'Times New Roman' , Serif;
    font-size: small;
    background-color: #F5F5DC;
    padding: 4px;
    text-align: justify;       /* IE defaults to this, others may inherrit something else */
}
.tadHeader /* top and bottom cells containing Header/Title and Footer/Subscribe info. */
{
    font-family: Verdana, Sans-Serif;
    background-color: #add8e6;
    text-align: center;
}

/*** Paragraph related classes */

.tadAuthor /* the "by Randy Cassingham" line in the top cell. */
{
    font-size: small;
    line-height: normal;
    margin: 0px;
}
.tadTitle
{
    font-weight: bold;
    font-size: large;
    font-style: italic;
    margin: 0px;
    line-height: normal;
}
.tadSubscribe /* The "Subscribe Free" line */
{
    font-size: medium;
    font-weight: bold;
    font-style: italic;
    margin: 0px;
}
.tadText /* The text in headers ... such as "Visit True" in the bottom cell. */
{
    font-size: x-small;
    margin: 0px;
}
.tadVisit /* The text immediately underneath the form in the bottom cell */
{
    margin: 0px;
    text-align: center;
}

.tadTrueLink /* the links that appear in the bottom cell */
{
    font-size: x-small;
}

/*** SPAN related classes */

.tadReg /* registered tradmark charater in title - within tadTitle*/
{
    font-size: smaller;
    vertical-align: super;
}
.tadCopyright /* the (C) and Date */
{
    margin: 0px;
    font-size: smaller;
}

/*** FORM related classes */

.tadForm /* The form itself */
{
    margin: 0px;
}

/*** Styles used by the included story */

.tadP /* Typically story is wrapped in one <p> */
{
    margin-top: 0px;                /* IE assumes, other's have space */
}
.tadSlug /* Paragraph containing the story slug */
{
    font-weight: bold;
}
.tadBody /* Paragraph containing the story body */
{
}
.tadStoryTitle /* SPAN containing the story slug */
{
    font-weight: bold;
}
.tadStoryComment /* SPAN containing the "tagline" */
{
    font-style: italic;
}
.tadInStoryLink /* <A> used in any in-story links */
{
}
