/*-----------------------------*/
/* PRESENTATION                */
/*-----------------------------*/

body
{
    font-family: Verdana;
    font-size: small;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: Black;
}

html, body
{
    margin: 2px;
    padding: 0;
    height: 100%;
    border: none;
}

div#menu
{
}

div#main
{
    background-color: #363636;
}

div#form
{
    background-color: #0a1a1a;
}

div#content
{
    clear: both;
}

div#logstatus
{
    float: left;
}

div#contact
{
    float: right;
}

div#footer
{
    float: left;
    width: 100%;
    background-color: #232323;
}

A:link
{
    color: #8A170F;
    text-decoration: none;
}
A:visited
{
    color: #8A170F;
    text-decoration: none;
}
A:active
{
    color: #8A170F;
    cursor: hand;
    text-decoration: none;
}
A:hover
{
    color: #DA2D26;
    cursor: hand;
    text-decoration: "underline";
}
A.text
{
    font-size: smaller;
}

div.login-page
{
    width: 500px;
}

table.login-control
{
    margin: 50px auto 20px auto;
}

table.login-control input[type=text], input[type=password]
{
    width: 80px;
}

p
{
    line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #8A170F;
}

input
{
    background-color: Maroon;
    border-color: ThreeDDarkShadow;
}

span input
{
    background-color: Black;
}

select
{
    background-color: #440000;
    color: #eeeeee;
}

select.compact
{
    font-size: smaller;
}

hr
{
    border: 0;
    border-top: 1px solid #8A170F;
    height: 1px;
}

img
{
    border-width: 0;
}

ul
{
    list-style-image: url(Images/bullet.jpg);
    list-style-position: outside;
    list-style-type: disc;
    color: #000000;
    font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
    font-size: large;
    color: #DA2D26;
}

h2
{
    font-family: Verdana;
    font-size: medium;
    margin-top: 30;
    color: #DA2D26;
    margin-bottom: -15;
}

h3
{
    font-family: Verdana;
    font-size: small;
    margin-bottom: -15;
    color: #DA2D26;
    padding-left: 15;
}

h1, h2, h3, h4
{
    margin: 0;
    font-family: Verdana;
}

div.ImageDesc
{
    font-size: smaller;
}

div.ImagePath
{
    font-size: xx-small;
}

div.LinkList
{
    font-size: smaller;
}

span.text
{
    font-size: smaller;
}


/* Tables                      */
/*-----------------------------*/
table
{
    font-size: 1em;
}

table td
{
    vertical-align: top;
}

table.main
{
    width: 100%;
    height: 100%;
    background-color: #363636;
    font-size: 1em;
    font-weight: bold;
}

table.sub
{
    width: 100%;
    background-color: #0a1a1a;
    font-size: 1em;
    font-weight: normal;
}

/* this just doesn't work... */
table.image td
{
    border: 0px;
    cell-padding: 0px;
}

td.logo
{
    text-align: left;
    width: 184px;
}

td.title
{
    text-align: center;
    font-family: verdana;
    font-size: x-large;
    font-weight: bolder;
    color: #FFFFFF;
}

td.menu
{
    background-color: #8A170F;
    width: 184px;
    height: 500px;
    vertical-align: top;
}

td.footer
{
    margin-left: 30;
    font-family: Verdana;
    font-size: xx-small;
    font-weight: normal;
    color: #8A170F;
    text-align: right;
}

#page
{
    margin: 0 auto;
}

.CustomTabStyle .ajax__tab_tab
{
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}

.CustomTabStyle .ajax__tab_active
{
    font-weight: bold;
    background-color: #DDDDFF;
    color: Black;
}

.CustomTabStyle .ajax__tab_hover
{
    background-color: #DDDDFF;
    font-weight: bold;
    color: gray;
}

.CustomTabStyle .ajax__tab_header
{
}

.CustomTabStyle .ajax__tab_outer
{
    border: black 1px solid;
    border-bottom: 0px;
    margin-right: 2px;
}

.CustomTabStyle .ajax__tab_body
{
    padding: 10px;
    border: 1px solid;
}

#overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000;
    opacity: 0.25;
    -moz-opacity: 0.25;
    filter: alpha(opacity=25); /* For IE6&7 */
}

.stdButton
{
    padding: 1px 10px 1px 10px;
    background-color: #8A170F;
    border: 1px solid #888888;
    font-weight: bold;
    font-size: 8pt;
}

.stdButton:hover
{
    background-color: #9A170F;
    color: #333333;
}

.album
{
    width: 100%;
    padding: 4px;
    float: left;
}

.album .imageSingle
{
    float: left;
    margin: 5px;
    border: solid 1px #333;
}

.album .imageSingle .image
{
    width: 150px;
    height: 150px;
    margin: 3px;
}

.album .footer
{
    text-align: center;
    width: 156px;
    border-top: solid 1px #333;
    color: #999;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
}


