﻿.blue {font-family:arial,helvetica;}
.blue .ajax__tab_body
{
    font-size: 10pt;
    border-top: none;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #808183;
    padding: 6px;
}
.blue .ajax__tab_header
{
    background-image: url(img/textura_glossario.png);
    background-repeat: repeat-x;
    /*background-color: #618EC7; 875ACEB;*/
    border: solid 1px #547BAD;
    border-bottom: none;
    padding: 2px 2px 4px 2px;
    text-align: center; /* center the tabs horizontally */
    cursor: pointer;
}
.blue .ajax__tab_tab
{
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #547BAD;
    padding: 5px;
}
.blue .ajax__tab_active .ajax__tab_tab, .blue .ajax__tab_hover .ajax__tab_tab
{
    background-color: #1D41D9;
}

