/*************************************************************************/
/* MailMan style sheet.  Modify these values to control MailMan's        */
/* overall appearance.                                                   */
/*************************************************************************/

/*************************************************************************/
/* These HTML redefinitions are not really intended to apply to anything */
/* and are mainly included just for safety, in case any elements end up  */
/* outside of the domain of the custom tags further down.                */
/*************************************************************************/

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000033;
    background-color: #FFFFFF;
    
    /* This modifies the color on the scroll bars for IE and any other   */
    /* browser that decides to respect this property.  It isn't a        */
    /* standard, and messing with UI elements offends a lot of people.   */
    /* Remove this if you're one of those people.  For more information  */
    /* on why it might *not* be a good idea to do this, look here:       */
    /* http://www.useit.com/                                             */
    scrollbar-base-color: #9999FF;
}

td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000033;
}

.header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000033;
    font-weight: bold;
}

/*************************************************************************/
/* These are usually used for stray text on pages that isn't inclued in  */
/* tables.                                                               */
/*************************************************************************/

.text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000033;
}

.bigText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000033;
}

.tinyText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000033;
}

.textHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000033;
    font-weight: bold;
}

.bigTextHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000033;
    font-weight: bold;
}

/*************************************************************************/
/* This makes HTML form buttons not really look like buttons.  This is   */
/* specifically used on the non-frames message list page, for the page   */
/* indicators.  If you want those buttons to actually look like buttons, */
/* then change this.                                                     */
/*************************************************************************/

.pagebutton
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0000FF;
    background-color: #FFFFFF;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.leftBar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; color: #000033;
    background: #6666FF;
    font-weight: bold;
}

/*************************************************************************/
/* These are the buttons that look like buttons.  You always have the    */
/* option of replacing these buttons with images if you want to really   */
/* customize MailMan, but maintaining an interface built out of image    */
/* buttons is really hard.                                               */
/*************************************************************************/

.button
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000033;
    background: #9999FF;
    border-width: 2px;
    border-color: #CCCCFF #CCCCFF #4444FF #4444FF;
    line-height: normal;
}

/*************************************************************************/
/* This is the table cells that are headers of tables.                   */
/*************************************************************************/

.tableHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; color: #000033;
    background: #9999FF;
    font-weight: bold;
}

/*************************************************************************/
/* This is for table cells that contain content text.                    */
/*************************************************************************/

.tableText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000033;
}

/*************************************************************************/
/* This is used to control the color of the horizontal lines in tables   */
/* that are used as vertical delimiters.                                 */
/*************************************************************************/

.tableLine
{
    background: #000099;
}

/*************************************************************************/
/* This controls the appearance of the really light table cells that are */
/* alternated into tables that display rows of information.              */
/*************************************************************************/

.tableRuleBG
{
    background: #CCCCFF;
}

/*************************************************************************/
/* This controls the appearance of fixed-width characters in some forms. */
/* If you change this then you need to be sure to take a look at the     */
/* effect that this has on the width of textarea boxes like the one on   */
/* the message composition form.  Also note that Netscape 4 will         */
/* disregard this value for textarea boxes, so be sure to also manually  */
/* adjust the size specifically for that broken, sorry excuse for a      */
/* browser by modifying the 'font' tag around the specific textarea in   */
/* question.                                                             */
/*************************************************************************/

.formText
{
    font-family: Courier New, Courier, mono;
    font-size: 11px;
}

/*************************************************************************/
/* Same as the above, but used for boxes where the text can be larger.   */
/*************************************************************************/

.largeFormText
{
    font-family: Courier New, Courier, mono;
    font-size: 12px;
}

/*************************************************************************/
/* The copyright notice at the bottom of each page.                      */
/*************************************************************************/

.copyright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #000033;
}