﻿body, html
{
    background-color:#222222;
    margin: 0px;
    width: 100%;
    height: 100%;
}



#topbar-container
{
    text-align: center;/*Centers the real topbar.*/
    margin-bottom: 20px;
}

#topbar
{
    display: inline-block;/*Shrinks to fit content.*/
    border: solid 0px #FF0000;
    margin: 0px auto;
    padding: 10px;
    background-color: #CC3333;
}

#topbar-title
{
    font-size: 36pt;
    font-weight: bold;
    margin: 0px auto;
}

#topbar-navs
{
    margin: 5px;
}

.navbtn
{
    font-weight: bold;
    font-size: 16pt;
    margin: 0px;
    padding: 5px;
    border: 1px solid black;
}

.navlink
{
    color: #000000;
    text-decoration: none;
}

.navbtn:hover
{
    border: 5px solid black;
    padding: 1px;
    text-decoration: underline;
}

#js-load-indicator
{
    color: #AA0000;
    font-weight: bold;
    background-color: #FFFFFF
}

#ie-warning
{
    display:none;/*Not using this right now.*/
    color: #AA0000;
    font-weight: bold;
    background-color: #FFFFFF
}



#content
{
    max-width: 1000px;
    min-height: 50em;
    background-color: #EEEEEE;
    margin: 0px auto 15px auto;
    padding: 5px 5px 25px;
}

h1
{
    text-align: center;
    margin: 10px 10px 25px 10px;
    background-color: #CC7777;
    font-size: 32pt;
    padding: 15px 25px;
}

h2{text-align: center; margin: 5px; font-size: 26pt;}

h3{text-align: center; margin: 5px; font-size: 16pt;}

p{font-size: 14pt;}
li{font-size: 14pt;}
td{font-size: 14pt;}

.note{font-style: italic;}

table{border: 2px solid black;}
tr{margin: 0px;}
th{font-size: 14pt; background-color: #CC7777;}
.table-row-odd{}
.table-row-even{background-color: #CCCCCC}

.left{float: left}
.right{float: right}
.nofloat{clear:both}
img.padded{padding: 15px;}
img.big{max-width: 900px; margin: 15px;}
a.bigimg{display: block; text-align: center;}


#validation
{
    margin: 0px auto 25px auto;
    text-align: center;
}


#bottombar
{
    background-color: #CC7777;
    width: 100%;
    text-align: center;
    border-top: solid #FF0000 2px;
    margin: 0px auto 0px auto;
    bottom: 0px;
}

#bottombar-inner
{
    position: static;
    display: inline-block;/*Shrinks to fit content.*/
}

#bottombar-author
{
    margin: 0px 3em 0px;
    font-weight: bold;
    font-size: 12pt;
}

#bottombar-lastupdate
{
    margin: 0px 3em 0px;
    font-weight: normal;
    font-size: 12pt;
}