﻿#page
{
    width: 960px;
    min-height: 600px;
    background: #fff;
    position: relative;
    margin: 1.5em auto 1.5em auto;
}

#page #header
{
    width: 100%;
    border-collapse: collapse;
}

#page #header #navigation
{
    height: 25px;
    background-color: #EDEDED;
}

#page #header #navigation #topLeft
{
    width: 70%;
    float: left;
}

#page #header #navigation #topRight
{
    width: 30%;
    float: right;
    text-align: right;
}

#page #header #navigation ul, #page #footer ul
{
    list-style: none;
    margin-top: 6px;
    margin-left: -30px;
}

#page #header #navigation ul li, #page #footer ul li
{
    float: left;
    font-size: 0.8em;
    padding-left: 15px;
    text-transform: uppercase;
}

#page #header #navigation ul li a, #page #footer ul li a
{
    width: 100%;
    color: #8E8E8E;
}

#page #header #images
{
    height: 85px;
}

#page #header #images #siteName
{
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}

#page #header #images #lipperLogo
{
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

#page #content
{
    height: 100%;
}

#page #clearFooter
{
    clear: both;
    height: 25px;
}

#page #footer
{
    width: 100%;
    bottom: 0px;
    height: 25px;
    position: absolute;
    background-color: #EEE;
}

#version
{
    width: 100%;
    text-align: right;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    padding-top: 15px;
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers