﻿html, body, form
{
    font-family:Verdana;
    font-size:10px;
    height:100%;
    margin:0px;
    padding:0px;
    background-color:Black;
    overflow:hidden;
    background-image:url(img/bg.png);
}

h1
{
    font-size:18px;
    font-style:italic;
    font-weight:bold;
    margin:2px;
}

h2
{
    margin:0px;
    font-size:14px;
    font-weight:normal;
    font-style:italic;
    color:#DDDDDD;
}

h3
{
    font-size:10px;
    font-weight:bold;
}

.divMenu
{
    width:215px;
    float:left;
    padding:5px; 
}

.divLogo
{
    text-align:center;
    width:225px;
    float:left;
}

ul, li
{
    list-style-type:none;
    display:block;
    text-align:left;
    padding:0px;
    margin-bottom:7px;
    width:208px;
}

.divMenu ul li a
{
    margin-left:5px;
    border-left:0px solid black;
    border-right:0px solid black;
    display:block;
    padding:2px;
    padding-left:13px;
    text-align:left;
    font-weight:bold;
    color:White;
    font-size:10px;
    
}
.divMenu ul li a:hover
{
    border-left:10px solid #777777;
    border-right:10px solid #777777;
    padding-left:3px;
    padding-right:3px;
    background-color:#333333;
}

.divMenu 
{
    color:White;
    text-align:center;
    margin-right:20px;
}

.tituloMenu
{
    background-color:#333333;
    color:White;
    font-weight:bold;
    padding:3px;
}

.pnlMenu
{
    text-align:center;
    border:1px solid #AAAAAA;
    color:White;
    background-image:url(img/transp_50.png);
}
.divTop
{
    background-image:url(img/transp_50.png);
    height:65px;
    text-align:center;
    color:White;
    border-bottom:1px solid #555555;
}
.divData
{
    color:White;
    float:right;
    font-size:12px;
    text-align:center;
    border:1px solid yellow;
    height:65px;
}
.divTituloPagina
{
}

.bold
{
    font-weight:bold;
}

.conteudo
{
    color:White;
    padding:10px;
    height:580px;
    overflow:auto;
    padding:10px;
    padding-right:50px;
}

.conteudoItem
{
    height:20px;
    padding-left:10px;
    overflow:hidden;
    background-color:#DDDDDD;
    color:Black;
    margin-bottom:10px;
    padding-bottom:12px;
    background-position:bottom;
    background-repeat:repeat-x;
    position:relative;
    border-left:1px solid #CCCCCC;
    border-bottom:1px solid #000000;
    border-right:1px solid #CCCCCC;
    background-image:url(img/degrade_transp_black.png);
}

.fundoTransp, .fundoTransparente
{
    background-image:url(img/transp_50.png);
}

.btnExpandir
{
    float:left;
    margin-right:2px;
    position:absolute;
    left:2px;
    font-weight:bold;
    color:#AA0000;
    cursor:pointer;
}

a
{
    font-weight:bold;
    color:White;
}

.tituloItem
{
    background-color:#333333;
    border:1px solid white;
    font-weight:bold;
    padding:1px;
}

.center
{
    text-align:center;
}

.vermelho
{
    color:#AA0000;
}
.fill
{
    height:100%;
    width:100%;
    margin:0px;
}
.tblComentario th
{
    text-align:right;
    width:70px;
}

.flatButton img {
    float: left;
    margin-top: 2px;
    margin-left: 3px;
    height: 13px;
    width: 13px;
}

.flatButton {
    opacity: 1;
    border-radius: 50px;
    box-shadow: 2px 2px 2px RGBA(0,0,0,0.5);
    cursor: pointer;
    background-color: #EEEEEE;
}
.flatButton:hover {
    background-color: #DDDDDD;
    opacity: 1;
}
.flatButton:active {
    background-color: #888888;
    opacity: 1;
    box-shadow: 0px 0px 0px;
}

.nud input,
.nud input{
    width:29px;
    text-align:center;
    }
    
    