﻿.cmdExcel
{
    display: block;
    color: #555555;
    font-weight: bold;
    line-height: 29px;
    text-decoration: none;
    border: none 1px;
    cursor: hand;
    margin-bottom: 14px;
    text-indent: 25px;
}

.btnRemoverGrupoUtilizadores, .btnRemoverGrupoUtilizadoresTodos, .btnSeleccionarGrupoUtilizadoresTodos, .btnSeleccionarGrupoUtilizadores, .cmdPrinter, .cmdMap, .cmdReset, 
.cmdOk, .cmdNew, .cmdSave, .cmdCloneWebMap, .cmdPrint, .cmdPrintPDF, .cmdSearch
{
    color: #555555;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 14px;
    text-decoration: none;
    border: none 1px;
    text-indent: 30px;
    display: block;
}

.CmdClose, .cmdClose, .cmdDelete
{
    display: block;
    color: #555555;
    font-weight: bold;
    text-decoration: none;
    border: none 1px;
    cursor: hand;
    margin-bottom: 14px;
    text-indent: 25px;
}



.cmdExcel
{
    background: url(../images/excel.gif) no-repeat 10px 8px;
}

.cmdClose,
.CmdClose
{
    background: url(../images/close.gif) no-repeat 10px 8px;
}

.cmdOk
{
    background: url(../images/check.gif) no-repeat 10px 8px;
}

.cmdDelete
{
    background: url(../images/delete.gif) no-repeat 10px 8px;
}

.cmdNew
{
    background: url(../images/add.gif) no-repeat 10px 8px;font-size:14px;
}

.cmdSave
{
    background: url(../images/file.gif) no-repeat 10px 8px;
}

.cmdCloneWebMap
{
    background: url(../images/file.gif) no-repeat 10px 8px;
}

.cmdPrint
{
    background: url(../images/word.gif) no-repeat 10px 8px;
}

.cmdPrintPDF
{
    background: url(../images/pdf.gif) no-repeat 10px 8px;
}

.cmdSearch
{
    background: url(../images/lens.gif) no-repeat 10px 8px;
    font-size: 14px;
}

.cmdReset
{
    background: url(../images/limpar.gif) no-repeat 10px 8px;
    font-size: 14px;
}

.cmdMap
{
    background: url(/images/map.png) no-repeat 10px 8px;
}

.cmdPrinter
{
    background: url(../images/print.gif) no-repeat 10px 8px;
}

.btnSeleccionarGrupoUtilizadores
{
    background: url(../gp/images/Go2Next.gif) no-repeat 10px 8px;
}

.btnSeleccionarGrupoUtilizadoresTodos
{
    background: url(../images/Go2Last.gif) no-repeat 10px 8px;
}

.btnRemoverGrupoUtilizadores
{
    background: url(../images/Go2Previous.gif) no-repeat 10px 8px;
}



.btnRemoverGrupoUtilizadoresTodos
{
    background: url(../images/Go2First.gif) no-repeat 10px 8px;
}

