﻿.changeToVisible {
    background-image: Url("/Images/arrow_show.gif");
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 4px;
}

.changeToHidden {
    background-image: Url("/Images/arrow_hide.gif");
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 4px;
}

.searchVisibilityToggler, .bookmarkVisibilityToggler {
    cursor: pointer;
}

.odd {
    background-color: whitesmoke;
}

.even {
    background-color: white;
}

.hidden {
    display: none;
}

.slighly-less-margin {
    margin-bottom: -4px;
}