#main_table
{
    width               : 90%;
    height              : 100%;
    margin-left         : auto;
    margin-right        : auto;
    vertical-align      : top;
    border              : 1px solid #191977;
    border-collapse     : collapse;
}

#header_cell
{
    text-align          : center;
    vertical-align      : center;
    padding-top         : 20px;
    border-bottom       : 1px solid #191977;
    background-color    : #a0f0ff;
}

#header_text
{
    text-shadow         : 0 0 1px #ff0000;
    font-family         : "Verdana", Sans-serif;
    color               : #191977;
}

#menu_content_row
{
    height              : 100%;
}

#menu_cell
{
    width               : 150px;
    vertical-align      : top;
    border-right        : 1px solid #191977;
    border-bottom       : 1px solid #191977;
    background-color    : #a0f0ff;
    padding-top         : 20px;
    padding-left        : 20px;
}

#menu_list
{
    font-family         : "Verdana", Sans-serif;
    font-size           : 115%;
}

#content_cell
{
    padding-top         : 20px;
    padding-left        : 20px;
    border-bottom       : 1px solid #191977;
    background-color    : #ccffff;
}

#footer_cell
{

    font-family         : "Verdana", Sans-serif;
    background-color    : lightgray;
}

#footer_items_table
{
    font-size           : 50%;
}

.navigation
{
    font-family         : "Verdana", Sans-serif;
    text-align          : center;
    font-size           : 85%;
}

.mail
{
    font-family         : monospace;
    white-space         : pre;
    background-color    : #ebffff;
    font-size           : 12px;
}

table.content, .content th, .content td
{
    border              : 1px solid #a0f0ff;
    border-collapse     : collapse;
    padding             : 2px 7px 2px 7px;
}

h3.menu
{
    font-family         : "Verdana", Sans-serif;
    color               : #191977;
    font-size           : 115%;
}

a:link.content
{
    color               : #0000ff;
    text-decoration     : none;
}

a:visited.content
{
    color               : #1919bb;
    text-decoration     : none;
}

a:link.navigation, a:visited.navigation
{
    color               : #8866ff;
    text-decoration     : underline;
}

a:link.menu, a:visited.menu
{
    color               : black;
}

a:active.menu
{
    color               :#191977;
}

a:hover.menu
{
    background-color    : #ccffff;
    text-decoration     : none;
}

a:hover.content
{
    background-color    : #a0f0ff;
    text-decoration     : none;
}

a.menu
{
    text-decoration     : none;
}

.content_text
{
    font-size           : 80%;
    font-family         : "Verdana", Sans-serif;
}

body
{
    background-image    : url("notebook.jpg");
}




.lightbox
{
    position            : fixed;
    top                 : 0%;
    left                : 0%;
    width               : 100%;
    height              : 100%;
    background          : rgba(25, 25, 119, .7);
}

.lightbox_table
{
    width               : 100%;
    height              : 100%;
    border              : 3px solid black;
    border-collapse     : collapse;
}

.lightbox_table_cell
{
    border              : 3px solid black;
    vertical-align      : middle;
}

.lightbox_image
{
    height              : 80%;
    width               : 80%;
    border              : 3px solid black;
}

.lightbox_thumb
{
    width               : 120px;
    height              : 100px;
    border              : 1px solid black;
}
