﻿@import "StyleTop.css";

#divAcesso div
{
    border: 1px solid #888888;
    float: right;
    padding: 5px 10px 5px 10px;
    width: 150px;
}
#divAcesso div a
{
    float: right;
    font-size: 10px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
#divAcesso div a:hover
{
    font-weight: bolder;
    color: #000000;
}

/*--------------------------------------------------------*/
/*-----------------------frmLogin-------------------------*/
/*--------------------------------------------------------*/
#tblLogin
{
    border: 1px solid #888888;
    background-color: #f5f5f5;
    position: absolute;
    width: 170px;
    top: 37%;
    left: 50%;
    margin-left: -85px;
    margin-top: 10px;
    margin-bottom: -10px;
    text-align: center;
}
#tblLogin th
{
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background-color: steelblue;
    padding: 2px 0px 5px 0px;
    border-bottom: 1px solid #888888;
}
#tblLogin td
{
    padding: 2px 5px 1px 5px;
}
#tblLogin div
{
    float: left;
    width: 55px;
    font-size: 12px;
    padding-top: 2px;
}
#tblLogin .tdLoginTop
{
    padding-top: 10px;
}
#tblLogin .tdLoginBottom
{
    padding-bottom: 5px;
}
#tblLogin #cmdValidar
{
    float: right;
}
#tblLogin .tdEsqSenha
{
    border-top: 1px solid #888888;
    height: 20px;
}
#tblLogin a
{
    font-size: 10px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
#tblLogin a:hover
{
    font-weight: bolder;
    color: #000000;
}
/*--------------------------------------------------------*/
/*---------------------frmLoginErro-----------------------*/
/*--------------------------------------------------------*/
#tblAviso
{ 
    width: 450px;
    height: 230px;
    margin-top: 20px;
    border: 1px solid silver;
 }

#tblAviso th
{ 
    height: 30px;
    background-color: #518BBB;
    font-size: 20px;
    color: #ffffff;
    border-bottom: 1px solid silver;
 }

#tblAviso .tdAviso
{
    height: 96px;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
}
#tblAviso .tdCmd
{
    height: 26px;
    text-align: center;
    padding-top: 3px;
    border-top: 1px solid silver;
    background-color: #7E9AB8;
}

#tblAviso .tdCmd img
{
    cursor: hand;
}
#tblAviso #lblErro
{
    color: red;
}
