#browse_dates {
    z-index: 10;
}

#browse_dates .browseFilter input.field {
    margin: 0 0.1em 0 0;
    width: 6em;
}
#browse_dates .browseFilter input.button {
    margin: 0 0 0 1em;
}
#browse_dates .browseFilter label {
    margin: 0 0 0 1em;
}

.datePicker {
    z-index: 50;
}



.letter_index {
    padding: 0;
    margin: 0.4em 0;
}

.letter_index li {
    list-style-type: none;
    float: left;
}

.letter_index li span {
    color: #000000;
    font-size: 0.8em;
    position: absolute;
    bottom: 0;
    right: 3px;
}

.letter_index li a {
    display: inline;
    position: relative;
    width: 31px;
    padding: 3px;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 18px;

}

.letter_index li a:hover {
    background: #FFE9C6;
    background: -moz-linear-gradient(top, #FFE9C6, #FFE9C6);
    text-decoration: none;
}

.letter_index li a.none,.letter_index li a.none:hover {
    color: #808080;
    background: #FFFFFF;
}

.letter_index li a.none span {
    color: #808080;
}

.letter_index li a.active {
    background: #FFE9C6;
    background: -moz-linear-gradient(top, #FFE9C6, #FFE9C6);
    color: #000000;
}

.gridHover{
	background-color: rgb(255,233,198) !important;
	cursor:pointer;
}