﻿html,
body {
   margin: 0;
   padding: 0;
   height: 100%;
   font-family: Sans-Serif;
   font-size: 10pt;
   -webkit-text-size-adjust: none;
   background-color: #eee;
}

#container {
   min-height: 100%;
   position: relative;
   background-image: url(images/bg-body.png);
   background-repeat: no-repeat;
   background-color: #122f4c;
}

#header {
   background-image: url(images/bg-header.png);
   background-repeat: repeat-x;
   height: 60px;
   border-bottom: 1px solid #4c340a;
}

.headerbanner
{
    position: relative;
    padding-top: 12px;
}

.headerbackon
{
    margin: 0 20px 0 15px;
    visibility: visible;
}

.headerbackoff
{
    margin: 0 20px 0 15px;
    visibility: hidden;
}

#content
{
   padding: 10px 10px 37px 10px; /* Bottom padding = footer height + desired padding */
}

#title
{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    margin: 0 0 10px 0;
}

#display 
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    padding: 10px 8px;
    border: 1px solid #997433;
}

#contentline
{
    border-bottom: 1px solid #bbb;
    margin: 8px -10px;
}

#contentlinedefaultpage
{
    border-bottom: 1px solid #bbb;
    margin: 8px -9px;
}

#applist
{
    font-size: 8pt;
    margin-bottom: 12px;
    text-align: center;
}

#applist a
{
    font-size: 12pt;
}

#applist b
{
    color: Gray;
    font-size: 12pt;
}

#apptitle
{
    font-size: 12pt;
    font-weight: bold;
    float: left;
}

#appdate
{
    font-weight: bold;
    font-size: 8pt;
    color: #808080;
    float: right;
}

#appdesc
{
    font-weight: normal;
}

.shadow { text-shadow: 2px 2px 6px black; }

#footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 29px;   /* Height of the footer */
   background: #4c340a;
   color: #efefef;
   font-family: Sans-Serif;
   font-size: 8pt;
   padding: 0 5px;
}

A:visited { text-decoration: none; color: #00f; }
A:link { text-decoration: none; color: #00f; }
A:hover { text-decoration: none; color: #00f; }
A:active { text-decoration: none; color: #00f; }
