/*
 * post_form.css v1.4.3 -- Cascading Style Sheet for Post Forms
 *
 * Copyright (C) 2003-2004 by Pelin Bali. This program and all
 * other external components it refers to or accesses including
 * text, graphics, audio, design, software, and other works are
 * the copyrighted works of Pelin Bali.
 *
 * All rights reserved.
 *
 * Duplication or distribution of this program or its components
 * without the express written consent of the copyright owner is
 * forbidden.
 *
 * Pelin Bali
 * pelinbali@mindspring.com
 *
 * Last updated on January 6, 2004.
 *
 */

td.field-header {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;

    color: #333366;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 8pt;
    text-transform: none;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    font-style: normal;
}

td.field-header-red {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;

    color: #b62020;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 8pt;
    text-transform: none;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    font-style: normal;
}

td.message {
    /* padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px; */

    color: #b62020;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 8pt;
    font-weight: bold;

    text-transform: none;
    text-align: left;
}

td.trace {
    /* padding-left: 10px;
    padding-right: 10px; */
    padding-top: 10px;
    padding-bottom: 10px;

    color: black;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 8pt;
    font-weight: none;

    text-transform: none;
    text-align: left;
}

td.link {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

    color: black;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 8pt;
    font-weight: none;

    text-transform: none;
    text-align: left;
}

input {
    font-family: Arial, Verdana, "Times New Roman";
    font-size: 9pt;
    font-weight: normal;
}

input.blurred {
    font-family: Arial, Verdana, "Times New Roman";
    font-size: 9pt;
    font-weight: normal;
    background-color: #cccccc;
    color: #000000;
}

select.blurred {
    font-family: Arial, Verdana, "Times New Roman";
    font-size: 9pt;
    font-weight: normal;
    background-color: #cccccc;
    color: #000000;
}

textarea {
    font-family: Arial, Verdana, "Times New Roman";
    font-size: 9pt;
    font-weight: normal;
}
