body, input, td, button, textarea
{
    font-family:
                "Trebuchet MS",
                "Joanna MT",
                "CG Omega",
                "Georgia",
                "Book Antiqua",
                serif;
    font-size: 9pt;
}

input[type=button], input[type=submit], input[type=reset], input[type=file]
{
    font-weight: bold;
}

input[type=text], input[type=password], input[type=file], textarea, select
{
    width: 100%;
}

body
{
    background-color: #ffffdd;
}

/* -----------------------------------------------------------------------
 * TOP SECTION
 * ----------------------------------------------------------------------- */
div#TopSection
{
    border-bottom: 3px ridge red;
}

/* -----------------------------------------------------------------------
 * LOGO
 * ----------------------------------------------------------------------- */
div#Logo a img
{
    border: none;
}

/* -----------------------------------------------------------------------
 * PORTAL
 * ----------------------------------------------------------------------- */
div#Portal td
{
    border-top: solid 1px #bbbbbb;
    border-left: solid 1px #bbbbbb;
    border-bottom: solid 1px #888888;
    border-right: solid 1px #888888;

    font-size: 100%;
    font-weight: bold;
    text-align: center;

    padding: 5px;

    background-image: url(../gfx/buttonbg.jpg);
}

div#Portal a:link
{
    color: #dd4400;
    text-decoration: none;
    font-variant: small-caps;
}

div#Portal a:visited
{
    color: #dd6600;
    text-decoration: none;
    font-variant: small-caps;
}

div#Portal a:hover
{
    color: #883300;
    text-decoration: underline;
    font-variant: small-caps;
}

div#Portal a:active
{
    color: #ff0000;
    text-decoration: none;
    font-variant: small-caps;
}

/* -----------------------------------------------------------------------
 * NAVIGATION
 * ----------------------------------------------------------------------- */
div#Navigation table
{
    background-color: yellow;
    table-layout: fixed;

    height: 75px;
}

div#Navigation td
{
    border-top: solid 1px #bbbbbb;
    border-left: solid 1px #bbbbbb;
    border-bottom: solid 1px #888888;
    border-right: solid 1px #888888;

    font-size: 100%;
    font-weight: bold;
    text-align: center;

    padding: 5px;

    background-image: url(../gfx/buttonbg.jpg);
}

div#Navigation a:link
{
    color: #cc4400;
    text-decoration: none;
    font-variant: small-caps;
}

div#Navigation a:visited
{
    color: #dd6600;
    text-decoration: none;
    font-variant: small-caps;
}

div#Navigation a:hover
{
    color: #883300;
    text-decoration: underline;
    font-variant: small-caps;
}

div#Navigation a:active
{
    color: #ff0000;
    text-decoration: none;
    font-variant: small-caps;
}

#MainMenu
{
    font-size: 10pt;
    font-family: "Joanna MT";
    font-weight: bold;
}

/* -----------------------------------------------------------------------
 * FORMS
 * ----------------------------------------------------------------------- */
div#InputForm th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 120%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#InputForm td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
}

div#InputForm tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
}

div#InputForm table
{
    border: 2px ridge red;
    width: 100%;
}

div#InputForm td.help-text
{
    border-left: 1px dotted red;
    background-color: #ffdd88;
    vertical-align: top;
}

div#InputForm td.help-text p
{
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
}

div#InputForm td div.help-text-header
{
    font-variant: small-caps;
    font-size: 120%;
    display: block;
    background-color: #ddbb66;
    text-align: center;
    padding: 3px;
}

div#InputForm td div.form_separator
{
    font-size: 3px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px dotted red;
}

/* -----------------------------------------------------------------------
 * STATUS INDICATOR
 * ----------------------------------------------------------------------- */
div#StatusIndicator
{
    margin-bottom: 0.5em;
    width: 100%;
}

div#StatusIndicator table
{
    width: 100%;
    border: none;
}

div#StatusIndicator td
{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    padding: 5px;
    font-variant: small-caps;
    color: #000088;
    background-image: url(../gfx/buttonbg.jpg);
    background-repeat: repeat-x;

}

/* --------------------------------------------------------------
 * ERROR MESSAGES
 * -------------------------------------------------------------- */
div#ErrorHeader
{
    font-variant: small-caps;
    font-weight: bold;
    color: #880000;
    padding: 3px;
    background-color: #ffff00;
    border: 1px solid #880000;
    text-align: left;
}

div#ErrorMessage
{
    border: 1px solid #ffff00;
    margin-bottom: 0.5em;
    width: 100%;
    background-color: #880000;
    text-align: left;
}

div#ErrorMessage ul
{
    font-weight: bold;
    color: #ffff00;
}

div#ErrorMessage ol
{
    font-weight: bold;
    color: #ffff00;
}

div#ErrorMessage li
{
    font-weight: bold;
    color: #ffff00;
}

/* -----------------------------------------------------------------------
 * SQL TABLES
 * ----------------------------------------------------------------------- */
div#TableSQLData tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
}

div#TableSQLData th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#TableSQLData thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#TableSQLData td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
}

div#TableSQLData table
{
    border: 2px ridge red;
    width: 100%;
}

div#TableSQLData td a img
{
    border: none;
}

div#TableSQLData th a:link
{
    color: #ffff88;
    text-decoration: none;
}

div#TableSQLData th a:visited
{
    color: #ffff88;
    text-decoration: none;
}

div#TableSQLData th a:hover
{
    color: #ffff88;
    text-decoration: underline;
}

div#TableSQLData th a:active
{
    color: #ffff88;
    text-decoration: none;
}

/* -----------------------------------------------------------------------
 * QUICXTATS
 * ----------------------------------------------------------------------- */
div#AdminStats
{
    text-align: center;
}

div#AdminStats table
{
    width: 75%;
}

div#AdminStats tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
    color: #ffaa44;
}

div#AdminStats th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#AdminStats thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#AdminStats td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
}

div#AdminStats table
{
    border: 2px ridge red;
}

div#AdminStats td a img
{
    border: none;
}

/* -----------------------------------------------------------------------
 * QUICXTATS (USER)
 * ----------------------------------------------------------------------- */
div#UserStats
{
    text-align: center;
}

div#UserStats table
{
    width: 75%;
}

div#UserStats tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
    color: #ffaa44;
}

div#UserStats th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#UserStats thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#UserStats td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
}

div#UserStats table
{
    border: 2px ridge red;
}

div#UserStats td a img
{
    border: none;
}

/* -----------------------------------------------------------------------
 * PROMO TOOLS
 * ----------------------------------------------------------------------- */
div#Promo
{
    text-align: center;
}

div#Promo table
{
    width: 75%;
}

div#Promo tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
    color: #ffaa44;
}

div#Promo th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#Promo thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#Promo td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
    vertical-align: bottom;
}

div#Promo table
{
    border: 2px ridge red;
    width: 100%;
}

div#Promo td a img
{
    border: none;
}

div#Promo h2
{
    font-weight: bold;
    padding: 5px;
    border: 1px solid red;
    background-color: #dddd44;
    text-align: center;
}

div#Promo h3
{
    font-weight: bold;
    padding: 5px;
    border: 1px solid red;
    background-color: #dddd44;
    text-align: center;
}

div#Promo td.promo-header
{
    font-size: 100%;
    font-weight: bold;
    background-color: #ddbb66;
    text-align: center;
    padding: 1px;
}

/* -----------------------------------------------------------------------
 * CATEGORIES (Goodies)
 * ----------------------------------------------------------------------- */
div#Goodies
{
    text-align: center;
}

div#Goodies table
{
    width: 100%;
}

div#Goodies tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
    color: #ffaa44;
}

div#Goodies th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#Goodies thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#Goodies td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
}

div#Goodies table
{
    border: 2px ridge red;
}

div#Goodies td a img
{
    border: none;
}

/* -----------------------------------------------------------------------
 * TOUR
 * ----------------------------------------------------------------------- */
div#Tour
{
    /* width: 100%; */
    text-align: center;
}

div#Tour table
{

}

div#Tour td
{
    padding-left: 05px;
    padding-right: 05px;
    padding-top: 2px;
    padding-bottom: 2px;

    font-weight: bold;

    background-color: #ffffbb;
}

div#Tour th
{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url('../gfx/headbg.jpg');

    font-variant: small-caps;
    color: #ffff88;
}

div#Tour tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: left;
    padding: 5px;
}

/* -----------------------------------------------------------------------
 * ENROLL
 * ----------------------------------------------------------------------- */
h1
{
    font-variant: small-caps;
    color: #aa0000;
    margin-top: 0em;
    margin-bottom: 0em;
}

/* -----------------------------------------------------------------------
 * MESSAGE BOX
 * ----------------------------------------------------------------------- */
div#MsgBox
{
    text-align: center;
}

div#MsgBox thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#MsgBox td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
    text-align: justify;
}

div#MsgBox table
{
    border: 2px ridge red;
    width: 75%;
}

div#MsgBox tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
}

/* -----------------------------------------------------------------------
 * GOODIE DISPLAY
 * ----------------------------------------------------------------------- */
div#Goodie
{
    text-align: center;
}

div#Goodie table
{
    width: 75%;
}

div#Goodie tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
    color: #ffaa44;
}

div#Goodie th
{
    background-color: #dd0000;
    font-size: 100%;
    font-weight: normal;
    color: #ffff88;
    padding: 5px;
}

div#Goodie thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#Goodie td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
    font-weight: bold;
}

div#Goodie td + td
{
    font-weight: normal;
}

div#Goodie table
{
    border: 2px ridge red;
}

div#Goodie td a img
{
    border: none;
}

/* -----------------------------------------------------------------------
 * SHOP WINDOW
 * ----------------------------------------------------------------------- */
div#ShopWindow tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
}

div#ShopWindow th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#ShopWindow thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#ShopWindow td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
}

div#ShopWindow table
{
    border: 2px ridge red;
    width: 100%;
}

div#ShopWindow td a img
{
    border: none;
}

div#ShopWindow th a:link
{
    color: #ffff88;
    text-decoration: none;
}

div#ShopWindow th a:visited
{
    color: #ffff88;
    text-decoration: none;
}

div#ShopWindow th a:hover
{
    color: #ffff88;
    text-decoration: underline;
}

div#ShopWindow th a:active
{
    color: #ffff88;
    text-decoration: none;
}


