﻿/*
    vermelho: #c00000
    cinza escuro: #202020
    cinza claro: #d5d5d5
*/

	
/* html elements */
html 
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
    background-color: #000;
    font-family: Sans-Serif;
    font-size: 10pt;
    background-image: url('../../Images/Etc/bg.png');
    background-repeat: no-repeat;
}

h1
{
    font-family: Arial, Sans-Serif;
    margin-bottom: -3px;
    margin-top: 20px;
    margin-left: 5px;
    font-size: 20pt;
    padding: 0px;
}

p 
{
    margin: 0px;
    padding: 0px;
}

a
{
    margin: 0px;
    padding: 0px;
}

/* divs */ 

#wrapper 
{
    width: 964px;
    position: relative;
    margin: 0 auto;
}

#print_content
{
    display: none;
}

#print_logo
{
    display: none;
}

#print_titulo, #print_nome_ref, #print_titulo_1, #print_small_logo
{
    display: none;
}

#header 
{
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    /*width: 1005px;
    height: 164px;
    background-image: url('../../Images/Etc/bg_header.png');
    background-repeat: no-repeat;
    */
    
   float: left;
     width: 1006px;
}
#htop 
{
     float: left;
     width: 1006px;
     height: 131px;
     background: url('../../Images/Etc/TopoMenu.png') 0 0 no-repeat;
     position: relative;
     z-index: 3;
     margin-left: -17px;
}

#hbottom
{
     float: left;
     width: 1006px;
     height: 51px;
     background: url('../../Images/Etc/BaseTexture.png') 0 0 no-repeat;
     position: relative;
     z-index: 1;
      margin-left: -25px;
      margin-top: -10px;
}

#hmiddle
{
     position: absolute;
     width: 918px;
     height: 47px;
     background: url('../../Images/Etc/SubMenu.png') 0 0 no-repeat;
     
     z-index: 2;
     top: 89px;
     left: 46px;
}

#link_to_home a
{ 
    position: absolute;
    width: 177px;
    height: 66px;
    background-color: Transparent;
    top: 15px;
    left: 25px;
    z-index: 4;
}

#link_outthere a
{ 
    background-color:Transparent;
    height:32px;
    left:532px;
    position:absolute;
    top:52px;
    width:193px;
    z-index:4;
}

#main_menu 
{
    font-size:9pt;
    font-weight:bold;
    left:40px;
    position:absolute;
    text-transform:uppercase;
    top:95px;
    width:700px;
    z-index: 4;
}

#main_menu a, #main_menu a:visited
{
    float: left;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    background-image: url('../../Images/Etc/darkest_pixel.png');
    background-repeat: repeat;
    padding: 0 1px;
}

#main_menu a:hover
{
    color: #c00000;
}


.second_menu 
{
    font-size:9pt;
    font-weight:bold;
    left:65px;
    position:absolute;
    text-transform:uppercase;
    top:17px;
    width:800px;
}

.second_menu a, .second_menu a:visited
{
    float: left;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    background-image: none !important;
}

.second_menu a:hover
{
    color: #c00000;
}

.third_menu
{
    font-size:9pt;
    font-weight:bold;
    left:70px;
    position:absolute;
    text-transform:uppercase;    
    top:62px;
    width:810px;
}

.third_menu a, #third_menu a:visited
{
    float: left;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    background-image: none !important;
}

.third_menu a:hover
{
    color: #c00000;
}


#inside_wrapper 
{
    float: left;
    background-image: url('../../Images/Etc/bg_inside_wrapper.png');
    width: 964px;
    background-repeat: repeat-y;
    min-height: 278px;
    z-index:99;
    position: relative;
}

#back_div
{
    float: left;
    background-image: url('../../Images/Etc/bg_back.png');
    background-repeat: repeat-y;
    height: 41px;
    width: 972px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
}

#inside_footer
{
    float: left;
    background-image: url('../../Images/Etc/footer_inside_wrapper.png');
    background-repeat: no-repeat;
    height: 33px;
    width: 964px;
    margin-top: 0px;
    padding-top: 0px;
}

#left_side
{
    float: left;
    width: 180px;
    height: 100%;
    margin-top: 0px;
    margin-left: 8px;
    background-color: #d5d5d5;
    display: block;
}

#left_menu
{
    float: left;
    color: #fff;
    background-color: #202020;
    min-height: 238px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-top: 7px;
}

    #left_menu ul
    {
        margin-left:0px;
        list-style-type: none;
        padding-left: 0px;
         
    }
    
        #left_menu ul li 
        {
        }
        
        #left_menu ul li a
        {
            margin-bottom: 2px;
            color: #fff;
        }
        
        .orange a, .orange a:visited
        {
          
            background-image: url('../../Images/Etc/bg_orange_button.png');
            background-repeat: no-repeat;
            float: left;
            width: 155px;
            height: 20px;
            padding-top: 5px;
            font-weight: bold; 
            font-size: 9pt;
            padding-left: 25px;  
            text-transform:uppercase;
            text-decoration: none;          
        }
        
        .red a, .red a:visited
        {
          
            background-image: url('../../Images/Etc/bg_red_button.png');
            background-repeat: no-repeat;
            float: left;
            width: 155px;
            height: 20px;
            padding-top: 5px;
            font-weight: bold; 
            font-size: 9pt;
            padding-left: 25px;  
            text-transform:uppercase;
            text-decoration: none;          
        }
        
        .grey a, .grey a:visited
        {
           
            background: url('../../Images/Etc/bg_menu_mais_o.png') 0 0 no-repeat;
            float: left;
            width: 155px;
            height: 20px;
            padding-top: 5px;
            font-weight: bold; 
            font-size: 9pt;
            padding-left: 25px;    
            text-transform:uppercase;
            text-decoration: none;        
        }
        
        .grey a:hover
        {
           background: url('../../Images/Etc/bg_menu_mais_o.png')  0 -25px no-repeat;
            background-repeat: no-repeat;
        }
        
         .grey_empty a, .grey_empty a:visited
        {
           
            background: url('../../Images/Etc/bg_menu_vazio_o.png') 0 0 no-repeat;
            float: left;
            width: 155px;
            height: 20px;
            padding-top: 5px;
            font-weight: bold; 
            font-size: 9pt;
            padding-left: 25px;    
            text-transform:uppercase;
            text-decoration: none;        
        }
        
         .grey_empty a:hover
        {
           background: url('../../Images/Etc/bg_menu_vazio_o.png')  0 -25px no-repeat;
            background-repeat: no-repeat;
        }
        
        .orange_empty a, .orange_empty a:visited
        {
        
            background: url('../../Images/Etc/bg_menu_vazio_o.png') 0 -25px no-repeat;
            float: left;
            width: 155px;
            height: 20px;
            padding-top: 5px;
            font-weight: bold; 
            font-size: 9pt;
            padding-left: 25px;    
            text-transform:uppercase;
            text-decoration: none;    
        }
        
         .grey_red a, .grey_red a:visited
        {
           
            background: url('../../Images/Etc/bg_menu_mais.png')  0 0 no-repeat;
            float: left;
            width: 155px;
            height: 20px;
            padding-top: 5px;
            font-weight: bold; 
            font-size: 9pt;
            padding-left: 25px;    
            text-transform:uppercase;
            text-decoration: none;        
        }
        
        .grey_red a:hover
        {
            background: url('../../Images/Etc/bg_menu_mais.png')  0 -25px no-repeat;
        }
        
         .grey_red_empty a, .grey_red_empty a:visited
        {
           
            background: url('../../Images/Etc/bg_menu_vazio.png')  0 0 no-repeat;
            float: left;
            width: 155px;
            height: 20px;
            padding-top: 5px;
            font-weight: bold; 
            font-size: 9pt;
            padding-left: 25px;    
            text-transform:uppercase;
            text-decoration: none;        
        }
        
        .grey_red_empty a:hover
        {
            background: url('../../Images/Etc/bg_menu_vazio.png')  0 -25px no-repeat;
        }
        
         .red_empty a, .red_empty a:visited
        {
        
            background: url('../../Images/Etc/bg_menu_vazio.png') 0 -25px no-repeat;
            float: left;
            width: 155px;
            height: 20px;
            padding-top: 5px;
            font-weight: bold; 
            font-size: 9pt;
            padding-left: 25px;    
            text-transform:uppercase;
            text-decoration: none;    
        }
        
               
            .orange_sub a, .orange_sub a:visited
            {
                color: #fa9b01  !important;
                font-weight: bold; 
                font-size: 9pt;
                text-decoration: none;
                float: left;
                width: 145px;
                min-height: 21px;
                height: auto;
                padding-left: 34px;
                border-bottom: 1px dotted #555555;
                padding-top: 5px;   
                background-image: url('../../Images/Etc/arrow_bullet_bg.png');
                background-repeat: no-repeat;
                text-transform: capitalize;
                margin-bottom: 0px !important;      
            }
            
            .red_sub a, .red_sub a:visited
            {
                color: #c00000 !important;
                font-weight: bold; 
                font-size: 9pt;
                text-decoration: none;
                float: left;
                width: 145px;
                min-height: 21px;
                height: auto;
                padding-left: 34px;
                padding-top: 5px;   
                background-image: url('../../Images/Etc/arrow_bullet_bg.png');
                background-repeat: no-repeat;
                text-transform: capitalize;
                margin-bottom: 0px !important;   
                border-bottom: 1px dotted #555555;   
            }

       
            .grey_sub_orange a, .grey_sub_orange a:visited
            {
                color: #fff;
                font-weight: bold; 
                font-size: 9pt;
                text-decoration: none;
                float: left;
                width: 145px;
                min-height: 21px;
                height: auto;
                padding-left: 34px;
               
                padding-top: 5px;   
                background-image: url('../../Images/Etc/arrow_bullet_bg.png');
                background-repeat: no-repeat;
                text-transform: capitalize;
                margin-bottom: 0px !important;
                
            }

            .grey_sub_orange a:hover
            {
                color: #fa9b01 !important;
                background-image: url('../../Images/Etc/arrow_bullet_bg.png');
                background-repeat: no-repeat;               
            }


            .grey_sub_red a, .grey_sub_red a:visited
            {
                color: #fff;
                font-weight: bold; 
                font-size: 9pt;
                text-decoration: none;
                float: left;
                width: 145px;
                min-height: 21px;
                height: auto;
                padding-left: 34px;
               
                padding-top: 5px;   
                background-image: url('../../Images/Etc/arrow_bullet_bg.png');
                background-repeat: no-repeat;
                text-transform: capitalize;
                margin-bottom: 0px !important;
                
            }

            .grey_sub_red a:hover
            {
                color: #c00000 !important;
                background-image: url('../../Images/Etc/arrow_bullet_bg.png');
                background-repeat: no-repeat;      
            }
            
             .grey_sub_sub_red a, .grey_sub_sub_red a:visited
            {
                color: #fff !important;
                font-weight: bold; 
                font-size: 9pt;
                text-decoration: none;
                float: left;
                width: 128px;
                min-height: 21px;
                height: auto;
                padding-left: 51px;
                padding-top: 5px;   
                background-image: url('../../Images/Etc/arrow_bullet_bg_sub.png') !important;
                background-repeat: no-repeat;
                text-transform: capitalize;
                margin-bottom: 0px !important;
                border-bottom: none !important;
                
            }

            .grey_sub_sub_red a:hover
            {
                color: #c00000 !important;
                background-image: url('../../Images/Etc/arrow_bullet_bg.png');
                background-repeat: no-repeat;      
            }


#right_side
{
    float: left;
    width: 743px;
    margin-top: 0px;
    margin-left: 13px;
    margin-right: 8px;
}

#highlight
{
    float: left;
    width: 725px;
    padding-left:20px;
    display: block;
    /*height:294px;*/
}

#ordenar_listagem
{
    float: left;
    background-image: url('../../Images/Etc/barra_ordenar.png');
    background-repeat: no-repeat;
    width: 746px;
    height: 19px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}

#contents
{
    float: left;
    width: 100%;
    background-color: #fff;
    height: auto;
    position: relative;
    z-index: 0;
}

#barra_paginacao
{
    float: left;
    background-image: url('../../Images/Etc/barra_paginacao.png');
    background-repeat: no-repeat;
    width: 713px;
    height: 17px;
    margin-top: 18px;
    color: #666666;
    padding-left: 33px;
    font-size: 8pt;
    padding-top: 2px;
    padding-right: 0px;
}

#barra_paginacao a, #barra_paginacao a:visited
{
    color: #fff;
    text-decoration: none;
}

#barra_paginacao a:hover
{
    color: #c00000;
}

#n_paginas
{
    float:right; 
    color: #fff; 
    text-align:right; 
    margin-top:-2px; 
    background-image: url('../../Images/Etc/barra_n_paginas.png');
    background-repeat:no-repeat;
    width:72px;
    height:17px;
    padding-top: 2px;
    padding-right: 12px;
    background-position:right;
}

#footer
{
    float: left;
    width: 100%;
    height: 130px;
}

/* classes para divs */


.red_category 
{
    background-image: url('../../Images/Etc/bg_red_button.png');
    background-repeat: no-repeat;
    float: left;
    width: 155px;
    height: 22px;
    padding-left: 25px;
    padding-top: 5px;
}

.red_category a, .red_category a:visited
{
    text-transform:uppercase;
    color: #fff;
    font-weight: bold; 
    font-size: 9pt;
    width: 150px;
    text-decoration: none;
    float:left;
}

.grey_category 
{
    background-image: url('../../Images/Etc/bg_grey_button.png');
    background-repeat: no-repeat;
    float: left;
    width: 155px;
    height: 22px;
    padding-left: 25px;
    padding-top: 5px;
}

.grey_category a, .grey_category a:visited
{
    text-transform:uppercase;
    color: #fff;
    font-weight: bold; 
    font-size: 9pt;
    width: 150px;
    text-decoration: none;
    float:left;
}

.grey_category:hover
{
    background-image: url('../../Images/Etc/bg_red_button_hover.png');
    background-repeat: no-repeat;
    float:left;
}


.red_category_empty
{
    background-image: url('../../Images/Etc/bg_red_button_empty.png');
    background-repeat: no-repeat;
    float: left;
    width: 155px;
    height: 22px;
    padding-left: 25px;
    padding-top: 5px;
}

.red_category_empty a, .red_category_empty a:visited
{
    text-transform:uppercase;
    color: #fff;
    font-weight: bold; 
    font-size: 9pt;
    width: 150px;
    text-decoration: none;
    float:left;
}

.grey_category_empty 
{
    background-image: url('../../Images/Etc/bg_grey_button_empty.png');
    background-repeat: no-repeat;
    float: left;
    width: 155px;
    height: 22px;
    padding-left: 25px;
    padding-top: 5px;
}

.grey_category_empty a, .grey_category_empty a:visited
{
    text-transform:uppercase;
    color: #fff;
    font-weight: bold; 
    font-size: 9pt;
    width: 150px;
    text-decoration: none;
    float:left;
}

.sub_category
{
    float: left;
    width: 145px;
    min-height: 21px;
    height: auto;
    padding-left: 34px;
    border-bottom: 1px dotted #555555;
    padding-top: 5px;   
    background-image: url('../../Images/Etc/arrow_bullet_bg.png');
    background-repeat: no-repeat;
}

.sub_category a, .sub_category a:visited
{
    color: #fff;
    font-weight: bold; 
    font-size: 9pt;
    text-decoration: none;
    
}

.sub_category a:hover
{
    color: #c00000;
}

.sub_category_selected
{
    float: left;
    width: 145px;
    min-height: 21px;
    height: auto;
    padding-left: 34px;
    border-bottom: 1px dotted #555555;
    padding-top: 5px;   
    background-image: url('../../Images/Etc/arrow_bullet_bg.png');
    background-repeat: no-repeat;
}

.sub_category_selected a, .sub_category_selected a:visited
{
    color: #c00000;
    font-weight: bold; 
    font-size: 9pt;
    text-decoration: none;
    
}

.sub_category_selected a:hover
{
}

#flash_div
{
    display: block;
    position: absolute;
    top: -6px;
    right: -24px;
    z-index: 3;
    height: 20px;     
}

#flash_top
{
    display: block;
    position: absolute;
    top: -6px;
    right: -24px;
    /* top: 10px;
    right: 10px;*/
    z-index: 3;
    outline: none;
    
}

.div_dicas
{
    float:left;
    font-size: 8pt;
    margin-top:25px;
    margin-right:20px;
    margin-left:10px;
}

#addthis {background-color:#c3c3c3;height:34px;float:left;width:100%;}
#addthis a, #addthis a img { float:left;margin-right:5px;}
#addthis div { margin: 10px 0 0 25px;}