/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-ene-2015, 14:51:18
    Author     : nodelvis
*/
#edit-translations, #edit-translation, #edit-admin-language{
    display: none;
}

.filter-help a{
    display: none;
}

#edit-actions > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("buttons.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #e4e4e4 #d2d2d2 #b4b4b4;
    border-image: none;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    color: #5a5a5a;
    cursor: pointer;
    font-family: "Lucida Grande",Verdana,sans-serif;
    font-size: 1.077em;
    font-weight: normal;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 5px 19px;
    text-align: center;
}
#edit-actions > a:hover {
    text-decoration: none;
}


