
#htTabs {
    border: 0px;
    width: 100%;
}

#htTabs table {
    border: solid 1px #ffffff;
    width: 100%;
}

#htTabs table td {
    border: 0px;
    font-family: Verdana;
    font-size: 9px;
    line-height: 17px;
    text-transform: capitalize;
    padding: 0px 0px 0px 6px;
    width: 50%;
}

#htTabs table td.clicked {
    background-color: #E3E9F0;
    border-bottom: solid 1px #b1c5da;
    color: #2d5074;
    cursor: default;
}

#htTabs table td.disabled {
    background-color: #BACBE5;
    background-image: url('/img/site/CX_Hipertextualidade/htTab.gif');
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: solid 1px #7796b8;
    color: #B1C2D4;
    cursor: default;
}

#htTabs table td.normal {
    background-color: #BACBE5;
    background-image: url('/img/site/CX_Hipertextualidade/htTab.gif');
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: solid 1px #7796b8;
    color: #5F7C9C;
    cursor: pointer;
}

#htTabs table td#htTabEnc.normal,
#htTabs table td#htTabEnc.disabled {
    border-right: solid 1px #7796b8;
}

#htTabs table td#htTabEnc.clicked {
    border-right: solid 1px #ffffff;
}

#htTabs table td#htTabDic.normal,
#htTabs table td#htTabDic.disabled {
    border-left: solid 1px #7796b8;
}

#htTabs table td#htTabDic.clicked {
    border-left: solid 1px #ffffff;
}

#htContent {
    background-color: #ffffff;
    height: 189px;
    left: 2px;
    margin: 0px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    position: absolute;
    width: 203px;
    top: 23px;
}

#htContent p {
    color: #829098;
    font-family: Verdana;
    font-size: 11px;
    line-height: 17px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}

#htContent h1 {
    background-color: #53a0d6;
    color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 4px;
    text-transform: uppercase;
}

#htContent a {
    background-color: #ffffff;
    color: #386089;
    display: block;
    font-family: Verdana;
    font-size: 10px;
    line-height: 17px;
    margin: 0px 0px 2px 0px;
    padding-left: 15px;
    text-indent:-9px;
    text-decoration: none;
}

#htContent a:focus,
#htContent a:hover {
    background-color: #e2ebf4;
}

