﻿/* Site - InovapeRS */
body
{
    padding: 0px;
    margin: 0px;
}

td
{
    font-family: "Trebuchet MS";
    font-size: 13px;
    color: #4C6472;
    line-height: 16px;
    /*se for ie 8,9: line-height: 10px*/
}

.rodape
{
    background-color: #005687;
    height: 8px;
}

.textoMaisInfo
{
    font-size: 12px;
    color: #005687;
}

.textoLogos
{
    font-size: 14px;
    color: #989898;
}

.itemMenu
{
    font-size: 13px;
    color: #000000;
    text-align: right;
    cursor: pointer;
    width: 204px;
    margin-left: 29px;
    margin-bottom: 2px;
    background-repeat: repeat-y;
    padding: 6px 6px 6px 0px;
    text-decoration: none;
    display: block;
}

.itemMenuDesabilitado
{
    font-size: 13px;
    color: #000000;
    text-align: right;
    width: 204px;
    margin-left: 29px;
    margin-bottom: 2px;
    background-image: url(../images/menuFundoItem.jpg);
    background-repeat: repeat-y;
    padding: 6px 6px 6px 0px;
}

ul.menu
{
    list-style: none;
    width: 203px;
    margin: 15px 8px;
    position: absolute;
    background: transparent url(../images/img_bg_menu_item.png) 0 0 repeat-y;
}
        
ul.menu li {
    text-indent: 8px;
    line-height: 21px;
    color: #ffffff;
    font-weight: bold;
    font-family: arial;
    width: 243px;
    margin: 0 -40px;
}

ul.menu li.right {
    text-indent: 80px;
}

ul.menu li a
{
    font-family: "Trebuchet MS";
    text-decoration: none;
    color: #fff;
    margin: 0 6px;
    font-size: 13px;
}
        
ul.menu li a:hover
{
    text-decoration: none;
    color: #78600A;
}

a.itemMenu
{
    text-decoration: none;
    color: #fff;
    -font-weight: bold;
}

a.itemMenu:hover
{
    text-decoration: none;
    color: #78600A;
}

ul.menu li img
{
    margin: -3px 4px;
}

.espacamento
{
    -line-height: 14px;
}

.subItemPappe
{
/*
    background-image: url(images/menufundo.jpg); 
    padding-bottom: 20px; 
    width: 253px; 
    padding-top: 5px; 
    background-repeat: repeat-y;
*/
    background: transparent url(../images/img_bg_menu_item.png) 0 0 repeat-y;
    margin: 0 8px;
}

.linhaEsq
{
    margin-top: 66px; 
    background-image: url(../images/bgHeaderEsq.jpg);
    width: 100%;
    background-repeat: repeat-x; 
    height: 159px;
}

.linhaDir
{
    margin-top: 66px; 
    background-image: url(../images/bgHeaderDir.jpg); 
    width: 100%; 
    background-repeat: repeat-x; 
    height: 159px
}

.hide
{
    display: none;
}