﻿body 
{
    background-color: #1A2C5E;
    font-family: Arial;
    color: #EEEEEE;
    font-size: 12pt;
}

a, a:hover, a:visited
{
    color: Yellow;    
}

#MainContainer
{
    position: relative;    
}

#Menu
{
    position: relative;
    width: 821px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: Red;    
}

.ButtonMenu
{
    background-color: #FEBA8C;
    border: 1px solid Yellow;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Arial;
    font-size: 14pt;
    text-decoration: none;
    color: #444444;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    width: 100px;
    height: 40px;
    float: left;
    margin-left: 6px;
}

.ButtonLong
{
    width: 200px;
    height: 30px;   
    text-align: center; 
}

.ButtonNormal
{
    background-color: #FEBA8C;
    border: 1px solid Yellow;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Arial;
    font-size: 14pt;
    text-decoration: none;
    color: #444444;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    width: 100px;
    height: 40px;
    margin-left: 6px;    
}

.ErrPanel
{
    position: absolute; 
    width: 400px; 
    border: 2px solid #FEBA8C;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #888888;
    top: 200px; 
    padding: 10px;
    z-index: 50000;
    text-align: center;
}

#loginPanel
{
    position: relative; 
    width: 250px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 200px;
    border 2px solid #FEBA8C;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #666666;
    padding: 10px; 
}

.PageTitle
{
    font-size: 16pt;
    font-weight: bold;  
    margin-bottom: 10px; 
    color: #FEBA8C;
}

.Title
{
    font-weight: bold;    
}

.LittleText
{
    font-size: 12pt; 
    color: #888888;   
}

.Noteprod
{
    position: absolute; 
    width: 460px; 
    height: 20px;
    left: 320px;
    margin-top: -8px; 
    display: none;
    background-color: #666666;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 8px;
}

.ButtonNormalLong
{
    width: 150px;    
}

.ErrorMessage
{
    color: Red;    
}