div#relCoverages {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}
div#eventSection {
    position: relative;
}
div#eventSection div.Event {
    position: relative;
    min-height: 30px;
    margin: .2em 0;
}
div#eventSection div.Event .DeleteEvent span {
    display: none;
}
div#eventSection div.Event .DeleteEvent {
    display: block;
    position: absolute;
    top : 3px;
    right: 5px;
    _right: 10px;
    width: 30px;
    height: 25px;
    background: url('../images/delete-event-button.png') top left no-repeat transparent;
	text-decoration: none;
}
div#eventSection div.Event .DeleteEvent:hover {
    background: url('../images/delete-event-button.png') bottom left no-repeat transparent;
}
div#eventSection div#layerWaiting {
    position: absolute;
    top: 0;
    left: 0;
    width: 209px;
    height: 0px;
    overflow: hidden;
}
