﻿body
{
    /*background: #2B2B4B;*/
    background: #FFFFFF;
}

#mainLayout
{
    position: absolute;
    width: 1024px;
    top: 0;
    left: 0;
    right: 49px;
    margin: auto;
    height: 100%;
}
#footerContent 
{
    position: fixed;
    bottom: 0;
    width: inherit;
}    
#footerContent p 
{
    text-align: center;
}
#footerContent a, a:visited, a:hover a:active 
{
    text-decoration: none;
    color: #5D5F60;
    font-weight: bold;
    font-size: 11pt;
}
#leftHalfLogo
{
    float: left;
    padding-right: 10px;
}

#leftHalf
{
    height: 100%;
    float: left;
    width: auto;
    text-align: right;
}

.contentPadding
{
    padding-top: 70px;
    padding-right: 10px;
}

#Content
{
    margin-top: 10px;
    padding-top: 5px;
    padding-left:5px;
    text-align: left;
    /*color: #A6A8AB;*/
    color: #5D5F60;
    font-weight: bold;
    font-size: 12pt;
    width: 520px;
    height: 500px;
    overflow: auto;
}

#rightHalf
{
    height: 100%;
    float: left;
    width: auto;
    padding-top: 10px;
}

.languageSelection
{
    text-align: right;
    padding-top: 10px;
    padding-right: 80px;
}

/*.languageSelection a:visited, a:active, a:link, a:focus
{
    text-decoration: none;
    background-color: transparent;
    border-style: none;
}*/

#menu
{
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}

.imgLinks
{
    cursor: pointer;
}

a.langLink
{
    text-decoration: none;
    color: transparent;
    background: transparent;
}

h1
{
    color: #BBAED5;
    font-size: 18pt;
}

h2
{
    color: #BBAED5;
    font-size: 16pt;
}

h3
{
    color: #BBAED5;
    font-size: 14pt;
}

.scroll-pane
{
    width: 100%;
    height: 500px;
    overflow: auto;
    
}

.horizontal-only
{
    height: auto;
	max-height: 200px;
}