
html
{
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body
{
    background-image: url('../../data/web/bgGradient.png');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #353535;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font: normal 100.0% Arial, sans-serif !important;
    color: #000000;
    line-height: 1.0;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.0em;
    margin: 0;
    padding-bottom: 8px;
    letter-spacing: 0;
    border-bottom: 0 !important;
}

ul
{
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

a
{
    border: 3px;
    color: #000000;
}
a:focus
{
    outline: 0px;
}
a:active
{
    outline: 0px;
}
a:visited
{
    outline: 0px;
}
a:hover
{
    color: #114422;
}

#webExpo_view
{
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 81px;
    width: 256px;
    height: 256px;
    margin: 16px;
    padding: 0px;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
}

.loaderBarFrame
{
    background: #333;

    width: 512px;
    height: 32px;

    border-radius: 4px;
    margin: 0 auto;
    padding: 4px;

    display: block;

    /* Drop shadow */
    box-shadow: 8px 8px 15px #000;
}

.loaderBar
{
    background-image: url('../../data/web/barGradient.png');
    background-position: top;
    background-repeat: repeat;

    width: 0px;
    height: 32px;

    border-radius: 4px;
    margin: 0px;
    padding: 0px;

    display: block;
}

.whiteOverlay
{
    position: absolute;

    top: 0px;
    left: 0px;

    margin: 0px;
    padding: 0px;

    width: 100%;
    height: 100%;

    background-color: #606870;
    opacity: 0.80;
    display: block;
}

.gonacl
{
    font-size: 75%;
    background: #333;
    color: #fff;

    width: 256px;
    height: 0px;

    border-radius: 4px 4px 0px 0px;
    margin: 0 auto;
    padding: 16px;
    opacity: 0;

    display: none;

    position: absolute;
    bottom: 0px;
    right: 32px;

    /* Drop shadow */
    box-shadow: 8px 8px 15px #000;
}

.gonacl .closebutton
{
    width: 16px;
    height: 10px;
    background-image: url('../../data/web/close.png');
    background-position: right;
    background-repeat: no-repeat;
    background-color: #333;

    position: absolute;
    top: 0px;
    right: 0px;

    color: #ddd;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;

    margin: 10px;
    padding: 0px;
}

.gonacl a
{
    color: #ada;
}

