﻿#arearestrita-home
{
    width: 540px;
    padding: 20px;
    border: 1px solid #aaa;
}
#header-login
{
    font-size: .75em;
    text-align: right;
}
#menu-arearestrita
{
    /*margin: 20px 0 0 0;*/
    float: left;
    width: 100%;
}
.arearestrita-titulo
{
    margin: 4px 0;
    color: #4bacc6;
    width: 100%;
    cursor: pointer;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f2 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.arearestrita-titulo img
{
    height: 48px;
    float: left;
}
.arearestrita-titulo-texto
{
    padding: 14px 20px;
    float: left;
}
#bancodedados-dropdown, #publicacoes-lista
{
    max-width: 202px;
    display: none;
    background-color: #eeeded;
    padding: 10px 20px;
    margin: 1px 0;
}
#bancodedados-dropdown select
{
    width: 100%;
}
#publicacoes-lista li
{
    list-style-type: none;
    margin: 0px 0 10px 20px;
    font-size: 0.75em;
}
#publicacoes-lista li:before
{
    content: "";
    border-color: transparent #666;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
article p
{
    margin: 10px 0;
}
article img
{
    max-width: 100%;
}
article time
{
    margin: 10px 0;
    display: block;
}
.table
{
    width: 100%;
    margin-top: 20px;
    text-align: left;
}
.table td
{
    padding: 10px 0;
}
#recuperacao-senha
{
    border: 1px solid #aaa;
    margin: 20px 0;
    padding: 30px;
    width: 184px;
    float:right;
}
#recuperacao-senha:after
{
    clear:both;
    }