/*------------------------------------------------------------------------*\
  Matt's XOOPS Mods

  Copyright (c) 2003, Matthew Bogosian. All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:

    1. Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the
       distribution.
    3. The name of the author may not be used to endorse or promote
       products derived from this software without specific prior written
       permission.

  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.
\*------------------------------------------------------------------------*/

a
{
    /* Inherited properties */
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
    /* Inherited properties */
    color: #666;
}

a:link
{
    /* Inherited properties */
    color: #b39169;
}

a:hover
{
    /* Inherited properties */
    color: #b39169;
}

a:hover
{
    /* Non inherited properties */
    text-decoration: underline;
}

a:active
{
    /* Inherited properties */
    color: #d6b26b;
}

a img
{
    /* Non inherited bounding properties */
    border: 0px;
}

body
{
    /* Inherited properties */
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#links
{
    /* Non inherited positioning properties */
    float: left;

    /* Non inherited bounding properties */
    padding: 4px;
}

#links a
{
    /* Non inherited positioning properties */
    display: block;

    /* Non inherited bounding properties */
    border-top: 1px solid #ccc;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #ccc;
    padding: 4px;

    /* Non inherited properties */
    background-color: #eee;
}

#links a:hover
{
    /* Non inherited properties */
    background-color: #fff;
}

#links a.sub1
{
    /* Non inherited bounding properties */
    padding-left: 8px;

    /* Inherited properties */
    font-size: 90%;
}

#links a.sub2
{
    /* Non inherited bounding properties */
    padding-left: 12px;

    /* Inherited properties */
    font-size: 80%;
}

#main
{
    /* Non inherited bounding properties */
    margin-left: 200px;
    padding: 0px 8px;
}

.center
{
    /* Inherited properties */
    text-align: center;
}
