﻿html, body {
    background-color: #ffffff;
    font-family: 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#content {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    bottom: 0;
}

#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 32px;
    background-color: #579ADD;
    color: white;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}

#headerTitle {
    font-size: 1.1em;
    float: left;
    margin: 0 8px 0 8px;
    color: white;
}

#headerTitle a {
    text-decoration: none;
    color: white;
}

#headerRight {
    position: absolute;
    margin: auto 8px auto 8px;
    right: 0px;
    top: 0px;
    line-height: 32px;
}

#headerDashboardSwitcher {
    font-size: 0.9em;
    text-decoration: none;
    color: white;
}

#headerHelp {
    font-size: 1.1em;
    text-decoration: none;
    color: white;
    padding-left: 15px;
}

.logonForm {
    border: 1px solid #d1d1d1;
    margin: 15px auto;
    padding: 10px 32px 25px 32px;
    width: 300px;
}

.registerForm {
    border: 1px solid #d1d1d1;
    margin: 15px auto;
    padding-right: 32px;
    width: 400px;
}

.errorMessage {
    color: red;
    padding-right: 32px;
}

.gallery-info {
    border-left: 1px solid darkgray;
    margin-left: 5px;
    padding-left: 5px;
}

.gallery-info-title {
    font-size: 1.4em;
    font-weight: bold;
}

.gallery-info-products {
    font-size: 0.9em;
    font-weight: bold;
    color: dimgray;
}
