@CHARSET "UTF-8";

.tundra .dijitButtonNode{
    background: transparent url(../../images/buttons/bgButtons.png?a=1) repeat-x top left;
    border-color:#dbdbd2 #dbdbd2 #babab3;
    border-width: 1px;
}

span.dijitButton > .dijitButtonNode{
    padding: 4px 3px 3px !important;
}

.tundra span.dijitButtonNode{
    height: 20px;
    padding-top: 4px;
}

span.dijitButton,
span.dijitDropDownButton{
    margin-left: 10px
}

div.right span.dijitButton{
    margin-left: 0px;
    width: 170px;
}
div.right span.dijitButtonNode{
    width: 164px;
}

dd > span.dijitButton{
    margin-left: 0px;
}

.tundra .dojoxGridCell .dijitButtonNode{
    /*background: transparent;*/
    height: 18px;
    padding-top: 0px;
    border-width: 0px;
}

.tundra .dojoxGridCell .dijitToggleButton,
.tundra .dojoxGridCell .dijitButton,
.tundra .dojoxGridCell .dijitDropDownButton,
.tundra .dojoxGridCell .dijitComboButton{
    margin: 0px;
}

.tundra .dijitButtonText {
    font-family: Arial;
    color: #48596b;
    font-size: 11px;
    font-weight: normal !important; 
}

.iconGravar{
    background: transparent url(../../images/buttons/icons/iconGravar.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconCancelar{
    background: transparent url(../../images/buttons/icons/iconCancelar.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconEdit{
    background: transparent url(../../images/buttons/icons/iconEdit.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconIncluir{
    background: transparent url(../../images/buttons/icons/iconIncluir.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconParametro{
    background: transparent url(../../images/buttons/icons/iconParametro.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconImage{
    background: transparent url(../../images/buttons/icons/iconImage.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconObjetos{
    background: transparent url(../../images/buttons/icons/iconObjetos.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconPerfil{
    background: transparent url(../../images/buttons/icons/iconPerfil.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconKey{
    background: transparent url(../../images/buttons/icons/iconKey.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconPesquisar{
    background: transparent url(../../images/buttons/icons/iconPesquisar.png) no-repeat center center;
    height:18px;
    width:24px;
}

.iconSalvar{
    background: transparent url(../../images/buttons/icons/iconSalvar.png) no-repeat center center;
    height:18px;
    width:24px;
}
.iconAdministrarAtendimento{
    background: transparent url(../../images/icons/23x17/administrarAtendimento.png) no-repeat center center;
    height:18px;
    width:24px;
}
.iconAdministrarImovel{
    background: transparent url(../../images/icons/23x17/administrarImovel.png) no-repeat center center;
    height:18px;
    width:24px;
}
.iconFavorito{
    background: transparent url(../../images/icons/29x26/gostei.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconFavoritoDisable{
    background: transparent url(../../images/icons/29x26/gosteiD.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconBloqueado{
    background: transparent url(../../images/icons/29x26/naoGostei.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconBloqueadoDisable{
    background: transparent url(../../images/icons/29x26/naoGosteiD.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconCorretorChaves{
    background: transparent url(../../images/icons/29x26/corretorChaves.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconCorretorChavesDisable{
    background: transparent url(../../images/icons/29x26/corretorChavesD.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconAtendimentoChaves{
    background: transparent url(../../images/icons/29x26/atendimentoChaves.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconAtendimentoChavesDisable{
    background: transparent url(../../images/icons/29x26/atendimentoChavesD.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconReservarChaves{
    background: transparent url(../../images/icons/29x26/reservarChaves.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconReservarChavesDisable{
    background: transparent url(../../images/icons/29x26/reservarChavesD.png) no-repeat center center;
    height:26px;
    width:29px;
}
.iconLoading{
    background: transparent url(../../images/loading_50x13.gif) no-repeat center center;
    height:26px;
    width:50px;
}
.iconEmail{
    background: transparent url(../../images/icons/email_24x18.png) no-repeat center center;
    height:18px;
    width:24px;
}
.iconPrint{
    background: transparent url(../../images/icons/18x18/imprimir.png) no-repeat center center;
    height:18px;
    width:18px;
}
div#buttonsPerfil div.button{
    float: left;
}
div#buttonsPerfil div.button span{
    margin-left: 5px;
}