/* 
    Document   : menu
    Created on : Apr 30, 2013, 10:02:28 AM
    Author     : grkruger
    Description:
        Purpose of the stylesheet follows.
*/
.btTarefasLoading {
    background-image: url("../img/32x32/tarefasLoading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}
.btTarefas {
    background-image: url("../img/32x32/tarefas.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}
.btGerenciarFinanceiro {
    background-image: url("../img/32x32/financeiro.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btGerenciarSistema {
    background-image: url("../img/32x32/sistema.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btGerenciarContasUsuarios {
    background-image: url("../img/32x32/contas_usuarios.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btGerenciarAnalises {
    background-image: url("../img/32x32/analise.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btGerenciarBancosServidores {
    background-image: url("../img/32x32/bancos_servidores.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btGerenciarPlanosServicos {
    background-image: url("../img/32x32/planos_servicos.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btIconClose {
    background-image: url("../img/32x32/closeButton.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btBackToHome {
    background-image: url("../img/32x32/home.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btMenuModuloAnalise {
    background-image: url("../img/16x16/moduloAnalise.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.btFeedback {
    background-image: url("../img/32x32/feedback.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btChangeLog {
    background-image: url("../img/32x32/menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

.btMenuModuloPortal {
    background-image: url("../img/16x16/moduloPortal.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.btAlertaRecurso {
    background-image: url("../img/16x16/alert.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
#topBar{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #E7E7E7;
}
#logoSistema {
    -moz-user-select: none;
    background-image: url("../../../../imgs/logo/orb.fatura2.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 45px;
    margin: 10px 0 0;
    position: relative;
    width: 100%;
}
.offsetLogo {
    height: 33px;
    width: 310px;
    float: left;
    display: inline-block;
}
.soria .dijitMenuExpand {
    float: right !important;
    background-position: -30px center !important;
}

#logo .nome {
    font-size:24px;
    font-family:  Arial,Verdana,sans-serif;
    color: #446;
    text-shadow: 1px 1px 1px #fff;
    margin-top: 0;
    margin-left: 1px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 34px;
}

.beta {
    color: #444444;
    float: left;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    margin-right: 8px;
    margin-top: 15px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
