@charset "utf-8";

/***** MAIN STUFF *****/

html
{
    background: #EEE;
}

body
{
    background: #EEE url( 'img/wire.jpg' ) bottom left repeat-x;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4
{
    font: 1em verdana, arial, sans-serif;
    font-weight: bold;
    color: #900;
    margin: 0;
    padding: 0 10px;
}

h1
{
    text-align:right;
    height: 30px;
    font-size: 18px;
    padding: 5px;
    position:absolute;
}

h2
{
    color: black;
    font-size: 18px;
    margin: 125px 0 0 225px;
    padding: 2px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: #DDD;
}

h3
{
    text-align: center;
    font-size: 125%;
    font-weight: normal;
    padding: 0;
}

h4
{
    font-weight: bold;
    font-size: 100%;
    padding: 10px 0 5px 0;
}

p
{
    padding: 0;
    margin: 10px 0;
}

#text p:hover, #text li:hover, #text label:hover
{
    color: #700;
}

/***** LINKS *****/

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.top, a.back
{
    padding: 0 10px 0 15px;
    font-weight: bold;
}

a.top
{
    background: url( 'img/top.png' ) no-repeat;
    float: right;
}

a.back
{
    font-size: 85%;
    background: url( 'img/back.png' ) no-repeat;
}

h4 a.top
{
    font-size: 80%;
    background: url( 'img/top.png' ) no-repeat;
    padding: 0 10px 0 15px;
    float: right;
    font-weight: bold;
}

/***** TABLES *****/

table.bw
{
    font-size: 90%;
    margin: 5px 0;
}

table.bw td
{
    padding: 0 5px;
}

table.bw tr.odd
{
    background-color: #DDD;
}

table.bw tr.even
{
    background-color: #EEE;
}

/***** LISTS *****/

ul.terms
{
    margin: 0;
    padding: 0;
}

ul.terms li
{
    list-style: none;
    float: left;
    width: 33%;
    margin: 0;
    padding: 5px 0;
}

/***** CONTAINERS *****/

#page
{
    font: 1em verdana, arial, sans-serif;
    margin: 0 auto;
    width: 800px;
    border: 1px solid #000;
    background: #FBFBFB url( 'img/header.jpg' ) no-repeat;
}

#menu
{
    background: black url( 'img/header.jpg' ) no-repeat 0 -20px;
    float: left;
    width: 256px;
    margin: 20px 13px 10px 0;
    font-size: 80%;
}

#text
{
    font-size: 95%;
    line-height: 130%;
    padding: 15px 15px 0 15px;
}

#footer
{
    background: url( 'img/footer.png' ) bottom right no-repeat;
    font-size: 75%;
    text-align: center;
    padding: 0 15px;
    display: block;
    height: 70px;
}

/***** MAIN MENU *****/

#menu ul
{
    color: white;
    margin: 0;
    padding: 8px;
}

#menu ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li p
{
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0;
}

#menu ul li ul
{
    margin: 0;
    padding: 0 0 0 10px;
}

#menu ul li a
{
    color: white;
    margin: 0;
    padding: 0;
}

#menu ul li a:visited
{
    color: #EFDAFF;
    margin: 0;
}

#menu ul li a:hover
{
    color: white;
    background-color: #06E;
}

#menu ul li a#here
{
    color: white;
    font-weight: bold;
    cursor: default;
    background-color: #06E;
    text-decoration: underline;
}

li.home, li.write, li.calendar, li.book
{
    font-variant: small-caps;
}

#menu ul li.home
{
    list-style: url( 'img/home.png' ) inside;
}

#menu ul li.write
{
    list-style: url( 'img/write.png' ) inside;
}

#menu ul li.calendar
{
    list-style: url( 'img/calendar.png' ) inside;
}

#menu ul li.book
{
    list-style: url( 'img/book.png' ) inside;
}

ul#secMenu
{
    border-bottom: 1px dashed black;
    border-top: 1px dashed black;
    margin: 5px 0;
    padding: 0;
}

ul#secMenu li
{
    list-style: none;
    line-height: 100%;
    margin: 0;
    padding: 3px 0;
}

/***** FOOTER *****/

#footer p
{
    color: #900;
    background-color: #EEE;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0 0 0 15px;
    height: 60px;
    border: 1px solid black;
}

#footer a img
{
    float: left;
    border: 1px solid black;
}

/***** OTHERS *****/

#text img
{
    padding: 0;
    margin: 0;
    border: 1px solid #010;
}

#text img
{
    float: right;
    margin: 10px 0 5px 5px;
}

.error
{
    font-size: 85%;
    font-weight: bold;
    color: red;
}

.nodisplay
{
    display: none;
}

.strong
{
    font-weight: bold;
}

.small
{
    font-size: 85%;
    color: #666;
}

.dialogue
{
    margin-left: 10px;
    font-style: italic;
|