﻿html
{
    height: 100%;
}

body 
{
    height: 100%;
    margin: 0px;
    text-shadow:2px 2px 2px #CCCCCC;
    overflow-y: hidden;
}

.back
{
    background-image:url('refresh.png');
    background-color: White;
    width: 100%;
    height: 100%;
}

.headerbar
{
    background-color: #A8A8A8;
    font-family:"Trebuchet MS","Arial";
    font-size: 28px;
    color: White;
    box-shadow:inset 0 0 5px rgba(0, 0, 0, 1);
}

.ErrorPanel
{
    background-color: White;
    margin-top: 30px;
    border-radius: 5px;
    font-family:"Century Gothic","Trebuchet MS","Arial";
    width: 75%;
    margin-left:auto;
    margin-right: auto;
    border: 1px solid grey;
    min-with: 750px;
    max-with: 1500px;
    padding: 20px;
}

.Error
{
    color: Red;
    text-shadow:2px 2px 2px #7F0000;
}
