/* Atalho */
A {
    text-decoration: none !important;
}
A:visited {
    text-decoration: none !important;
}
A:hover {
    text-decoration: none !important;
}

A.link {
    text-decoration: none !important;
}
A.link:visited {
    text-decoration: none !important;
}
A.link:hover {
    text-decoration: none !important;
}



/* Elementos */
.no_display {
    display: none !important;
}

.no_visibility {
    visibility: hidden !important;
}



/* Cursor */
.cursor_arrow {
    cursor: default !important;
}

.cursor_pointer {
    cursor: default !important;
}

.cursor_hand:hover {
    cursor: pointer !important;
}

.cursor_link {
    cursor: default !important;
}
.cursor_link:hover {
    cursor: pointer !important;
}

.cursor_cancel {
    cursor: not-allowed !important;
}

.cursor_readonly {
    background-color: #F9F9F9 !important;
    cursor: not-allowed !important;
}



/* Paginação */
.overflow {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.overflow_auto {
    overflow: auto !important;
}

.overflow_vertical {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.overflow_horizontal {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}


