/* 
    Document   : fontes
    Created on : 04/08/2009, 15:42:39
    Author     : emiolo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

h1{ font-size:18px; margin:3px;}
h2{ font-size:17px; margin:3px;}
h3{ font-size:16px; margin:3px;}
h4{ font-size:15px; margin:3px;}
h5{ font-size:13px; margin:3px;}
h6{ font-size:13px; margin:3px;}


p{
    margin:3px 0px 10px 0px;
    text-indent:10px;
}

p.rodape{
    margin-left:10px;
    text-align:justify;
}

/* -------------------------- BOTOES --------------------------------- */
.botao_cinza{
    background-color:#444;
    margin-top:5px;
    margin-bottom:5px;
    color:#BBB;
    text-align:center;
    font-weight:bold;
}
.botao_cinza:hover{
    color:#FFF;
}


.botao_verde{
    background-color:#3A3;
    margin-top:5px;
    margin-bottom:5px;
    color:#DFD;
    text-align:center;
    font-weight:bold;
}
.botao_verde:hover{
    color:#050;
}

.botao_vermelho{
    background-color:#E33;
    margin-top:5px;
    margin-bottom:5px;
    color:#FDD;
    text-align:center;
    font-weight:bold;
}
.botao_vermelho:hover{
    color:#500;
}

.botao_laranja_{
    background-color:#EC0;
    margin-top:5px;
    margin-bottom:5px;
    color:#C30;
    text-align:center;
    font-weight:bold;
}
.botao_laranja_:hover{
    color:#000;
    
}


/* ------------------------- LINKS ------------------------ */

a{
    color:#232;
    text-decoration: none;
}
a:hover{
    color:#C50;

}

a.link_laranja{
    color:#C50;
    text-decoration: none;
    
}
a.link_laranja:hover{
    color:#232;
    
}

a.link_emiolo{
    color:#0099CC;
    font-weight:bold;
}

a.link_emiolo:hover{
    color:#333;
    font-weight:bold;
}

a.link_menu_lateral{
    color:#232;
}
a.link_menu_lateral:hover{
    font-weight:bold;

}


.txt_migalha_marymilk, a.txt_migalha_marymilk{
    color:#C50;
    font-weight:bold;
}
a.txt_migalha_marymilk:hover{
    color:#C00;
    border-bottom:1px dotted #232;
}

.txt_migalha_normal, a.txt_migalha_normal{
    color:#232;
}
a.txt_migalha_normal:hover{
    color:#232;
    font-weight:bold;
}

.txt_migalha_negrito, a.txt_migalha_negrito{
    color:#232;
    font-weight:bold;
}
a.txt_migalha_negrito:hover{
    color:#C00;
    font-weight:bold;
}

a.link_noticias{
    color:#000;
    font-weight:bold;
    cursor:pointer;
}
a.link_noticias:hover{
    color:#C00;
    font-weight:bold;
}


.link_paginacao {
    padding:2px;
    border:1px solid #E60;
    color:#E60;
    display:inline;
    margin-top:10px;
}


a.link_paginacao{
    padding:2px;
    border:1px solid #777;
    color:#777;
    display:inline;
    margin-top:10px;
}

a.link_paginacao:hover{
    padding:2px;
    border:1px solid #E60;
    color:#E60;
    display:inline;
    margin-top:10px;
}

/* Calendario */

.calendario{
    background-image:url('../icones/calendario_40x40.png');
    background-repeat:no-repeat;
    width:40px;
    height:40px;
}

.calendario_topo{
    width:100%;
    height:18px;
    color:#FFF;
    font-size:9px;
    line-height:20px;
    text-align:center;
    font-weight:bold;
    font-family:Verdana;
}
.calendario_conteudo{
    width:100%;
    color:#000;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
