﻿body { font-family: Verdana; font-size: 12px; line-height: 16px; }

p {margin: 0; padding: 0;}

a {font-family: Verdana; text-decoration: underline; font-weight: bold; }
    a:link {color: #4F4F4F;}
    a:visited {color: #4F4F4F;}
    a:active {color: Red;}
    a:hover {color: Red;} 

.linkCategoria {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; text-decoration: underline; }
    a.linkCategoria:link {color: #4F4F4F;}
    a.linkCategoria:visited {color: #4F4F4F;}
    a.linkCategoria:active {color: Red;}
    a.linkCategoria:hover {color: Red;}    
    
.Grupo {font-family: Verdana; font-size: 13px; font-style: oblique; }   

.Destaque
{
    font-size: large;
    color: #FFFFFF;
    background-color: #666666;
    font-weight: bold;
}

.DestaqueBaixo
{
    font-size: large;
    color: #FFFFFF;
    background-color: #D7261A;
    font-weight: bold;
}

.SessaoCategoria {font-size: large; color: White; background-color: Orange; font-weight: bold; }

.Titulo
{
    color: #FF0000;
    font-weight: bold;
    font-size: 16px;
}

.TextoDiminuido { font-size: small; }

.PrincipalTextoOuvinte { font-size: small; color: Black; }
.PrincipalNomeOuvinte { font-size: small; color: Blue; font-weight: bold }
.PrincipalCidadeOuvinte { font-size: small; color: Blue; }

.espacoImg { margin-right: 10px; margin-bottom: 10px;}

a img {display:block;border:2px solid transparent;}
a:hover img{ display: block; border: 2px solid #AAAAAA;}

.PlayerPtb { color: Red; font-weight: bold }
.PlayerIng { color: Gray; font-weight: bold }

#menu
{
    position: relative;
    left: 0px; /*posição à direita*/
    top: 0px; /*posição abaixo*/
    width: 120px;
}

#menu ul
{
    list-style-type: none; /*remove o marcador*/
    margin: 2px; /*remove o recuo IE e Opera*/
    padding: 2px; /*remove o recuo Mozilla e NN*/    
}

#menu li
{ 
    margin-bottom: 1px; /*distância entre os elementos */
}

#menu a
{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../Img/botao_cinza.jpg);
    voice-family: "\"}\""; /*Box Model Hack*/
    voice-family: inherit;
    width: 120px;
    height: 22px;
    font-size: 9px;
    font-weight: bold;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 10px;
}
body>#menu a {width:100px;}

#menu a:hover {     
    background-image: url(../Img/botao_vermelho.gif);     
}
