﻿a
{
    color: black;
    text-decoration: none; 
    font-size:11px;   
    font-family: Tahoma;
}

a:hover  
{
    color: Orange;    
    text-decoration: underline;
    font-size:11px;
    font-family: Tahoma;
}

.lblEnviar1
{
    font-family: Tahoma;
    font-size: small;
    color: blue;        
}

.lblEnviar2
{
    font-family: Tahoma;
    font-size: small;
    color: green;        
}

.lblCampoObrigatorio
{
    font-family: Tahoma;
    font-size: x-small;
    color: red;   
}

.lblFotos
{
    font-family: Tahoma;
    font-size: small;
    color: black;   
}

.lblFotosDestacado
{
    font-family: Tahoma;
    font-size: 14px;
    color: black;   
    font-weight: bold;
}

.lblAutor
{
    font-family: Tahoma;
    font-size: 14px;
    font-style:italic;
    color: black;     
}

.lblDestaque
{
    font-family: Arial;
    font-size: 24px;
    color: black;     
    font-weight: bold;
}

.ItemVotadasBackGround
{
    background-image: url("../images/bloco_mais_votadas_do_preto.png");
    background-repeat:no-repeat;
    background-position:top;
}

.ItemBackGround
{
    background-image: url("../images/bloco_do_preto_01.png");
    background-repeat:no-repeat;
    background-position:top;
}

.AlternateItemBackGround
{
    background-image: url("../images/bloco_do_preto_02.png");
    background-repeat:no-repeat;
    background-position:top;
}

.lblTitulo
{
    background-image: url("../images/bloco_do_preto_03.png");
    background-repeat:no-repeat;
    background-position:center;
    font-family:Arial;
    font-size: 17px;
    font-weight:bold;
}

.lblTituloDestaque
{
    font-family:Arial;
    font-size: 20px;
    font-weight:bold;
    color:#EE7700;
}
