﻿/* GERAIS */
.SeSiteMap
{
    font-family: Segoe UI;
    width: 440px;
}

.SeSiteMap a
{
    color: #2953a0;
}

.SeSiteMap span
{
    border-bottom-color: Gray;
    border-bottom-style: ridge;
    border-bottom-width: 2px;
}

.seColumn
{
    display: inline-block;
    width: 44%;
    padding-right: 25px;
}

.seList
{
    list-style-type: none;
    padding-left: 0px;
    vertical-align: top;
}

.seAnalitico
{
    font-weight: normal;
}

.seSintetico
{
    color: #404143;
    font-weight: normal;
}

.seItem a
{
    text-decoration: none;
}

.seItem a:hover
{
    text-decoration: underline;
}

.seLevel1 .seItem
{
    padding-left: 12px;
    text-decoration: none;
}

.seLevel1 span
{
    border: 0px;
    color: Gray;
    font-style: italic;
}

.seLevel1 .seItem .seLink
{
    font-style: normal;
    
}