﻿body, div
{
    font-size: 14px;
}
body
{
    color: #000000;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#divHeadRowA, #divHeadRowB, #divHeadRowC, #divBody, #divFooter, #divCopy
{
    width: 950px;
    margin: 0 auto;
    clear: both;
    margin-top: 2px; /*border: solid 1px #000000;*/
}

/*** Row A ***/
#divHeadRowA
{
}
#divHeadA1, #divHeadA2
{
    height: 100px;
}
#divHeadA1
{
    width: 360px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    background-image: url(Images/logo.png);
    background-repeat: no-repeat;
    float: left;
}
#divHeadA1 a
{
color:#FFFFFF;
text-decoration:none;
}
#divHeadA1 a:hover, #divHeadA1 a.active
{
    text-decoration:underline;
}
#divHeadA2
{
    background-color: #BBBB7A;
    background: url(Images/tunnel.png) no-repeat right;
}
#divHeadA1 strong
{
    font-size: 1.5em;
}
#divHeadA1 p
{
    padding-left: 100px;
}

/*** Row B ***/
#divHeadRowB
{
}
#divHeadB1
{
    height: 100px;
    background: #CE9A01 url(Images/binary.png);
}

/*** Row C ***/
#divHeadRowC
{
    border-top: solid 1px #CE9A01;
    padding-top: 2px;
    display: block;
    background: #FFFFFF;
}
#divHeadCSX, #divHeadCDX
{
    width: 200px; /*margin-bottom: 2px;*/ /*padding-bottom: 2px;*/
    background-color: #D8CDBC;
    border-bottom: solid 2px #8c8a50;
}
#divHeadCSX
{
    float: left;
}
#divHeadCDX
{
    float: right;
}
#divHeadRowC ul
{
    margin-top: 0;
    padding: 0;
    line-height: normal;
}
#divHeadRowC ul li
{
    width: 108px;
    display: inline;
    float: left;
    border-left: dotted 1px #8D8E6D;
    border-right: dotted 1px #8D8E6D;
    list-style: none;
    text-align: center;
}
#divHeadRowC ul li a
{
    font-weight: bold;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    border-bottom: solid 2px #8D8E6D;
    color: #8c8a50;
}

#divHeadRowC ul li a:hover, #divHeadRowC ul li a.active
{
    border-bottom: solid 2px #8c8a50;
}

#divHeadRowC ul li dl
{
    width: 150px;
    background-color: White;
    position: absolute; /*left: 149px; */ /* Set 1px less than menu width */ /*top: 0;*/
    display: none;
    margin: 0;
    padding: 0;
}

#divHeadRowC ul li dl dd
{
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

#divHeadRowC ul li dl dd a
{
}
/* Sub Menu Styles */

#divHeadRowC ul li:hover dl, #divHeadRowC ul li.over dl
{
    display: block;
}
/* The magic */

#imgFace1
{
    float: right;
}
#imgFace2
{
    float: right;
}

/*** Body ***/
#divBody
{
    border-bottom: solid 1px #D8CDBC;
    border-left: solid 1px #D8CDBC;
    border-right: solid 1px #D8CDBC;
}
#divBodySX, #divBodyDX
{
    width: 200px;
    background-color: #f8ffcd;
    border-bottom: solid 1px #D8CDBC;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    font-size: 0.8em;
}
#divBodySX
{
    float: left;
    border-right: solid 1px #D8CDBC;
    margin-right: 10px;
}
#divBodyDX
{
    float: right;
    border-left: solid 1px #D8CDBC;
    margin-left: 10px;
    margin-top: 0px;
}
#divBodySX a
{
    color: #000000;
    text-decoration: none;
}
#divContent
{
    margin-left: 5px;
    margin-right: 5px;
}

#divContent H1
{
    font-size: 1.4em;
}

#divContent H3
{
    font-size: 1.2em;
}
/*** Footer ***/
#divFooter
{
    font-size: 0.8em;
    border-top: solid 2px #8D8E6D;
    border-bottom: solid 2px #8D8E6D;
    background-color: #AFAF8F;
    text-align: center;
    color: #8c8a50;
}
#divFooter a
{
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    color: #8c8a50;
}

/*** Copyright ***/
#divCopy
{
    text-align: center;
    font-size: 0.6em;
}

.section
{
    color: #FFCC00; /*font-size: 1.2em;*/
    display: block;
    border-bottom: solid 2px #D8CDBC;
    margin-left: 3px;
    margin-right: 3px;
}

.title
{
    color: #8D8E6D;
    display: block;
}

/*Error Form*/
.errorCustomError
{
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
}

.errorMessage
{
    font-style: italic;
    font-size: 24px;
}

.errorSource, .errorError
{
    white-space: pre;
    font: 12px Lucida Console;
    line-height: 150%;
    background-color: #e9e9e9;
    padding: 0px 10px;
}

.errorError
{
    color: Red;
}

.errorFile
{
    background-color: #bfccbf;
    font: 12px Lucida Console;
    padding: 4px 0px;
}

.errorMotivation
{
    white-space: pre;
    padding: 5px;
}
