﻿html
{
    text-align:center;
    background-color: #EAEAEA;
    height: 100%;
}

body
{
    left: 50%;
    width: 990px;
    margin: 0 auto;
    background-color: #FFFFFF;
    font-family: Corbel, Verdana;
    font-size: 100%;
    color: #666666;

}

.GridHeader
{
    background-color: #E0E1BE;
}

.GridAltItem
{
    background-color: #E0E0D0;
    
}
.GridSelItem
{
    background-color: #dfc261;
    font-weight: bold;
}

a
{
    color: #666666;
}

a:hover
{
    text-decoration: underline;
    color: #FF6600;
}

a:visited
{
    color: #666666;
}

.pnlHeader
{
    padding: 3px;
    position: relative;
    width: 984px;
    text-align: left;
    background-color: #FFFFFF;
}

.lnkLogo
{
    float: left;
}

.pnlLanguages
{
    padding: 3px;
    position: relative;
    float: right;
    font-size: 1.2em;
    width: 125px;
}

.pnlLogin
{
    padding: 3px;
    position: relative;
    float: right;
    clear: right;
}

.pnlBackoffice
{
    padding: 3px;
    position: relative;
    width: 100px;
    float: right;
    font-size: 1.2em;
}

.pnlNavigation
{
    margin: 3px;
    position: relative;
    text-align: left;
    width: 984px;
    clear: both;
    background-color: #EFEFEF;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pnlContent
{
    padding: 3px;
    position: relative;
    text-align: left;
    background-color: #FFFFFF;
    width: 974px;
    height: 2000px;
}

.pnlBody
{
    width: 974px;
    position: relative;
    float: left;
}

.pnlBodyWithPnlRight
{
    width: 625px;
    position: relative;
    float: left;
}

.pnlRight
{
    padding: 3px;
    position: relative;
    float: right;
    clear: right;
    width: 325px;
    margin-top: 225px;
    text-align: center;
}


.pnlFooter
{
    position: relative;
    bottom: 0px;
    font-size: 0.90em;
    width: 980px;
    text-align: center;
    margin-top: 12px;
    clear: both;
}

.pnlYoutube
{
    padding: 5px;
}


.pnlFlickr
{
    padding: 5px;
}

.Title
{
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
}

.RightAlign
{
    text-align: right;
}

.Padding3
{
    padding: 3px;
    display: block;
}

