﻿body
{
}
.HeadLabel
{
    font-family: Verdana;
    font-size: small;
    text-decoration: none;
}
.BoldLabel
{
    font-family: Verdana;
    font-size: small;
    text-decoration: none;
    font-weight: bold;
}
.SmallHeader
{
    font-family: Verdana;
    font-size: x-small;
    text-decoration: none;
    font-weight: bold;
    color: Maroon;
}
.Titulo
{
    font-family: Verdana;
    font-size: large;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.Label
{
    font-family: Verdana;
    font-size: x-small;
    text-decoration: none;
}
.TextBox
{
    height: 12px;
    font-family: Verdana;
    font-size: x-small;
    text-decoration: none;
}
.Bold
{
    font-weight: bold;
}
.Section
{
    font-family: Verdana;
    font-size: small;
    text-decoration: none;
    color: Maroon;
    background-color: #dcdcdc;
    font-weight: bold;
}
.Welcome
{
    font-family: Verdana;
    font-weight: bold;
    color: #002878;
    font-size: 18px;
}

.Login
{
    font-family: Verdana;
    font-weight: bold;
    color: #002878;
    font-size: 12px;
}
.UserPwd
{
    font-family: Verdana;
    font-weight: bold;
    color: #002878;
    font-size: 11px;
}

.Contact
{
    font-family: Verdana;
    font-weight: bold;
    color: #dc291e;
    font-size: 1.4em;
}

.Mail
{
    font-family: Verdana;
    color: #002878;
    font-size: 0.8em;
}

.LoginButton
{
    float: right;
    display: block;
    min-width: 54px;
    height: 28px;
    font-size: medium;
    font-weight: bold;
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    background: transparent url('App_Themes/EsReproStyles/Images/bg_button_a.gif') 100% 0 no-repeat;
    border: 0;
    margin: 0;
    padding: 0 20px 5px 2px;
    text-align: left;
    vertical-align:middle;
}

