﻿*
{
    padding:0px;
    margin:0px;
    font-family:Tahoma;
}
body
{
    background-color: #fff;
    background-image: url(../img/body_fundo.jpg);
    background-repeat: repeat-x;
    margin-top: 10px;
    background-attachment: scroll;
}

#banner
{
    
}
/*links*/
a, a:hover, a:visited, a:active, .link
{
    color:#aa612a;    
    font-size:11px;
    text-decoration:none;
}
    a:active
    {
        color:#fff;        
    }
    a:hover
    {        
        color:#c6e17a;        
    }
    
#conteudo
{
    position: relative;
    margin:0 auto;    
    width: 850px;
    background-color: #fff;
    background-image: url('../img/base_topo.jpg');
    background-repeat: no-repeat;
    padding-top:20px;
}

/*menu*/
#menu
{
    width: 771px;    
    margin-left:39px;
    background-image: url('../img/menu_fundo.jpg');
    background-repeat: no-repeat;
    position:relative;
    height:48px;    
}
    .normal, .normal:hover, .normal:visited
    {   
        height:35px;        
        color:#F7931E;        
        text-decoration:none;
        font-weight:bold;
        font-size:12px;
        margin-top:0px;        
    }
    .normal:active
    {
        color:#fff;
        text-decoration:none;
    }
    .normal:hover
    {
        text-decoration:none;        
        color:#000;
    }
    .clicado, .clicado:hover, .clicado:visited
    {
        height:35px;                
        color: #000;
        text-decoration: none;
        font-weight:bold;    
        font-size: 12px;
        background-repeat: no-repeat;
        background-image: url(../img/menu_selecao.jpg);
        background-position: center 27px;        
    }
    .clicado:active
    {
        color:#fff;
    }    
    .subitem, .subitem:hover, .subitem:visited
    {   
        height:24px;       
        text-decoration:none;
        text-align:center;
        color:#F7931E;
        font-weight:bold;
        font-size:12px;
        background-color:#BED731;
        padding-left:30px;
        padding-right:30px;
    }
    .subitem:active
    {
        color:#fff;
    }
    .subitem:hover
    {     
        color:#000;
    }

#links
{
    position:relative;
    top:27px;    
    left: 777px; 
    height:20px;
    width: 41px;
}
#combos{
    position:relative;
    left: 477px; 
    top: -55px;
    width:400px;    
}

#pagina
{    
    width: 771px;        
    margin-top:68px;
    margin-bottom:30px;
    margin-left:50px;
}

#combo
{
    position:relative;    
}

/*objetos dos formulários*/
label, .label
{
    font-size:10px;
}
input, textarea, select
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color:#E2E2E2;    
    /*height:16px;*/
    font-size:11px;
    position:relative;
    margin-bottom:4px;    
    }
    input
    {
        height:16px;
    }
.cmd
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color:#A6D6AC;
    color:#000;
    font-weight:bold;
    font-size:11px;
    margin-left:2px;
    vertical-align:middle;
    }
    
/*tabelas*/
.grid
{
    margin:0 auto;
    width:100%;
    border:solid 1px #eee;
}
    .grid th
    {
        height: 24px;
        background-color: #C9DD57;
        text-align: left;
        color: #EE880B;
        font-size: 13px;
        font-weight: bold;
        padding-left: 10px;
        vertical-align: middle;
    }
    .grid td
    {
        height:21px;
        background-color:#fff;        
        font-size:11px;
        padding-left:10px;
        vertical-align:middle;
    }

    
/*botões*/
.botao, .botao:hover, .botao:visited
{
    color:#EE880B;
    font-size:12px;
    position:relative;
}

/*rodapé do site*/
#rodape
{
    width: 751px;
    margin: 0 auto;    
    height:23px;
    background-image: url('../img/rodape.jpg');
    position: relative;
    background-repeat: no-repeat;
}
    #rodape a, #rodape a:hover, #rodape a:visited, #rodape a:active, #rodape label
    {
        font-size: 10px;
        color: #3b3c3b;
        text-decoration:none;
    }
    #rodape a:hover
    {
        text-decoration:none;
        color:#ED8B40;
    }
    #rodape a:active
    {
        color:#EE880B;
    }
    
/*estilos da home*/
#box_bemvindo
{
    margin-top: 10px;
    padding: 12px 12px 12px 12px;
    width: 358px;          
    font-size: 11px;
    color: #000000;
    background-position: right top;
    background-image: url(../img/canto.gif);
    background-color: #F5A572;
    background-repeat:no-repeat;
    text-align:justify;
}
#box_novidades
{
    margin-top: 10px;
    padding: 5px 5px 5px 8px;
    width: 183px; 
    height: 60px;    
    background-position: right top;
    background-image: url(../img/canto.gif);
    background-color: #82B688;
    background-repeat:no-repeat;
   
}    
    #box_novidades label
    {
        font-size: 11px;
        color: #000000;
    }

/*artistas*/
#ctl00_ContentPlaceHolder1_art_biografia
{    
    font-size:11px;
    text-align:justify;   
}
#ctl00_ContentPlaceHolder1_art_atualmente
{
    text-align:justify;
    margin-top:5px;
    color:#fff;
    font-size:11px;
    padding:10px;
    background-position: right top;
    background-image: url(../img/canto.gif);
    background-color: #F5A572;
    background-repeat:no-repeat;    
}
.galeria img
{
    display:inline;
}